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
<input type="email" placeholder="Email address">
<label for="email">Email address</label>
<input type="email" id="email">
How to check your fix
- Update the post. The issue disappears from the Accessibility sidebar on the next check, and from the site report on the next scan.
- 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.
Related checks
-
WCAG 4.1.2 · ANeeds review
Link does not go anywhere
-
WCAG 4.1.2 · AError
Button has no text
-
WCAG 1.3.1 · ANeeds review
Form field has more than one label
-
WCAG 1.3.1 · ANeeds review
Options are not grouped with their question
-
WCAG 1.3.5 · AANeeds review
Personal-data field has no autocomplete
-
WCAG 3.3.7 · ATip
Form asks for the same email twice
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.