Validating Form Fields

You can define custom regex validation for certain form fields. Regex validations can be referenced against a form field with specific notifications to the user. You can add or edit any regex in the inventory.
  1. Design a workflow.
  2. From the User Interface section, drag and drop a Form task.
  3. To add a form field, in the Form builder section, click (Add) icon in the command bar.
  4. In the Field properties window, enter or select the field information.
  5. In the Validation field, select Email.
    Note: For more information, refer to the section on Regex Library.
  6. To add this form field to the form, click Add.
  7. To see the field added to the form, from the top right corner of the screen, click (View) icon.
    Only values that match the defined regex are accepted.
    Note: A is displayed next to the form field if the entered value does not match the defined regex.