Build a Survey Form 7/17 9/17

I need help building my survey form. I feel like I have a lot of the requirements complete but it is not passing through the tests.

User Story #6 If I enter an email that is not formatted correctly, I will see an HTML5 validation error.

Here is a simple version of what I have so far.

https://codepen.io/Will_Test/pen/mdRZgag?editors=1100

Your browser information:

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

Challenge: Build a Survey Form

Link to the challenge:

You have your input type set to “text” for that. It should be set to “email” and it will clear the error.

1 Like

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