apply

Page for submitting and viewing a job application

Apply Page Overview

Key Workflows

Page is loaded

Button Submit Application is clicked and var - form valid?'s yes / no is "no"

  • Triggered if the user attempts to submit an application without answering all required questions

  • Shows Group Required Notice to notify the user to complete all required questions

Button Submit Application is clicked and var - form valid?'s yes / no is "yes"

  • Submits the application

  • Sets the Saved? field to yes and links all the created Answers to that Applicant

  • Sends an email notification to all Assigned users for that Job

Group Select is clicked

  • Triggers the Reset Values custom workflow

  • Triggers the Create / Update Answer custom workflow

FileUploader Value - File Uploader (file)'s value is changed

Input Value - Number (num)'s value is changed

Input Value - Short Text (text)'s value is changed

MultilineInput Value - Long Text (text)'s value is changed

RadioButtons Value - Multiple Choice (text)'s value is changed

Create / Update Answer [Custom Workflow]

Update Answer [Custom Workflow]

Reset Values [Custom Workflow]

Key Elements

RepeatingGroup Questions/Answers

RepeatingGroup List

Group ANSWER

Group Confirmation

Group Required Notice

var - job form

var - applicant

var - answers

var - form valid?

var - answer value - text

var - answer value - number

var - answer value - file

var - answer value - list of options

Last updated