Skip to main content

Forms

Form field has no label

WCAG 2.2 success criterion 4.1.2 Name, Role, Value (Level A)

WCAG 2.2
4.1.2 Name, Role, Value
Level
A
Default severity
Error
Available in
Free

Why it matters

Without a label, a screen reader announces only "edit text", and voice-control users have no name to say. A placeholder is not a label: it disappears as soon as someone types, and many screen readers do not announce it.

Who it affects: Screen reader users, voice-control users who say a field's label to move to it, and people with memory or attention difficulties who lose a placeholder once they type.

51.0% of the top million home pages had form fields without labels in 2026. WebAIM Million 2026

What Lumtera flags

Inputs, selects and textareas with no associated <label>, aria-label or aria-labelledby. Fields that rely on a placeholder alone are called out specifically.

Check ID form-field-no-label — use it to filter the content report or with wp lumtera issues --rule.

How to fix it in WordPress

Add a visible <label> tied to the field with for="field-id", or wrap the field inside its label. In form-builder plugins, turn on the field's label (you can style it smaller, but keep it). A placeholder is not a label.

Example

Flagged
<input type="email" placeholder="Email address">
Fixed
<label for="email">Email address</label>
<input type="email" id="email">

How to check your fix

  1. Update the post. The issue disappears from the Accessibility sidebar on the next check, and from the site report on the next scan.
  2. Click each field's label: the cursor should move into the field. With a screen reader, each field should announce its label when it receives focus.

Find this issue across your whole site

Lumtera runs this check in the block editor sidebar as you write, in the Elementor panel, in Review mode on the live page, and across the whole site in the content report and with wp lumtera scan. You can change its severity or turn it off in Accessibility → Settings.

All checks

Start with the free plugin today

All 64 checks, the editor sidebar, Elementor panel and site report — free, with no account and no page limits.