Adding a rule
Select a field and open Conditional logic in the inspector, then Add a rule. A rule reads as one sentence:Show this field when <an earlier field> <is / is not / contains …> <value>
is empty and is not empty compare against nothing, so the value box disappears for them. is greater than and is less than compare numbers; if either side is not a number the rule simply does not match.
When the field you point at is a dropdown, radio group or checkbox list, its own options are offered as the value — so you pick a real answer rather than typing one that can never match.
A field with a rule on it is marked conditional on the canvas, so you can see at a glance which parts of the form are not always shown.
Rules only point backwards
The picker offers the fields above the selected one, and only those. A rule naming a later field is refused when the form is saved. That single restriction is what makes the feature predictable:- A question cannot depend on an answer the visitor has not been asked for yet — decisively so once a page break sits between them.
- Loops are impossible. Two fields can never wait on each other.
A hidden field is not a blank one
When a rule hides a field:- It is not required, even if Required is on. Nobody loses their enquiry to a question they were never asked.
- Its answer is not stored. Somebody who picks “Other”, types a reason and then switches back to a standard option does not have that reason filed against them.
Deleting a field also clears any rule that pointed at it. Without that, saving the form would fail with an error on a field you never touched.
Splitting a form into steps
Drop a Page break wherever you want a new step to begin. Everything after the break belongs to the next step, and the canvas marks it Step 2 of 3 so you can see the shape of the form while building it. On the live form the visitor gets:- a Step n of N counter and a progress bar,
- a Next button that checks the required fields on the current step before moving on,
- a Back button from the second step onwards, which never blocks — somebody returning to fix an answer must not be stopped by the one they were fixing.
Steps and rules together
The two interact in one useful way: a step that a rule has emptied disappears, rather than showing as a blank page with a Next button on it. The step count shrinks with it, so “Step 2 of 3” stays honest. A practical shape:1
Step 1 asks the branching question
A radio group: “Are you buying for yourself or a business?”
2
Step 2 holds the business-only questions
Company name, team size and VAT number, each with a rule of is business on that radio group.
3
Somebody buying for themselves never sees step 2
Every field on it is hidden, so the step is dropped and they go straight to step 3 — which now calls itself step 2.