Add Conditional Logic
The conditional logic reduces the apparent length of the form and asks a question only when it becomes relevant.
##Available Operators
- is equal to;
- is different from;
- is filled;
- is empty.
Example
Section titled “Example”You ask: **Should you be reminded? **
The field Telephone number can be displayed when the answer is Oui.
Configure
Section titled “Configure”- First create the reference field.
- Select the field to make conditional.
- Activate conditional logic.
- Select the reference field key.
- Select the operator.
- Inform the value when required by the operator.
- Register.
The operators ** is filled** and ** is empty** do not expect any additional value.
Limitations and good practices
Section titled “Limitations and good practices”- avoid chains of too long dependencies;
- do not make a field that will remain hidden;
- use stable option values;
- Test all visible branches;
- Keep a comprehensible main question without hidden context.
- trigger the condition;
- check that the field appears;
- Change the answer;
- check that it disappears;
- send the form in both cases;
- control the received values.