Glossary
Multi-page form
A form split into sequential pages with Next/Back navigation.
A multi-page form splits a long set of questions into sequential steps with Next and Back navigation, usually accompanied by a progress indicator. Breaking the form up reduces perceived effort: three short pages feel lighter than one intimidating scroll, even when the question count is identical.
Pages also create natural commitment points. A respondent who has completed two of four pages is more likely to finish than one staring at a single long page, an effect related to the sunk-cost the early steps create - which is why the easiest questions usually go first.
The trade-off is partial submissions: if you only persist data on final submit, an abandon mid-flow loses everything. Saving each page server-side captures partial submissions and lets you measure per-page drop-off, which is the most actionable signal for improving conversion. See the guide "Designing multi-page forms that finish" for layout and validation patterns.