PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Gravity form not compatible with wordpress?

  1. Anyone knows why gravity form is not compatible with the theme on my wordpress?

    Posted 11 years ago on Saturday February 9, 2013 | Permalink
  2. Please post a URL to your site, and let us know what sort of trouble you are having. Is it with building a form, or displaying a form on the front end of your site. Also, let us know what theme you are using. Be sure you are using the latest Gravity Forms 1.6.12 and WordPress 3.5.1.

    Posted 11 years ago on Saturday February 9, 2013 | Permalink
  3. I posted my url: http://www.bestliveentertainment.com
    I am using Wordpress 3.5.1
    My website designer says that gravity form is not compatible with the theme on my wordpress

    Posted 11 years ago on Saturday February 9, 2013 | Permalink
  4. What does not work? Have you tried building a form, and was that successful? Have you tried embedding a form and the form does not show?

    I would say the issue with your theme is the very old jQuery library being loaded. In this script:

    <script type="text/javascript" src="http://www.bestliveentertainment.com/wp-content/themes/directorypress/js/jquery.js"></script>

    the theme is loading "jQuery JavaScript Library v1.3.2". That conflicts with the jQuery version 1.8.3 version which is loaded by WordPress. Both versions are loaded in the page. Get rid of this old version and your Gravity Forms will work, assuming there are no other JavaScript errors. You will need to be sure your theme still functions as expected without the old version of jQuery being loaded.

    Posted 11 years ago on Saturday February 9, 2013 | Permalink