Forms 2.0 jQuery conflict

Anonymous
Not applicable
Any marketo form (2.0) that gets loaded on my page won't work - whenever the submit button is clicked, instead of the validation getting triggered it loads the 404 page (/undefined). What I've found is that if I deactivate my site's jQuery the form starts working, however I lose my jquery functionalities from before. I definitely thing there's a jquery conflict there. Been messing around with jQuery.noconflict(), but doesn't really seem to do the trick. Does anyone else have the same problem?
Tags (1)
4 REPLIES 4
Anonymous
Not applicable
There have been issues with Munchkin and jQuery conflicts. Here is an example thread:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pf4AAAS

Short term solution, like you mentioned is to disable jQuery loaded from your server. 
Matt_Stone2
Level 9
Nothing jumps out to me that would be causing the conflict. You could either pull out each script one by one to narrow down where the problem is, or you could consider placing the form in an iframe instead, which would eliminate the conflicts.
Anonymous
Not applicable
Yes, sorry about forgeting it from earlier: https://www.mycasekegging.com/pricing
Matt_Stone2
Level 9
Do you have a landing page or something with all the code on it that you can share?