Quick question. Tests fail on "Product landing page"

Hey,
The page is working as intended, but the tests is not running through:

8. Within the form, there is an field with id=“email” where I can enter an email address.

9. The #email input field should have placeholder text to let the user know what the field is for.

10. The #email input field uses HTML5 validation to confirm that the entered text is an email address.

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).

“”
“”

those 2 inputs do the job, but the test are not running through.

Hi @zilwinsss,
Check the answer I gave you at Product landing works as intended, but inputs tests doesn’t go through - Project Feedback - The freeCodeCamp Forum
For the future, (just in case it wasn’t due to an error in the system or something) you don’t need to post the same information multiple times. Remember that, in general, it might take some time to get answers when using forums, but you might get help for free in return . Happy coding :grinning:

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