WP 3.6-beta1-24041
GF 1.7.2
building a theme with Foundation 4.1.2
cannot give URL, because in local development
As soon as I activate Gravity Forms I run into conflicts. I cannot modify any of the forms in the backend and via the frontend no notifications are sent out upon submitting a form.
The error in the backend says:
Timestamp: 26/4/13 2:47:35
Error: ReferenceError: gform_get_tooltip_options is not defined
Source File: http://domain.local/wp-content/plugins/gravityforms/js/form_admin.js
Line: 606
It doesn't matter whether I use the no-conflict mode, doesn't work either way. On top of that the theme loads jquery-noconflict by default and a whole bunch of other scripts.
I have deregistered the WordPress jQuery version and instead use version 1.9.1 via Google. Foundation also uses zepto. All scripts are properly enqueued.
My questions is two-fold.
Does anyone else have similar issues and/or how are these type of conflicts usually solved?