Hi guys!
I have a question regarding the Product Landing Page Project. I have almost completed this project except for one of the tests that is incomplete:
When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit).
This is what I added:
<form id="form" action="https://www.freecodecamp.com/email-submit" method="post">
<input type="email" placeholder="Your Email" id="email" name="email" required>
<input type="submit" id="submit" value="Subscribe">
</form>
However, when I run the test, it still does not work.
If anyone has any suggestions for me, please feel free to let me know! I have been staring at this for a really long time.
Thank you so much!