Accessibility
-
Please help! How to label a field correctly? If I write for instance
<p><label>Vorname</label> (Pflichtfeld)<br /> [text* Vorname placeholder "Vorname"] </p>
checking by https://wave.webaim.org/ yields the errors “A form label is present, but it is not correctly associated with a form control.” and “A form control does not have a corresponding label.” Same result from
<p>Vorname (Pflichtfeld)<br /> <label>[text* Vorname placeholder "Vorname"] Vorname</label> </p>
The form you can see on https://www.oekologische-plattform.de/?page_id=2466
Many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Accessibility’ is closed to new replies.