Product Landing Page Test form submit issue

I’m working on the product landing page test suite and I cannot get the last test to pass. This is the one that is not passed: 12. When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit).

Here is the codepen: https://codepen.io/badfishjr/pen/rNpwgPy

It looks just like the example to me. Can anyone help me find out why this won’t pass?

TL,DR;

Hey @badfish, so the issue was that you needed to add a name attribute to the element with the id of email.

If you’d like to see more on how I did the troubleshooting of the issue, feel free to check out this quick video I made. Hopefully it is helpful.

1 Like

Hey @trrapp12 thanks so much, it passed now! I’d like to watch your video but it says it is unavailble and private.

sorry, my bad. I updated the settings. You should be able to see it now.

Awesome, thanks! I watched it and that was helpful :slight_smile:

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