Build a Product Landing Page user story #12

i can’t pass this test, i don’t understand where the error is, can you help me?
this is my codepen: https://codepen.io/carmine_porpora/pen/GRrOKgY
ps: the content of the page is temporary, so random words are inserted.

Just add a name attribute to your <input type="email". For more info you can check <form> - HTML: HyperText Markup Language | MDN

@porpora.carmine, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The failing test says

When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit).
The #form should have an action attribute : expected false to equal true
AssertionError: The #form should have an action attribute : expected false to equal true
  1. //let your code be nested html tag make
  2. header-img {
    width: 60vw;

//the brace was not close

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