My survey Form challenge

For my Survey challenge there is just a line of code holding me down
which is
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”.

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

please i dont know how to debug this

Please provide a link to your code.

1 Like

When you have a question about your code you should provide a link to it otherwise all anyone can do is guess.

From the error message you provide it seems that you have an input field that is missing a required attribute.

1 Like

I already got the solution
Thanks StephanDue

thank you very much
noted

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