Product Landing Page
For some reason I can not pass the user story #12. I’m confused because my form looks very similar to the form on the FCC project example, I was wondering if anybody could point out why.
Other than my organization, working on a mobile first approach, and certain responsiveness I felt like this was one of my better projects.
Please let me know what I could do better in the future that is not as obvious to me.
Thank you so much.
Maybe it doesn’t allow the target attribute.
What about a name attribute?
- When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit) that confirms the email address was entered (and that it posted successfully).
The #email input should have a name attribute : expected false to equal true
That is exactly what the issue was. Thank you so much!