Discover, trust, install: FAIR 1.0 is here

Plugin Banner

Advanced Custom Fields: Gravity Forms Add-on

by DannyvanHolten

Version: 1.3.8

Download
Description

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.

Development

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)

The plugin is available from the WordPress plugin repository

  1. Upload the plugin files to the /wp-content/plugins/acf-gravityforms-add-on directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. 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
  1. You can select 'Form' as a field type while adding an ACF Field.

    You can select 'Form' as a field type while adding an ACF Field.

  2. The actual selection of the field.

    The actual selection of the field.

  3. You can select all your Gravity Forms.

    You can select all your Gravity Forms.

  4. If ACF or Gravity Forms is not added it will give a notice (Notices from <a href="https://wordpress.org/plugins/wp-growl-notifications">WP Growl Notifications</a>.

    If ACF or Gravity Forms is not added it will give a notice (Notices from WP Growl Notifications.

Breaks the GF Signature Add-On

By chomachomachoma on July 16, 2020

Having this plugin active results in the Gravity Forms Signature add-on to break. You cannot use both.

Breaks third party Gravity Forms fields

By radgh on December 12, 2019

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.

Fantastic - Exactly on Point!

By Jonathon Harris (demo38ltd) on June 22, 2019

Thank you for sharing this plugin, it drops right in and works great.

Finally!

By indrek_k on September 4, 2018

Finally something we can load with Composer. Thank you @DannyvanHolten!

Gets the job done

By Giorgos Sarigiannidis (gsarig) on May 5, 2018

It does what it says.

Does its job well

By certainlyakey on January 18, 2018

The field creates a dropdown for selecting a gravity form from the existing ones. Looks good and is finely integrated with ACF. Lacks a bit of hooks but the author is quite receptive to change requests on Github.

Works as Advertised

By markd33 on December 13, 2017

Excellent plugin. I used to use the version from github but glad to have one that works in the WordPress plugin repository. Thanks for doing this and keep up the good work.

Does exactly what you want.

By jphogan on October 30, 2017

This has quickly become a must-use plugin on almost every install to give my clients the ultimate in flexibility in selecting their forms. Does exactly what it should and does it well.

Works Perfectly!

By Anthony Hortin (ahortin) on October 6, 2017

It does what it's supposed to do, and it does it well. A great plugin for selecting a Gravity Form in your ACF fields. Thanks Danny!

Doesnt work

By ezekielloves on August 29, 2017

Waste of time

A detailed list of changes to the plugin can be found in the changelog at Github.

  • Version:Version: 1.3.8
  • Active installs:Active installs: 20K
  • Last updated:Last updated: 05-06-2024
  • Requires:Requires: 4.6
  • Tested:Tested: 6.5.5
Average rating:4.2 out of 5 stars.
  • Number of ratings: 10 ratings
  • Number of ratings: 0 ratings
  • Number of ratings: 0 ratings
  • Number of ratings: 1 ratings
  • Number of ratings: 2 ratings
Back to top