Survey form - User story #10 solution

I have problem with #10 user story : 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"

I can seem to past the test of this particular user story and I can’t figure out why. Please help!!

Here my pen: https://codepen.io/luisoliverosrdn/pen/oNobGJb

1 Like

Hey.
The user story requires id='number-label', but your id is a little bit different

<label for="number" id="age-label">

Hope this helps.
Cheers

1 Like

Jesus, so much time looking at code I can’t even read.

Thanks a lot!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.