In this article
Redesigning a long form that generates errors and drop-offs requires going back to ergonomics fundamentals. Three theoretical frameworks, simple but proven, structure almost all of this work.
ISO 9241-11: usefulness and usability
Under the ISO 9241-11 standard, usefulness measures a solution's ability to meet the user's need, while usability assesses the effectiveness, efficiency and satisfaction with which that user achieves their goal. Two distinct notions: a form can be perfectly useful (it collects the right information) and yet not very usable (it's a pain to fill out).
Reducing cognitive load
Several laws from cognitive psychology guide how you reduce that load. Hick's law encourages limiting the choices offered to speed up decisions. Fitts's law calls for correctly sizing targets to make them easy to click. Miller's law reminds us of the value of grouping information (chunking) to make it easier to remember and understand.
Visual hierarchy rounds out these principles: it clarifies reading before the user even has to think about what order to process information in.
On a real insurance case, moving from 24 fields on a single page to a 3-step flow with a progress indicator cut the drop-off rate from 54% to 27%, while improving post-task satisfaction by 0.8 points out of 5.
Nielsen's ten heuristics
Nielsen's ten heuristics remain the most widely used audit framework in digital ergonomics: visibility of system status, match with the real world, user control, consistency, error prevention, recognition over recall, flexibility, minimal and aesthetic design, help recognizing and recovering from errors, and documentation.
The application method is simple: run a heuristic audit of a screen using a grid based on these ten principles, then propose a mini "before/after" redesign of one key block to concretely illustrate the suggested fixes. It's often this mini-redesign step, more than the audit itself, that convinces a hesitant client.
Frequently asked questions
-
Should you apply all ten of Nielsen's heuristics to every project?
- Not always in full detail, but they form a good checklist before any launch, especially the points related to error prevention and visibility of system status.
-
Does Hick's law apply to every type of choice?
- It applies mostly to quick, frequent decisions. For one-off, considered choices (like a major purchase), more options can actually reassure rather than slow things down.
-
How do you concretely measure an interface's cognitive load?
- Through timed user tests, perceived-ease questionnaires (SEQ) after a task, or more simply by observing the number of hesitations and back-and-forth moments during a moderated test.