Add advanced form logic with condition groups
Use condition groups to show, hide and validate question fields based on multiple conditions at once. Use nested logic to encode any condition you need in your form.
Show or hide a question based on a condition group
You can use group conditional logic to define multiple conditions when showing, hiding or validating fields.
To add a condition group:
- Click on the question or field you want to hide
- Open Logic Section
- Click on
Add Condition Group

Examples
Example using the
and
function:Here all 3 conditions must be true before for a field to be show. Namely, the user must answer “Yes!” when asked if they have an existing appointment, the Date must be on or before Tomorrow and only for Consultation reason.

Example using the
or
function: Here a question will be shown if the user answered with 1, 2, 3 OR 4 stars.

Nested conditions
You can even
nest
conditions. In the example below, a field will be shown if the city is Paris OR if the country is neither France nor England