- Success Criterion 3.2.2
- Conformance level A
- W3C reference F36
Form That Submits Itself the Moment the Last Field Is Filled
3.2.2 — On Input
Scenario
Setting
A customer-support live-chat widget
What’s wrong
The form submits itself automatically the moment the last field is filled — the user never chose to submit and may not be ready.
Example
Picture a customer-support live-chat widget: the form submits itself automatically the moment the last field is filled — the user never chose to submit and may not be ready.
Why it matters
Keyboard and screen-reader users, and people who need predictable form behavior. On a customer-support live-chat widget, this barrier means they have to relearn the layout on every page.
How to test
Fill in every field except the last one, then fill the last field and stop (don't press submit): if the form submits automatically, it fails.
How to fix
Add a Submit button — never auto-submit when the last field is filled.
Outcome
Corrected, a customer-support live-chat widget now lets a visitor find the same feature in the same place.
Who is affected
Keyboard and screen-reader users, and people who need predictable form behavior.
Learn more
- Understanding Understanding document (opens in a new tab)
- Technique Related technique (opens in a new tab)
Related scenarios
- Selecting an Option That Opens a New Window With No Warning
- Dropdown That Navigates to a New Page on Selection
- Checking a Box That Reloads the Page and Loses Entries
- Country Selector That Re-Renders the Form and Drops Focus
- Search Box That Auto-Navigates Once Enough Characters Are Typed
- Radio Selection That Auto-Advances a Multi-Step Wizard