Survey Form 16/17

Hi Community,

I can not find what I am missing. Maybe somebody can give me a tip. Appreciate any help Thank you !

here is my Code

The error states:

## 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".

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

you have:

<label id="email-Label" for="Email">E-Mail</label>

Case is important! Make sure that what you have in your code matches what the project is asking you to do.

1 Like

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