Closed github-ptaylor closed 4 years ago
@github-ptaylor you have javascript error on this page, which prevents the ajax framework from properly submitting the form using ajax.
Check your browser javascript debug console for more info.
Thanks Mark!
I will check that out.
update:
the issues was caused by having a "slim" version of the JQuery library in the code base, the "slim" version doesn't have the $.ajax function.
thanks again Mark for the pointer in the right direction :)
Hello Martin aka Skydiver ;)
My form submissions are not generating a success message and the submissions are not being inserted in the database.
The URL of the contact form:
https://imarketstuff.com/contact-us
Upon submitting the form, the URL shows the submitted parameters plus the token (the submit parameter is empty):
i.e.
https://imarketstuff.com/contact-us?_token=ECyuIsRe6QaJhGk0638rVgwsaN5O49boTq1HMeVP&name=Patrick+C.+Taylor&email=greenoutreach%40myemail.com&message=This+is+a+test+message&submit=
If you can provide any direction into troubleshooting this, that would be great.
I have attached my component configuration screen also.
Thanks for your time