Need help with landing page user stories

I added a name attribute to my email input and it still did not work, this is what my form code looks like:

<form id="form" action="https://www.freecodecamp.com/email-submit">
    <label for="email">Enter Email here for Updates:</label><br>
    <input id="email" type="email" placeholder="myemail@example.com">
    <input id="submit" type="submit" name="email">
  </form>

Can you please tell me whats wrong also heres a link to my project.
(https://codepen.io/cjstrong705/pen/eYEeQPZ?editors=1100)

Hi @23stroc !

Welcome to the forum!

I created a new post for.
When asking for help on the forum it is always best to create a new post. :grinning:

But as to your failing user story, I think you misunderstand the error message.

This is your email input.

The user story wants you to add the name attribute there.

Not here

Hope that helps!

It did help thank you!

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