Product Landing Page - Build a Product Landing Page

Hello! Everything looks good for me but my with id=“form” won’t pass the test. Could you tell me what’s wrong here?

<section id="form">
        <h1>Handcrafted, home-made masterpieces</h1>
      <form id="form" action="https://www.freecodecamp.com/email-submit">
          <input type="email" name="email" id="email" required placeholder="Enter your email address"><br>
          <input id="submit" type="submit" value="GET STARTED"></button>
     </form>
      </section>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Challenge: Product Landing Page - Build a Product Landing Page

Link to the challenge:

I got it now, I shouldn’t have used the same id for the section and the form :slight_smile:

1 Like

good for you… the more you read the Hint message and look at the mistake in the code, you finally get to understand whats needed.

1 Like

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