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.
The plugin is available from the
WordPress plugin repository
- Upload the plugin files to the
/wp-content/plugins/acf-gravityforms-add-on
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress.
- Add a new field of type 'Forms' to the required ACF field group.
You can also install Advanced Custom Fields: Gravity Forms Add-on using Composer.
composer require dannyvanholten/acf-gravityforms-add-on
…or if you make use of WPackagist, …
composer require wpackagist-plugin/acf-gravityforms-add-on
A detailed list of changes to the plugin can be found in the
changelog at Github.