Forms 2.0 jQuery conflict

Anonymous
Not applicable

Forms 2.0 jQuery conflict

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
Matt_Stone2
Level 9

Re: Forms 2.0 jQuery conflict

Do you have a landing page or something with all the code on it that you can share?
Anonymous
Not applicable

Re: Forms 2.0 jQuery conflict

Yes, sorry about forgeting it from earlier: https://www.mycasekegging.com/pricing
Matt_Stone2
Level 9

Re: Forms 2.0 jQuery conflict

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

Re: Forms 2.0 jQuery conflict

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.