Same here: Nothing happens when clicking Submit
-
My Registration form is as follows:
<input type=”text” name=”FNAME” placeholder=”Prénom” required=””>
<input type=”text” name=”LNAME” placeholder=”Nom” required=””>
<input type=”email” name=”EMAIL” placeholder=”Votre adresse de courriel” required=””>
<input type=”submit” value=”Soumettre”>No error showing (nor any message) after submitting the form.
No error message in the debug log.
No confirmation email.Connection to MailChimp list established and confirmed.
Google reCaptcha enabledChrome Console indicates:
Failed to load resource: the server responded with a status of 400 ()
(index):594 Uncaught TypeError: Cannot read property ‘execute’ of undefined
at e.<anonymous> ((index):594)
at e.n.emitEvent (forms-api.js:2265)
at e.trigger (forms-api.js:1922)
at Object.trigger (forms-api.js:341)
at HTMLFormElement.<anonymous> (forms-api.js:78)
at forms-api.js:857
at HTMLBodyElement.<anonymous> (forms-api.js:901)If need be, you can access my site:
https://www.pierrecorbeil.com
Password: ZAu7eur! (site locked while under construction)The page I need help with: [log in to see the link]
- The topic ‘Same here: Nothing happens when clicking Submit’ is closed to new replies.