• Resolved Jeff Cole

    (@upekshapriya)


    I’m getting the following HTML validation errors with this plugin – see 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)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HTML validation errors’ is closed to new replies.