When to choose this
Block-level Required toggle sets the default; logic Require overrides while rule matches (subject to last-wins ordering).
Exact behavior
- Sets
required: trueon targets while When is true. - Hidden fields are never required — engine forces required off if field not visible (Hide, other page, or default hidden).
- Validation runs on current visible page before Next — future-page required fields do not block yet.
- Last matching rule wins vs Make optional on same target.
- Does not Show fields — pair with Show blocks if follow-up starts hidden.
Intelligent validation: Required fields hidden by logic or on future pages are ignored until visible — users are not blocked by questions they cannot see.
What changes on fill
Configure in Studio
1
Open a rule
Prefer Branch or Add condition on the parent field for local follow-ups.
2
Build When
Condition that should trigger mandatory follow-up.
3
Show follow-up (if hidden)
Add Show blocks on same or earlier rule if targets start hidden.
4
Add Require answer
Select follow-up block(s).
5
Preview validation on Fill
Try Next/Submit without filling — should block with field error when visible.
Worked examples
“Other” specification
When Plan equalsOther→ Show blocksPlease specify+ Require answerPlease specify
Call-back phone
When “Call me back” equalsYes→ Show blocksPhone+ Require answerPhone
Enterprise compliance
When Plan equalsAssumes field already visible on canvas.Enterprise→ Require answerDPA contact email
Urgent notes
When Notes containsurgent→ Require answerPhone
Test on fill
1
Trigger When
Asterisk / required indicator appears on targets.
2
Leave required empty on current page
Next or Submit blocked with validation message.
3
Fill required field
Progress allowed.
4
Revert When
Required indicator may disappear — field may revert to default optional.
5
Hide required field
Submit not blocked by that field.
Common mistakes
- Require on hidden follow-up without Show.
- Require on Page 2 field while testing Page 1 submit — may not block until that page visible.
- Fighting Make optional rules — fix order or exclusive When.
Troubleshooting
Required but no asterisk
Required but no asterisk
Field hidden or When false — check Show/Hide state.
Submit fails unexpectedly
Submit fails unexpectedly
Another visible required field on current page — not necessarily your logic target.
Required when should be optional
Required when should be optional
Later Require rule still matches, or block default is required — add Make optional rule.
Follow-up visible but not required
Follow-up visible but not required
Require action missing or overridden — add action or reorder rules.