Product Landing Page

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!

Test #12 is failing even though I think I did everything right. Sorry for not including a link in my first message.

Yeah, I just ran the tests and am still working on the video. Thank you so much for taking the time to help me.

I’m having a problem with my landing page. Whenever I run the tests, #12 fails because of #video should have an ‘scr’ attribute. Shouldn’t that be ‘src’?

Is this an error in the test, or am I doing something wrong?

1 Like