Build a Survey Form 6 out of 17 failed

Tell us what’s happening:
I’ve checked off the user story numbers but still seem to have 6 failed

Your code so far


Your browser information:
Safari Version 12.0.1 (13606.2.104.1.2) and CHROME Version 70.0.3538.77 (Official Build) (64-bit)
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15.

Link to the challenge:

Take a look at each fail error and the corresponding user story carefully.

Like for example error #10 “For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id=“name-label”, id=“email-label”, and id=“number-label”.”

Meanwhile you have <label id="name-label" for="name"> for your email field.

So it’s probably a bunch of tiny mistakes. I’d say go over them one by one and really analyse the code.

Thanks for responding. Very helpful with this and the landing page I’m currently working on!

1 Like