Okay, so I am having a problem with test #12 my product landing page. Here’s the code for my form:
<form id="form" action="https://www.freecodecamp.com/email-submit">
<p>
<input type="email" id="email" placeholder="Email address">
</p>
<p>
<input type="submit" id="submit" value="Submit">
</p>
</form>
I have no idea what I am doing wrong, and I figure it’s something really simple. Thanks in advance!