Setting model condition types

Model condition types are element-specific: they correspond to the model value of individual form elements.
For more information, see Model condition type examples.

To set model condition types

  1. Enter the ID of the form element in the Property name field.

  2. Select a Property type:

    • Number newfeaturesmall

      1. Select an Operator value from the dropdown.

        • Equals

        • Not equals

        • Greater than

        • Greater than or equals

        • Less than

        • Less than or equals

      2. Enter a Value.
        This can be any decimal rational number.
    • String newfeaturesmall

      1. Select an Operator value from the dropdown.

        • Equals

        • Not equals

        • Contains

        • Not contains

        • Starts with

        • Not starts with

        • Ends with

        • Not ends with

      2. Enter a Value.

      3. [Optional] Switch on the Ignore case option.

    • Boolean (default)

      1. Select an Is value from the dropdown.

        • True

        • False

        Note

        For non-Boolean elements, Model is True if the element value is not null, and False if it is.