Survey Form Help

Hey just wondering if anyone can help me see what’s missing on my survey form project. I get 16/17 correct and can’t see what I’m missing, very rough draft.
thanks in advance

https://codepen.io/Twilson23/pen/RwWgayz?editors=1000

When a test fails, click on the red button to see which test failed. There will be an explanation of what the test is looking for and why it failed.
The failing test in this case says;
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”.

#name-label is not defined : expected null to not equal null

1 Like

Don’t Worry, I will help you.

change the highlighted part.

1 Like

Ahh perfect, thank you!

Welcome. :partying_face: