Unlabeled forms and inputs
AI builders can generate clean-looking fields while leaving labels, instructions and required states implicit.
- What to check
- Every text field, select, checkbox and textarea has a visible label or an accessible name, and required fields are not communicated by color alone.
- WCAG signal
- Forms, labels, instructions and error identification.
- Fix prompt
- Add explicit label elements, connect helper text with aria-describedby, and make required states visible in text.