vocab.design

pattern · forms

One thing per page

also called question pages (govuk), one question per page (govuk), single question form (community)

Asking a single question on each screen of a form so the reader never chooses which field to answer first and errors point somewhere unambiguous.

The screen holds a question, whatever it takes to answer that question, and a button that goes to the next one. Nothing else competes for the reader’s attention, so there is no scanning, no deciding where to start, and no half-filled column left behind. The GOV.UK Design System made the case that turned a preference into a doctrine, and its services are the reference implementation: a long, dull, unavoidable form, cut into screens a person can answer one at a time.

The gains are mostly about attention and about failure. A reader holds one question in their head instead of eleven, which matters most for the people a long form is hardest on: someone on a phone, someone in a second language, someone filling this in during a bad week. Validation stops being a puzzle, because an error on a single-question screen can only be about that question, and the message can sit where the eye already is rather than in an error summary pointing off down the page. Branching gets cheap too, since the next screen is chosen after the previous answer is known, which is how a form skips six questions nobody needs to see. And the drop-off shows up in the analytics as one identifiable question rather than as an anonymous abandoned page.

One thing is not one input. An address, a date of birth, a set of checkboxes for “select all that apply”: each is several controls answering a single question, and splitting them further makes the flow longer without making it clearer. The test is whether the screen would read as one sentence spoken aloud. The pattern also assumes the machinery around it. Answers are saved as they are given, Back genuinely returns to the previous answer rather than restarting, each question has a URL of its own so a link can point at it, and a check answers screen at the end buys back the overview all those separate screens took away. Signalling where the reader is, with a stepper or a plain steps left line, is the other half of that debt.

It is not free and it is not universal. Every screen is a round trip, so a slow connection feels it, and repeat expert users who know the whole form by heart are slowed down by having to press Continue eleven times: an accountant filing the same return every quarter wants the dense grid the pattern forbids. Two or three related fields, on a form somebody fills in once, rarely justify splitting. The doctrine earns its keep on long, consequential, once-in-a-while forms, which is exactly where a wizard shows up as the same idea wearing a different name.

Which word?

If you wantsay
each form screen asks exactly one questionone thing per page
a dense block has to be read by anyone tiredchunking
a long task split into ordered stepswizard

Related

See also: Form · Check answers

Sources