Conditional Logic
Show or hide fields based on what the client has already answered. Keeps your forms clean and only shows relevant questions.
How it works
For any field, set a condition:
- Pick a source field - Which earlier question to check
- Pick an operator - Equals, not equals, or contains
- Set the value - What to compare against
Example
You have a "Do you need additional team members?" (yes/no) field. Add a follow-up "How many additional hours?" with the condition:
- Source: "Do you need additional team members?"
- Operator: Equals
- Value: "yes"
The hours field only shows if they answer "yes."
Things to know
- Conditions can only reference fields that appear earlier in the form.
- Hidden fields aren't required and aren't included in the submission.
- Fields show and hide instantly as the client answers.