Installation
Requirements
- WordPress 5.8 or higher
- PHP 8.0 or higher
- Gravity Forms 2.7 or higher (active license)
Install the Free Version
- Download the plugin ZIP from gfrepeater.com
- In your WordPress admin, go to Plugins > Add New > Upload Plugin
- Select the ZIP file and click Install Now
- 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
- 1 repeater group per form
- Up to 3 rows per group
- No conditional logic, file uploads, row calculations, or other Pro modules
Upgrade to Pro
- Purchase a Pro or Agency license at gfrepeater.com
- Download the Pro ZIP from your account
- Upload and activate it (it replaces the free version)
- 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
- Clear any caching plugins (WP Super Cache, W3 Total Cache, etc.)
- Deactivate and reactivate the plugin
- Check the browser console for JavaScript errors