Hi Guys n Gals, has anyone out there already done the 3rd “Product Landing Page” web design project ?
I’m having trouble getting the submit button to send the user’s entered email address back to the server with the given fake url “https://www.freecodecamp.com/email-submit” ?!
The blurb says : "When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit.")
Now, I know that all data within a ‘form’ element is sent back to a server via the form’s action attribute (thus) :
(etc) ...But, it’s still not working, and I’ve tried all combinations, amendments I can think of, as well as using google searches about it, etc … but it won’t say “passed that specific test” no matter what I do …
Can anyone tell me where I’m being dumb please ?! … I think it may have something to do with linking the email field with the submit field (and possibly the form action attribute) … but I am not sure at all how you’d go about doing that.
Please help if you can, and thanks in advance