Forms 2.0 jQuery conflict | Community
Skip to main content
November 4, 2014
Question

Forms 2.0 jQuery conflict

  • November 4, 2014
  • 4 replies
  • 1674 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Matt_Stone2
Level 9
November 4, 2014
Do you have a landing page or something with all the code on it that you can share?
November 4, 2014
Yes, sorry about forgeting it from earlier: https://www.mycasekegging.com/pricing
Matt_Stone2
Level 9
November 4, 2014
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.
November 4, 2014
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.