Adding accessible labels for input fields
-
Hi, is there a way to add accessible labels for each input field please? This plugin is so useful but I can’t see this in the documentation and it’s causing errors in Accessibility Checker like this:
‘
Missing Form Label Error
2 of 9
A Missing Form Label error is triggered when an <input> (form field) is present in your form and but is not associated with a <label> element. This could mean the label is present but is missing a for=”” attribute to connect it to the applicable field or there could be no label present at all and only an <input> tag. To fix missing form label errors, you’ll need to determine how the field and form were created and then add field labels or a correct for=”” attribute to existing labels that are not connected to a field.
Can you help / advise with this please?
- The topic ‘Adding accessible labels for input fields’ is closed to new replies.