All Collections
Web Form Builder
Building more complex forms
Conditional items in web forms - available operators
Conditional items in web forms - available operators

When using Conditions to display an item in a web form, can you use the operators 'is less than' or 'contains' etc?

Dom Yeadon avatar
Written by Dom Yeadon
Updated over a week ago

All conditions need an operator, such as 'is not':

There are lots of operators to choose from.

Number operators

        'is equal to'
        'is not equal to'
        'is more than'
        'is less than'
        'is empty'
        'is not empty'

Number operators are used for this item:

  •  1. RAP - Custom_int_x

Free text operators

        'is'
        'is not'
        'contains'
        'does not contain'
        'contains one of (comma separated)'
        'does not contain one of (comma separated)'
        'starts with'
        'does not start with'
        'starts with one of (comma separated)'
        'does not start with one of (comma separated)'
        'ends with'
        'does not end with'
        'is empty'
        'is not empty'
        'is less than'
        'is more than'

Free text operators are used for these items:

  •  1. SDB - First Name

  •  2. SDB - Last Name

  •  3. SDB - Email Address

  •  4. SDB - Mobile Number

  •  5. SDB - Postcode

  •  6. SDB - Telephone Number

  •  7. RAP - Custom_text_x

  •  8. RAP - Custom_varchar_x

Text dropdown operators

        'is' (dropdown)
        'is_not' (dropdown)
        'contains'
        'does not contain'
        'contains one of (comma separated)'
        'does not contain one of (comma separated)'
        'starts with'
        'does not start with'
        'starts with one of (comma separated)'
        'does not start with one of (comma separated)'
        'ends with'
        'does not end with'
        'is empty'
        'is not empty'
        'is less than'
        'is more than'

Text dropdown operators are used for the items:

  •  1. RAP - Current School

  •  2. SDB - Gender

  •  3. SDB - Nationality

  •  4. SDB - Country

  •  5. SDB - Title

  •  6. SDB - Persona

  •  7. SDB - Occupation

  •  8. RAP - Enquiry Source

Did this answer your question?