PHPackages                             statenweb/gravity-forms-acf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. statenweb/gravity-forms-acf

ActiveWordpress-plugin

statenweb/gravity-forms-acf
===========================

Gravity Forms ACF Field

2.1.1(8y ago)04.4k—0%GPL-3.0+PHP

Since Mar 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/matgargano/gravity-forms-acf)[ Packagist](https://packagist.org/packages/statenweb/gravity-forms-acf)[ RSS](/packages/statenweb-gravity-forms-acf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Gravity-Forms-ACF-Field
=======================

[](#gravity-forms-acf-field)

This is an Advanced Custom Field custom field to select one or many [Gravity Forms](http://www.gravityhelp.com/).

This provides a field that lets you select from a list of active Gravity Forms.

Compatibility
=============

[](#compatibility)

This add-on will work with:

- version 4
- Version 5

Installation
============

[](#installation)

This add-on can be treated as both a WP plugin and a theme include.

*Plugin*

1. Copy the 'Gravity-Forms-ACF-field' folder into your plugins folder
2. Activate the plugin via the Plugins admin page

*Include*

1. Copy the 'Gravity-Forms-ACF-field' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-gravity\_forms.php file)

```
  include_once('acf-gravity_forms.php');

```

Using the field
===============

[](#using-the-field)

The field lets you pick one or many fields.

The data returned is either a Form object, an array of [Form objects](http://www.gravityhelp.com/documentation/page/Form_Object) or false if an error occurred.

If you have selected a single form and you want to display the form on the page, you can use:

```

```

or

```
