• Success Criterion 3.3.1
  • Conformance level A

Form Reset Silently After a Failed Server-Side Validation

3.3.1 — Error Identification

Scenario

Setting

A used-car marketplace's listing filter

What’s wrong

Server-side validation dropping the user on a fresh form with entries cleared and errors unstated.

Example

Consider a used-car marketplace's listing filter: server-side validation dropping the user on a fresh form with entries cleared and errors unstated.

Why it matters

Everyone submitting forms — especially screen-reader and color-blind users who miss color-only cues. The practical effect on a used-car marketplace's listing filter: they can't tell what a field wants or why it failed.

How to test

Submit invalid data via a full server round-trip: if the page reloads with a blank form and no stated errors, it fails.

How to fix

A text error message must identify each field in error and be exposed to assistive technology (announced automatically or focused).

Outcome

That one change on a used-car marketplace's listing filter means they see exactly what went wrong and how to fix it.

Who is affected

Everyone submitting forms — especially screen-reader and color-blind users who miss color-only cues.

Learn more