Please help on product landing

Hello campers,
I am currently working on the product landing project and having difficult passing one user story, could you enlighten me on the following userstory:

When I click the #submit element, the email is submitted to a static page

Share the project link to help you better :smiley:

<form id="form" action="https://www.freecodecamp.com/email-submit">

Try something like this.

I have tried that but it is not working… I was wondering if I should use a link instead of a button or a link on a button ( does it even exist?)

<form id="form" action="https://www.freecodecamp.com/email-submit">
        <label id="email-label" for="email">Enter your email here for more information</label>
        <input type="email" id="email" placeholder="enter a email address" name="email">
        <input type="submit" id="submit" name="submit">
      </form>

this is what i did for that (struggled a long time with that too)

All tests now passing , thanks

My pleasure,my dude.