This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Advanced Custom Fields: Gravity Forms Add-on

वर्णन

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.

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)

स्क्रीनशॉट

  • You can select 'Form' as a field type while adding an ACF Field.
  • The actual selection of the field.
  • You can select all your Gravity Forms.
  • If ACF or Gravity Forms is not added it will give a notice (Notices from WP Growl Notifications.

स्थापना

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

समीक्षा

डिसेंबर 12, 2019 2 उत्तर
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.
सप्टेंबर 4, 2018
Finally something we can load with Composer. Thank you @DannyvanHolten!
जानेवारी 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.
सर्व 12 पुनरावलोकने वाचा

योगदानकर्ते आणि विकसक

“Advanced Custom Fields: Gravity Forms Add-on” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

“Advanced Custom Fields: Gravity Forms Add-on” 2 लोकॅलसमध्ये भाषांतरित केले आहे. अनुवादकांना त्यांच्या योगदानाबद्दल धन्यवाद.

भाषांतर करा “Advanced Custom Fields: Gravity Forms Add-on” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

Further changes can be found in the changelog