Form is not submitting

heatinglondon.ca/#contact

Form name = “contact”

Nothing happens when I hit submit. I have data-netlify=“true” on the form, I’ve verified that form detection is enabled, I’ve checked for spam messages in the contact form through the dashboard, I’ve run all linked javascript through ChatGPT4.0 to review for problems and nothing seems to work.

Clicking “submit” just has no result.

There is a jQuery on('click') event on the submit button. So the first thing to do is check the JavaScript. Check the Submit HTML forms with AJAX documentation for a sample on how to submit correctly via JavaScript.

1 Like

I figured it out, thanks.