Checkbox giving accessibility error on PageSpeed
-
This is the code I am using for check boxes in my forms using contact form 7
[checkbox checkbox-ac exclusive "A/C Service, "]
However, I am getting the following error on PageSpeed Insight under Accessibility:
Form elements do not have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers.
span.wpcf7-form-control-wrap > span.wpcf7-form-control > span.wpcf7-list-item > input
<input type=”checkbox” name=”checkbox-ac” value=”A/C Service,”>
Any suggestions on how to rewrite this code would be highly appreciated.
Thank you in advance.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkbox giving accessibility error on PageSpeed’ is closed to new replies.