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 Forms and The Events Calendar conflict

  1. I have been using Gravity Forms and The Events Calendar on the same website for a while with no issues. I have updated WordPress to 3.5. and updated The Events Calendar to 2.0.10 and Gravity Forms to 1.6.11. Now the Gravity Forms submit buttons do not work, that is, when clicked, nothing happens, the form is not submitted. When I deactivate The Events Calendar plugin the Gravity Forms buttons work again and the forms are submitted without any issues. There appears to be a conflict with these two popular plugins. Does anyone know of a solution to this conflict?

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  2. Please post a link to the page on your site where the Gravity Forms is embedded so we can check for JavaScript errors.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  3. The page is http://www.rockstaryouth.co.uk/start-up-loan/

    The error occurs when The Events Calendar plugin is activated. I am not able to activate The Events Calendar plugin to replicate the error for you as doing so will cause the Gravity Form plugin to fail and the site is a live site and the form is being used often throughout the day by prospects so needs to be working.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  4. We are going to have difficulty troubleshooting for you in that case. Both need to be active so we can see the conflict in person. If we cannot do this, please proceed by looking for JavaScript errors. You can use Firebug or the Web Developer Toolbar add-on for Firefox, or the built in debugging tools in Chrome or Internet Explorer.

    We will need to see the conflict in person to be able to help you pinpoint the conflict.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  5. Although, looking at the page right now, I see this JavaScript error:

    Timestamp: 1/17/2013 11:12:54 AM
    Error: Error: Syntax error, unrecognized expression: #.woocommerce_tabs .panel:not(#.woocommerce_tabs .panel)
    Source File: http://arch.dyndns.org/kadularissa/wp-includes/js/jquery/jquery.js?ver=1.8.3
    Line: 2

    Your theme is including an extremely old version of jQuery, 1.5.1:

    <script type='text/javascript' src='http://www.rockstaryouth.co.uk/wp-content/themes/rockstaryouth/parkerandkent2011/js/theme/jquery-1.5.1.min.js?ver=3.5'></script>

    If you remove that script and let WordPress enqueue the proper jQuery version, 1.8.3 for WordPress 3.5, I think you will have more success getting both plugins to work at the same time.

    Without seeing the site with both plugins active, we can't give any more specific advice than that.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink