WAVE label error: ADA compliant
-
Hi!
We are trying to make our website ADA compliance and we are getting an error when we are using the WAVE tool to verify. This is the error:
Empty form label
A form label is present, but does not contain any content.It’s on the Mailchimp code in our footer widget. This is the code we have right now:
<p> <label>First Name</label> <label for="FNAME"><input id="FNAME" type="text" name="FNAME"></label> </p> <p> <label>Last Name</label> <label for="LNAME"><input id="LNAME" type="text" name="LNAME"></label> </p> <p> <label>Your Email</label> <label for="EMAIL"><input id="EMAIL" type="email" name="EMAIL" required /></label> </p> <p> <input id="submit" type="submit" value="Sign up" /> </p>
Could you please help? I have tried several things but nothing has worked so far.
Thanks,
Allie
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 ‘WAVE label error: ADA compliant’ is closed to new replies.