Cant pass #9 story--Build a Survey Form

Tell us what’s happening:
Here is my codepen link - https://codepen.io/rob84044/pen/MBgZMg
I can not pass number 9 on the tests. Currently my form has no structure, but I wanted to pass the test first then build the structure to make it graphically pleasing.

Can anyone tell me why I am not passing number 9?

User Story #9: If I enter numbers outside the range of the number input, I will see an HTML5 validation error.

Your code so far
HTML Code
‘’’

Phone Number
'''

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-survey-form

It is supposed to be a phone number, though.

If I do id=“tel” it says that I need to allow numbered input. If I do id=“number” it throws the above error.

But phone numbers have use the following numbers 1234567890, not 9 10 11 12 13 14 15

Ohhh… It is asking for an additional field.
I understand now.

The issue is that 8 and 9 will not be recognized as completed. Even though I can get them to do what the requirements want them to do in the actual page.

Test it out, you will see.

#9 doesn’t even make sense, cause if you use “number” as type, you can not enter in letters at all.

Darn it! I misarranged those things. Okay. I will try this and report back. Thanks for being so active on the chat forum.