Title: HTML validation errors
Last modified: September 11, 2017

---

# HTML validation errors

 *  Resolved [Jeff Cole](https://wordpress.org/support/users/upekshapriya/)
 * (@upekshapriya)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/html-validation-errors-5/)
 * I’m getting the following HTML validation errors with this plugin – see [https://validator.w3.org/nu/?doc=https%3A%2F%2Fclearvisiontrust.org%2F](https://validator.w3.org/nu/?doc=https%3A%2F%2Fclearvisiontrust.org%2F)
 *     ```
       Error: Any input descendant of a label element with a for attribute must have an ID value that matches that for attribute.
       From line 1116, column 11; to line 1116, column 151
       										<input id="yikes-easy-mc-form-1-FNAME"  name="FNAME"  placeholder=""  class="yikes-easy-mc-text "  required="required" type="text"  value="">↩↩				
       Error: Any input descendant of a label element with a for attribute must have an ID value that matches that for attribute.
       From line 1129, column 11; to line 1129, column 132
       										<input id="yikes-easy-mc-form-1-LNAME"  name="LNAME"  placeholder=""  class="yikes-easy-mc-text "   type="text"  value="">↩↩				
       Error: Any input descendant of a label element with a for attribute must have an ID value that matches that for attribute.
       From line 1142, column 11; to line 1142, column 153
       										<input id="yikes-easy-mc-form-1-EMAIL"  name="EMAIL"  placeholder=""  class="yikes-easy-mc-email "  required="required" type="email"  value="">↩↩				
       Error: Attribute name not allowed on element div at this point.
       From line 1147, column 10; to line 1147, column 207
       ↩									<div name="g-recaptcha" class="g-recaptcha" data-sitekey="6LdULyAUAAAAANIl8xDvvAvN6ixIFDHM6X6flDRo" data-theme="light" data-type="image" data-size="normal" data-callback="" data-expired-callback=""></div>
       Attributes for element div:
       Global attributes
       Error: The for attribute of the label element must refer to a non-hidden form control.
       From line 1108, column 14; to line 1108, column 85
       										<label for="FNAME"  class="FNAME-label yikes-mailchimp-field-required ">↩↩				
       Error: The for attribute of the label element must refer to a non-hidden form control.
       From line 1121, column 19; to line 1121, column 59
       										<label for="LNAME"  class="LNAME-label ">↩↩				
       Error: The for attribute of the label element must refer to a non-hidden form control.
       From line 1134, column 19; to line 1134, column 90
       										<label for="EMAIL"  class="EMAIL-label yikes-mailchimp-field-required ">↩↩								
       ```
   
 * Is there something I can change in the setting to solve this?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/html-validation-errors-5/#post-9486165)
 * Hey Jeff,
 * We can fix this for you. Thanks for reporting the issue.
 * Cheers,
    Kevin.
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/html-validation-errors-5/#post-9486349)
 * I just pushed v6.3.25 that should have correct `for` attributes for `<label>`
   elements and no longer apply a `name` attribute to a `<div>`.
 * Edit: Could you please run your HTML validation tool again and let us know the
   results?
    -  This reply was modified 8 years, 9 months ago by [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/).
 *  Thread Starter [Jeff Cole](https://wordpress.org/support/users/upekshapriya/)
 * (@upekshapriya)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/html-validation-errors-5/#post-9486499)
 * Thanks! That’s great. You’ve sorted it.
 * Fantastically quick support 😊
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [8 years, 9 months ago](https://wordpress.org/support/topic/html-validation-errors-5/#post-9487249)
 * You’re welcome, Jeff!
 * If you’re enjoying the plugin and support, please consider leaving a review:
   
   [https://wordpress.org/support/view/plugin-reviews/yikes-inc-easy-mailchimp-extender?filter=5](https://wordpress.org/support/view/plugin-reviews/yikes-inc-easy-mailchimp-extender?filter=5)
 * Nice reviews make our day 🙂
 * Thank you!
    -Tracy

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘HTML validation errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

## Tags

 * [validation](https://wordpress.org/support/topic-tag/validation/)

 * 4 replies
 * 3 participants
 * Last reply from: [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/html-validation-errors-5/#post-9487249)
 * Status: resolved