Update the application form

You can add the option to automatically send the reference request form to your referees when the vacancy reaches the Offer stage.

In this example, we are adding a field to the application form references page that requests permission from the candidate to contact the referee if they receive an offer. If the candidate gives permission, the Send After Offer option is set for that reference record. If this option is set, the reference form is sent automatically when the vacancy is moved to the offer stage.

Add a question to the application form references page

  1. From the App Launcher, open Form Definitions and select the "Application" form definition.

  2. Open the visual editor: select Visual Edit.

  3. Select the plus (+) beside the form's parent element, in this case "Application Form", to display the form's existing pages.

  4. Select the plus (+) beside the Reference page.

    Screenshot: visual form editor, references page expanded

  5. Select the Reference page, and select New Question.

  6. Name the new question Reference1Contact.

    Add the prompt: "Can we contact this reference if you receive an offer?"

    Set the question type: radio

  7. Select New Option to add radio button options to the question. Add the following options: 

    Prompt: Yes; Value: True

    Prompt: No; Value: False

    Screenshot: visual form editor, new option

  8. Drag the new question below the existing Reference1 questions.

  9. Repeat the process to add the question for additional referees if required (Reference2 and Reference3).

When the application for references page is loaded, the candidate will see the additional question for each referee:

Screenshot: option buttons displayed on a form page

Next, add data links to update the Contact After Offer field in the reference record.

  1. On the Form Definition page, select the Data Links tab.

  2. Select New Rule.

    Screenshot: form definition page, data links tab, new rule

  3. Begin configuring the rule as follows:
    • Form Field: Reference1Contact
    • Direction: In

    Screenshot: new rule: reference1contact

  4. Select Advanced rule.

  5. Enter the Object Field Name to reference the Contact After Offer field in the reference record:

    fRecruit__Application__r.fRecruit__Candidate__r.References__r[0].fRecruit__Contact_After_Offer__c

  6. Select Save.
  7. Repeat the process to add a data link rule for the additional referees, if required.

    Be sure to update the reference record identifier as appropriate (References__r[1], References__r[2] and so on). See Creating multi-record data links for more information.

For information about deploying your application form to the Candidate Portal, see Deploy forms in the Candidate Portal (Recruit).