recaptcha Textarea element missing an associated label
-
Thanks so much for creating an accessible Contact Form 7 plugin. I’m in the process of converting my old forms and have only one error appearing in validation; for the recaptcha field I get:
“textarea element missing an associated label”
Repair: Add a label element immediately before or after the textarea element. Set the for attribute value of the label element to the same value as the id attribute value of the textarea element. Add label text to the label element. Or, set the title attribute value to the textarea element to the label text. Or, add a label element that surrounds the textarea element and add label text.
Not sure how to do the above Repair, as anything I add to make it appear like the “text” or “textarea” fields still gives the same error. I am set up with the integration for the google recaptcha. Thank you.
- The topic ‘recaptcha Textarea element missing an associated label’ is closed to new replies.