Skip to main content
Jump to page sends the respondent directly to another page in your multi-page form — skipping intermediate pages when When matches. Use for quiz outcomes, triage routing, “skip details” paths, and winner/loser branches. Requires a multi-page form.

When to choose this


Exact behavior

  • Sets active jump target to selected page ID while rule matches.
  • Normal Next order bypassed for that navigation step.
  • Only valid page IDs apply — deleted pages are cascade-scrubbed; Studio / flow health warn on incomplete jumps.
  • Multiple jump rules: last matching jump wins.
  • Skipped pages: fields there may stay unanswered — operators reading those fields stay false until visited.
  • Terminal pages are submit steps — Map shows the badge; path validation uses the visited path.

What changes on fill


Configure in Studio

1

Create multiple pages

Drag blocks into Page columns in the Pages sidebar (multi-page guide). Mark terminal/submit pages as needed.
2

Prefer Branch for per-answer jumps

On a choice field → BranchGo to page for that answer. Set Otherwise for the default path.
3

Or open Rules for advanced When

Top bar → LogicRules. Jump routing for score thresholds and complex groups lives here.
4

Build When (Rules path)

Score thresholds, country lists, yes/no skips — use operators appropriate to field types.
5

Add Then → Jump to page

Pick destination page by name from dropdown.
6

Optional: enable Auto-jump

Form Settings → Behavior — instant transition when rule matches (Behavior settings).
7

Check Map + Simulator

Flow shows jump edges and terminals. Simulator walks the path with mock answers. Resolve flow health criticals before publish.

Worked examples

Quiz winner

When Score greater than 80Jump to page Winner
Score from Calculate target.

International path

When Country is none of US, CAJump to page International shipping
Remember blank country does not match Is none of — add Is empty path if needed.

Skip optional details

Branch on “Skip details” → Yes → Go to page Summary
Or Rules: When “Skip details” equals YesJump to page Summary

Low score remediation

When Score less than 50Jump to page Retake instructions

Test on fill

1

Trigger jump branch

Confirm landing page — intermediate pages skipped.
2

Non-jump / Otherwise branch

Normal Next order (or Otherwise jump) through remaining pages.
3

Auto-jump if enabled

Page changes without Next click when answer selected.
4

Fields on skipped pages

Remain blank — later When reading them stays false. Submit validates the visited path.
5

Multiple jump rules

Verify exclusive When or accept last-wins behavior. Confirm in Simulator.

Common mistakes

  • Jump target deleted but rule left incomplete — clear flow health before publish.
  • Expecting answers on skipped pages for later rules.
  • Multiple jumps without clear exclusivity — confusing last-wins outcome.
  • Single-page form — jump has no effect.
  • Forgetting Otherwise on Branch so unmatched answers fall through unexpectedly.

Troubleshooting

Invalid page id, When false, or single-page form. Check Map edges and Simulator.
Multiple jump rules — last match wins; reorder or narrow When.
Should not — path-aware validation is the visited path only. Check visible required fields on pages you reached.
Disable Auto-jump or narrow When so users confirm before routing.
Last modified on September 7, 2026