Form Label Checker
Paste your HTML form code and get an instant accessibility audit. The tool checks for missing labels, improper label-input associations, missing fieldset/legend groups, and other WCAG 2.1 form accessibility requirements.
Why This Matters
Forms are one of the most common barriers for screen reader users. Unlabeled inputs are announced as 'edit text' or 'blank', making forms impossible to complete. WCAG 2.1 requires accessible labels (3.3.2), proper name-role-value (4.1.2), and error identification (3.3.1).
How to Use This Tool
- 1
Paste form HTML
Paste your HTML form code including all input, select, and textarea elements.
- 2
Review findings
The tool checks for missing labels, improper associations, missing fieldset/legend, and more.
- 3
Fix issues
Each issue includes the WCAG criterion and a suggestion for how to fix it.
Frequently Asked Questions
A <label> element is the preferred method — it creates a visible label and a programmatic association. aria-label provides an accessible name when a visible label isn't possible, but it doesn't create a visible label.
Related Tools
Contrast Checker
Check WCAG 2.1/2.2 contrast ratios for text and UI components. Supports AA and AAA levels with live preview.
WCAG Checklist
Interactive checklist with all 86 WCAG 2.2 success criteria. Track progress, filter by level, and export your audit results.
Heading Analyzer
Paste your HTML and visualize the heading hierarchy. Detect skipped levels, missing H1s, and structural issues.
HTML Scanner
Paste HTML and get an instant accessibility audit. Checks for missing alt text, ARIA issues, semantic HTML problems, and more.