The issue is another plugin on your site is enqueuing a VERY OLD version of jQuery, v1.4.4. See this screenshot:
http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202012-05-01%20at%201.31.50%20PM.png
WordPress v3.3 uses jQuery v1.7.1 and that is what Gravity Forms v1.6.4+ is expecting to be there because it uses jQuery v1.7.1 functionality.
Themes and plugins should always use the version of jQuery that comes with WordPress. When theme and plugin developers do not do so, it causes issues such as this.
You have another plugin on your site that is not doing so and is bringing it's own, old, version of jQuery and therefore WordPress is not outputting the correct version.
Because Gravity Forms v1.6.4+ makes use of functionality in jQuery v1.7.1 and your site is not loading jQuery v1.7.1 because of that other plugin (nmedia mailchimp widget) it is triggering a javascript error that is preventing things such as conditional logic, pricing calculations, etc. to function properly.
You need to either correct that plugin so it uses jQuery v1.7.1 like WordPress itself, or deactivate/remove that plugin.
Gravity Forms can integrate with MailChimp if you have access to the MailChimp Add-On so that mailchimp widget plugin is technically unnecessary. You can use Gravity Forms to do what it does.
Posted 12 years ago on Tuesday May 1, 2012 |
Permalink