Setting form-level condition types

There are three form-level condition types:

  • Form Validation state is the validation state of all the form elements combined, based on any validation rules.

    • Form Validation state is True if all element values are valid.

    • Form Validation state is False if any element values are invalid.

  • Form Dirty state

    • Form Dirty state is True if the user has changed the value of any form element.

    • Form Dirty state is False if the user has not yet changed the value of a form element.

  • Form Touched state

    • Form Touched state is True if the user has interacted in any way with any form element, such as by clicking anywhere on the form or tabbing to an element.

    • Form Touched state is False if the user has not interacted in any way with any form element.

For more information, see Form-level condition type examples.

To set form-level condition types

  1. Select the Is value from the dropdown.

    • True

    • False