Project2 - Survey form #10

I’m having issues with this on the survey form and cant identify the issue…
How can I pass this?

<Tel Number*

Can you post a link to your codepen?

You don’t have to include a exact url if it won’t allow you.

I cant post a link??
The problem is question ten
project on Responsive Web design
survey form project
codepen teetee_1
survey form pen

We can’t help you without seeing your code.

Since you can’t add a full valid url, try breaking it up by adding a space in the middle or something.

When you run the test, click on the red button and what does the whole error say.

I was able to bring up your profile but I don’t see any survey form…did you fork the example to your profile?

Please check again
I have separated the pen…
Please add the below at the end of the about to my page to see it…
I have recreated the pen
pen / WmXvKJ

Thank you!

Okay there are a few things. I had to add in the javascript checker, make sure you do so.

You have one tag called labels. Change that to label.

Next the error you are getting (click on the red button) is:

  1. 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”.

You need to move your name_label, email_label, and number_label from the DIV tags to the LABEL tags. Remove those DIV tags entirely or give them a different ID.

All is good now.
Appreciate the help!
Thank you

Also I don’t know what a javaScript checker is…

Sorry it’s just the script from free code camp that checks your work:

https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js