Build a Product Landing Page - User Story #12

Tell us what’s happening:

I am having issues with challenge number User Story #12, I have a form with the action linked to the url provided, with a submit button on the form, but the challenge still says its failed.

Honestly i’m not sure what its asking other than what I’ve done.

Your code so far

https://codepen.io/thehiddencheese/pen/vreEje

Your browser information:

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

Link to the challenge:

@Ryan_Thacker You’re really close. In the test error description, it states:

AssertionError: The #email element’s name attribute should have a value of “email” : expected ‘’ to equal ‘email’

Adding that should pass the test. :sunny:

1 Like

Thanks I figured it out :slight_smile:
I need to start reading the error messages from now on.

1 Like