To provide candidates with access to Comeet’s rich functionality when applying for positions on your website, you can embed our form directly into the page. Please follow these steps:
-
Make sure you have Comeet’s API embedded in the of your page. If you haven’t done so already, get it here .
-
To inject the application form, add this code where you want the form to appear. Place your configuration parameters as shown with the “data-” prefix.
<script type="comeet-applyform" data-position-uid="position_uid"></script>
NOTE: The application form widget must be embedded on the main page and not within an iframe.
Configuration Parameters
The following parameters are available in both the section and in the form injection code. Note: The parameters in the injection code can override those in the section.
Colors
Button and link colors should be dark enough to permit readability. If you choose a light color you may see it rendered as a darker color than the given one.
Context:
Name | Description | Required |
---|---|---|
token | Company token | required |
company-uid | Company UID | required |
position-uid | Position UID | required |
thankyou-url | After applying, the applicants will be redirected to the specified URL. This setting can only be set up during initialization | optional |
apply-as-employee | When enabled, employees are given the option to “Apply as an employee.” Source will be noted as “Employees” and source type as “Internal Mobility.” Defaults to | optional |
Fields:
Name | Description | Required |
---|---|---|
field-email-required | Require email address? Defaults to | optional |
field-phone-required | Require phone? Defaults to | optional |
field-resume | Show the option to attach resume? Defaults to | optional |
field-linkedin | Enable LinkedIn? Defaults to | optional |
require-profile | Which profile is required? Defaults to | optional |
field-website | Show website field? Defaults to | optional |
field-website-required | Require website? Defaults to | optional |
field-coverletter | Show cover letter field? Defaults to | optional |
field-coverletter-required | Require cover letter? Defaults to | optional |
field-portfolio | Show portfolio field? Defaults to | optional |
field-portfolio-required | Require portfolio? Defaults to | optional |
field-personalnote | Show personal note field? Defaults to | optional |
field-personalnote-required | Require personal note? Defaults to | optional |
Style:
Name | Description | Required |
---|---|---|
css-url | URL to a custom CSS file for customizing the widgets. Learn more | optional |
css-cache | When developing your CSS, you may want to set this value to false to prevent the widget from using the cached CSS. Default is | optional |
color | Leading color for buttons and links. Default is | optional |
background-color | Background color for the form. Default is | optional |
button-color | Color for the button. | optional |
button-text | Text to display on the submit button. Default is | optional |
font-size | Font-size to use. Default is | optional |
button-font-size | Font-size for buttons if you wish to set it to a different size than the text. Default is | optional |
labels-position | Where to place the labels? Defaults to | optional |
Alternative Options
There are other alternatives you can provide to candidates so they can apply for jobs.
Position email address
Each position has a dedicated email address. Candidates can send resumes to this email to apply for that position.
A simple link example:
<a href="mailto:email_name?subject=Apply to job">Apply</a>
Position page
Each position has it’s own web page on the company’s careers website. The page displays information about the position and includes an application form. Using the form, candidates can apply with their LinkedIn profile or upload a resume and cover letter..
The url for the position page is noted as careers_page_url
in the position details.
Known limitation of the Facebook app for iPhone/iPad
Due to this app's limited functionality, it is not possible to attach a resume and other files. Applicants visiting the position page using this app will have the option of using a LinkedIn profile to apply, submitting their resume by email or visiting the position page in a web browser.