Skip to main content
Accessibility fix guide

Form Inputs Missing Labels

Form inputs without associated labels are inaccessible to screen readers and make forms harder to use for all visitors.

Issue ID: A11Y-LABELS-001
Severity: high
Impact: High
Effort: S

Use this article when

  • You need deeper remediation guidance than the issue card can show.
  • You want CMS-specific steps before handing the fix to a developer.
  • You want a repeatable re-check path after shipping the change.
Re-run full audit

What this issue is

Form inputs without associated labels are inaccessible to screen readers and make forms harder to use for all visitors.

Why it matters

Form inputs without associated labels are inaccessible to screen readers and make forms harder to use for all visitors. This affects usability, compliance risk, and how many visitors can successfully consume the page.

How we detect it

  • FreeSiteAudit flags this issue when the rule for A11Y-LABELS-001 fails and the page evidence points to Dom body.
  • You can usually confirm this by checking the page source or the relevant page settings inside your CMS.

Evidence examples

Check the affected page source, rendered output, or relevant CMS setting to confirm the missing or incorrect element.

How to fix it

  1. 1Add <label for="id"> elements pointing to each input's id attribute
  2. 2Or wrap inputs inside <label> elements
  3. 3Or add aria-label or aria-labelledby attributes as a fallback
  4. 4Ensure every input, select, and textarea has an accessible name

How to re-check it

  • Run a WAVE or axe accessibility audit and confirm no missing form labels

Related tools

This issue is best verified with the full FreeSiteAudit crawl rather than a single-point mini tool.