Beschrijving
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.
Volledige documentatie is te vinden in de GitHub repository van de plugin.
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)
Schermafdrukken
Installatie
De plugin is beschikbaar in de WordPress plugin repository
- Upload de plugin bestanden naar de directory
/wp-content/plugins/acf-gravityforms-add-on
, of installeer de plugin direct via het WordPress plugins scherm. - Activeer de plugin via het ‘Plugins’ scherm in WordPress.
- Voeg een nieuw veld van het type “Formulieren” toe aan de vereiste ACF veldgroep.
Je kunt ook Advanced Custom Fields: Gravityforms Add-on installeren met behulp van composer.
composer require dannyvanholten/acf-gravityforms-add-on
…of als je gebruik maakt van WPackagist,…
composer require wpackagist-plugin/acf-gravityforms-add-on
Beoordelingen
Bijdragers & ontwikkelaars
“Advanced Custom Fields: Gravity Forms Add-on” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Advanced Custom Fields: Gravity Forms Add-on” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Advanced Custom Fields: Gravity Forms Add-on” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
A detailed list of changes to the plugin can be found in the changelog at Github.