Testing for a Theme/Plugin Conflict

TIP: Check out the bottom of this article for an easy-to-follow video covering many of the techniques presented here.

Introduction

Gravity Forms uses WordPress’ best practices to make it as compatible as possible with all themes and plugins; however, some theme and plugin authors do not adhere to these best practices, which can often result in a theme or plugin conflict with Gravity Forms.

The following sections provide instructions for determining if an issue you are experiencing with Gravity Forms is caused by a third-party. If you determine that your issue is not caused by a third-party following these instructions, please open a support ticket. If you were directed to this topic after having opened a ticket, please reply to the ticket confirming that you have followed these steps and were still able to recreate this issue.

Before you start

A backup is always advised

It is advised to create a backup of your WordPress as good practice. Because you know what will happen the one time you forget this step…

If using a third-party page builder or modal to embed the form

Gravity Forms fully supports both the WordPress Classic Editor and the WordPress Block Editor.

Although we also strive to test some of the most popular page builders, like Elementor or Beaver Builder for example, there are a plethora of third-party options out there. Even if we find a compatibility issue with a third-party builder, we can only advise them of it—we cannot modify their code nor control whether they resolve the issue in a timely manner. As such, third-party builders can be the cause of a form issue, and need to be ruled out when troubleshooting.

To confirm your page builder is not the issue, create a test page and embed your form directly on it using the WordPress page editor. Now test the form again from this clean page, and if your issue has vanished, then that is a fairly good indication that your page builder is the source of the issue. Reach out to their support for advice.

If the page is being cached or minified by a plugin or hosting company

Please see FAQ on Cache and Script Optimizer Issues.

Testing for Theme Conflicts

To test for a theme conflict:

  1. Activate a default theme such as Twenty Nineteen, Twenty, Twenty One, or Twenty Two
  2. Check to see if the issue still occurs

If the issue does not occur after having activated a default “Twenty” theme, your theme is causing a conflict with Gravity Forms. First, check for updates to your theme or child theme. If you are up-to-date, or updating does not resolve the conflict, please reach out to the support for your theme for assistance.

If the issue continues to occur when using an Automattic “Twenty” theme, you should then test for plugin conflicts.

Testing for Plugin Conflicts

Note: By default, Must-Use and Drop-in plugins will not be disabled during the conflict test. If you need to disable Must-Use or Drop-in plugins to complete your conflict test, please contact support for assistance.

Must-Use and Drop-in plugins shown on Plugins page

To test for a plugin conflict:

  1. Deactivate ALL plugins
  2. Activate Gravity Forms
  3. Check to see if the issue occurs

For multisite installations, you will need to ensure ALL plugins are disabled both on the sub-site Plugins menu (if it’s available) and the Network Admin Plugins page.

Also note Must-Use and Drop-ins plugins don’t have a deactivate option, if you have any of these installed, you will want to download their files to a safe place and remove them for testing.

With only the Gravity Forms plugin active, you are ready to start looking for conflicts.

If your form requires any of the official Gravity Forms add-ons, like User Registration, Advanced Post Creation, Stripe, etc, you can enable those as well. But keep the first test limited only to official Gravity Forms add-ons. Remember, the goal of this test is to find out if the issue is caused by a third-party software.

Now try and replicate the issue you were experiencing in this reduced environment.

No issue on the first test

If you experience no re-occurrence of the issue, then continue to expand your testing scope by:

  1. Enable one additional plugin.
  2. Test again.
  3. Issue found? Then you have your culprit.
  4. Working without any issue? Then repeat 1 and 2.

Once you have found the conflicting plugin, please first be sure that the plugin is updated to the latest available version. If you are already up-to-date or updating does not resolve your conflict, please reach out to the support for the conflicting plugin.

Video Overview