Structure
Each field can have oneconditionalLogic rule:
Properties
Condition Structure
Operators
Examples
Show a follow-up field
Show a text field only when the user selects “Other” from a radio:Hide a field based on NPS score
Hide a question unless the NPS score is low:Multiple conditions (AND)
Show a field only if the user is a Pro customer AND has submitted before:Multiple conditions (OR)
Show a field if the user selected either “email” or “phone”:How It Works
- Conditions reference fields by ID — the
idproperty on aFormField - Fields referenced in conditions must appear before the conditional field in the
fieldsarray - Hidden fields are excluded from submission — their values are not sent
- In conversational mode, hidden fields are skipped automatically in the navigation sequence
- The
statementanddividertypes are always excluded from submissions regardless of visibility