← Back to Documentation

Installation

Requirements

Install the Free Version

  1. Download the plugin ZIP from gfrepeater.com
  2. In your WordPress admin, go to Plugins > Add New > Upload Plugin
  3. Select the ZIP file and click Install Now
  4. Click Activate

The plugin is now ready to use. You’ll find the Repeater Group field in the Gravity Forms editor under Advanced Fields.

Free Version Limits

Upgrade to Pro

  1. Purchase a Pro or Agency license at gfrepeater.com
  2. Download the Pro ZIP from your account
  3. Upload and activate it (it replaces the free version)
  4. Go to Forms > GF Repeater to activate your license key

All Pro features are available immediately after activation.

Updating the Plugin

With a valid Pro license, updates are delivered automatically through the WordPress dashboard via Freemius. You’ll see a notification when a new version is available.

Debug Mode

For troubleshooting, enable debug logging by adding this to your wp-config.php:

define( 'GFR_DEBUG_LOG', true );

Logs are written to wp-content/plugins/gravity-forms-repeater-field/gfr-debug.log. You can also log from your own code:

GFR_Debug::log( 'my-context', $data );
GFR_Debug::clear(); // Truncate the log

Disable debug mode in production.

Troubleshooting

”Gravity Forms is required” notice

The plugin requires Gravity Forms to be installed and activated. Make sure your Gravity Forms license is active and the plugin is enabled.

Plugin doesn’t appear in the form editor

  1. Clear any caching plugins (WP Super Cache, W3 Total Cache, etc.)
  2. Deactivate and reactivate the plugin
  3. Check the browser console for JavaScript errors