Applications Platform Template Reference
  • Welcome
  • Feature List
  • Quickstart Guide
  • GENERAL INFORMATION
    • Data Structure
    • Design & Layout
      • Styles
      • Homepage content and logos
      • Pages, groups, and popups
      • Padding
    • Functionality
      • Emails
      • Alerts
      • Hidden variables popup
  • ASSETS
    • Pages
      • index
      • home
      • dashboard
      • job
      • apply
      • form
      • login and loginsimple
      • owner
      • settings
      • termsofservice
      • privacypolicy
      • reset_pw
      • 404
      • standardpage
    • Reuseables
      • header
      • footer
      • signup/login
      • popupsreusable
      • editpopupsreusable
      • menufocusgroup or Menu options (︙)
      • cookiespermission
      • homepageblocks
      • owner's portal reusables
        • ownerdashboard
        • ownergeneralsettings
        • ownerseosettings
        • ownersocialmediasettings
        • ownersocialmediainfo
        • ownerlegalpages
        • ownerhomepagesetup
        • ownerstyles
        • ownerfeaturebacklog
      • menufocusgroup_form
      • menufocusgroup_applicant
      • menufocusgroup_stage
      • popup add_edit_stage
    • API workflows
Powered by GitBook
On this page
  • Apply Page Overview
  • Key Workflows
  • Key Elements

Was this helpful?

  1. ASSETS
  2. Pages

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

PreviousjobNextform

Last updated 6 years ago

Was this helpful?