Product Landing Page - Project Help

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) that confirms the email address was entered (and that it posted successfully).

I don’t think this was covered in the previous lessons. How can I do this?

In your form you can put an attribute called action with the given url.

1 Like