When to choose this
Default visibility comes from each block’s own settings. Show overrides a prior Hide only if this rule matches last among conflicting rules.
Exact behavior
- Target blocks switch to visible on fill while When is true.
- Previously hidden answers may reappear empty if Hide blocks cleared them earlier — Show does not restore old values.
- Showing alone does not make a field required — add Require answer if needed.
- Fields on other pages become visible in schema but only appear when that page is active.
- Calculated targets can be shown like any other block; formulas keep updating.
What changes on fill
Configure in Studio
1
Open a rule
Logic → Rules, or Branch / Add condition — complete When first.
2
Add Then action
Click Add action → Show blocks.
3
Select target blocks
Pick one or more blocks by canvas label — VAT field, “Please specify”, SSO section, etc.
4
Optional: Require shown fields
Add second action Require answer on the same targets in the same rule.
5
Check conflict hints
Resolve Show ↔ Hide warnings on the same target.
6
Preview on Fill
Trigger When true/false and confirm visibility toggles live.
Worked examples
Enterprise plan details
When Plan equalsPair with Require on mandatory enterprise fields.Enterprise→ Show blocksSSO details, Audit log
“Other” free text
When Industry equalsOther→ Show blocksPlease specify industry+ Require answerPlease specify industry
Progressive disclosure
When Company is not empty → Show blocks VAT ID, Billing address
Quiz feedback section
When Score greater than or equalScore may come from a Calculate target.70→ Show blocksPass certificate download
Test on fill
1
Before When true
Target blocks hidden (or not yet shown).
2
Satisfy When
Targets appear immediately.
3
Revert When
Targets hide unless another Show rule applies.
4
Required asterisk
Only if Require answer added — Show alone does not add it.
5
Re-show after Hide cleared data
Fields visible but empty — user must re-enter.
Common mistakes
- Showing without Require when follow-up is mandatory.
- Two rules fighting — one Show, one Hide on same target; reorder or narrow When.
- Expecting Show to restore answers cleared by Hide.
- Showing blocks on a page users never reach — combine with Jump to page if needed.
Troubleshooting
Follow-up never appears
Follow-up never appears
When false — check operator, blank source, option value spelling. Later Hide rule may override.
Follow-up appears but submit fails
Follow-up appears but submit fails
Add Require if needed; check other visible required fields on current page.
Field flashes then hides
Field flashes then hides
Competing rules — last wins. Use exclusive When clauses or reorder Logic Board.
Shown field on wrong page
Shown field on wrong page
Visibility is global in schema; user must navigate to that page to see it — expected multi-page behavior.