Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Navigate to the WorkAlone Session Questions tab on the WorkAlone Settings page.

  2. Click the “Add New Question” button on the top-right of the panel.

    1. Image RemovedImage Added
  3. Fill out the following form fields:

    1. Field Name: Name of the field

    2. Variable Name: The variable name of the field. This must be unique. Variable names can be used as placeholders in WorkAlone Contact Notifications.

    3. Field Type: Can be a Text Field, DropDown List, Combo Box, or CheckBox

    4. Required: WorkAlone Users must fill out this field to start a WorkAlone Session

    5. Remember: The value of this field is remembered between sessions.

    6. Default Value: The default value of this field

    7. Hidden Field: Whether this field is hidden to the user or not

    8. Validation Expression: A RegEx used to validate what the user inputs into the field

      1. North American Phone Number RegEx:

        Code Block
        languagejs
        /^\(?(\d{3})\)?[- ]?(\d{3})[- ]?(\d{4})$/
  4. Click the “Save Session Question” button to save.

  5. You can use the Up and Down arrows in the “Actions” column to change the order of the fields

  6. You can see a preview of the in-app menu by clicking the phone icon in the header of the “WorkAlone Session Questions” table

...