User Story #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).
I cant get this test to be accepted, can someone see what I have done wrong?
User Story #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).
I cant get this test to be accepted, can someone see what I have done wrong?
It is probably picking up the other forms that don’t have an action attribute on them. When I added the action attribute to those forms as well, it passed for me.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.