Functionality > User Driven Events > Conditions Crib Sheet

Conditions

The following conditions are available. If the result of the condition is true, the action is executed.

The full list of available conditions is shown below - but some are only applicable to certain field types. Only relevant conditions will be shown.

Condition Type Description
On Event The action is unconditionally triggered when the selected field or group changes or a custom button is clicked
If field input is Disabled The field input control cannot accept user input
is not Disabled The field input control can accept user input
is Null Has no value
is Not Null Has a value
is Valid Passes form validation
is Not Valid Fails form validation
has any below selected Matches one of the checked options from a prescribed list
has all below selected Matches all the checked options from a prescribed list
has none below selected Matches none of the checked options from a prescribed list
is equal to the comparison value
is not equal to the comparison value
contains value is present somewhere in the comparison value
does not contain value is not present anywhere in the comparison value
starts with value is present at the beginning of the comparison value
does not start with value is not present at the beginning of the comparison value
ends with value is present at the end of the comparison value
does not end with value is not present at the end of the comparison value
is greater than the comparison value
is less than the comparison value
is greater than or equal to the comparsion value
is less than or equal to the comparison value
is between (exclusive) between but not equal to the comparison range values
is between (inclusive) between or equal to the comparison range values
If the container is Hidden Check if any container is hidden (this is not the same as visible i.e. a non-hidden container on a different page will not be visible)
is not Hidden Check if any form container is not hidden
If a custom function returns TRUE This allows you to write a function in javascript that will execute when the field changes.
returns FALSE This allows you to write a function in javascript that will execute when the field changes.
Comments

Commenting is temporarily disabled