Provides an Advanced Custom Field which allows a WordPress user to select a Gravity Form as part of a field group configuration.
As of April 2026, Advanced Custom Fields: Gravity Forms Add-on is a WordPress acf plugin with 30K+ active installations and a 4.2/5 rating from 14 reviews. It has been downloaded 557K+ times in total. Requires WordPress 4.6+ and PHP false+. Available on WordPress.org since 2017. Download volume is stable this week. Top alternative: Advanced Custom Fields (ACF®).
Provides an Advanced Custom Field which allows a WordPress editorial user or administrator to select a Gravity Form as part of a field group configuration.
This plugin does not have any effect on the frontend of the website. It does not output the form, nor does it modify the output of existing forms. The plugin only adds a custom ACF field type for use in an ACF field group.
Full documentation can be found in the plugin’s GitHub Repository.
Version 1.3.2 added a plain HTML filter to the output of the field. This filter is not applied to fields in ACF version 4.
apply_filters('acf-gravityforms-add-on/field_html', string $field_html, array $field, string $field_options, string $multiple)
I’ve used this plugin ~5 times over the years and it consistently works as expected, glad it exists!
Having this plugin active results in the Gravity Forms Signature add-on to break. You cannot use both.
For days I’ve been having issues with addons for Gravity Forms where they suddenly stopped showing the fields. Only title and description. The native GF fields worked fine, but any third party ones stopped working. Fields I confirmed were not compatible: Gravity Perks Nested Forms and Slim Image Cropper for Gravity Forms.
I’ve been going through code looking for a solution and googling results. I identified that the fields were not using the right class. They were all using “GF_Field”, the basic class. They should have been using “GF_Field_Nested_Form” for example. The cause was that Gravity Forms was being called too early by this plugin. And that was caching forms before all the plugins have loaded and registered their fields.
There’s a pull request which fixes the problem but it has not been released. That was submitted in 2018. It’s the end of 2019 and has not been pushed as a release.
I uninstalled this plugin and replaced the Forms ACF field with a number input where you manually enter the form id. Everything is suddenly working.
Don’t combine this plugin with third party GF extensions.
Thank you for sharing this plugin, it drops right in and works great.
Finally something we can load with Composer. Thank you @dannyvanholten!
| WordPress | 4.6+ requiredTested up to 6.9.0 |
| PHP | false+ required |
A detailed list of changes to the plugin can be found in the changelog at Github.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.