Why isn't my form submitting?

Caitlin_Ciance
Level 1

Why isn't my form submitting?

For some reason when I hit submit on a form on one of my sites it does not do anything. I have checked the leads to check to see if it is collecting the info but just not responding on the form end, but no lead info captured. Does anyone have any insight on this?

I did notice in the console there is an error: Uncaught ReferenceError: MktoForms2 is not defined

Screen Shot 2019-09-04 at 10.57.09 AM.png

I am using a Macbook pro and using google chrome, if that helps.

Here is the page: http://wowevents.momsmeet.com/influencers19sandiego/request-an-invite/ 

Thanks so much!

Caitlin Ciance
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Why isn't my form submitting?

You have a pretty blatant JS syntax error, where you've tried to inject a <script> tag in the middle of inline JS:

pastedImage_1.png

However, it might be just as well because that preventPreventDefault function looks like a horror show better left unrun!l

You have way too many external JS files capable of hijacking form submit events right now. It's not feasible to troubleshoot until you trim down the test case so that the bare minimum of custom code is running.