Build a Product Landing Page (submit button error)

Tell us what’s happening:
I keep failing test 12 and I cannot seem to understand why. I have looked at the editor view of the example given and I seem to be following the normal protocol for making a form that submits to a static page without issues but for some reason, I keep failing that test ever time. It seems that the link that is given to put in the “action” field doesn’t lead to responsive webpage at the time of writing. Is there just a temporary server issue that is causing me to be unable to properly complete this task?

Any help or feedback would be great.

Thank you in advance,
JoeGLTE

Your code so far

Email: **Your browser information:**

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

Link to the challenge:

Link to challenge CodePen.

1 Like

Look closely at your error log in the box below. This is its output.

The #email input should have a name attribute : expected false to equal true
AssertionError: The #email input should have a name attribute : expected false to equal true

Try giving your email input a name attribute.

Thank you! I’m new to all this and its crazy how much a little oversight like that can put a roadblock on the whole project. I really appreciate the quick response.