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 triggered when the selected field or group changes
If field value 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 List
has all below selected Matches all the checked options from a List
has none below selected Matches none of the checked options from a 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 a custom function returns true This allows you to write a function in javascript that will execute when the field changes.
If a custom function returns false This allows you to write a function in javascript that will execute when the field changes.
Comments

Commenting is temporarily disabled