PHPackages                             bostondv/acf-ninja-forms - 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. bostondv/acf-ninja-forms

ActiveWordpress-plugin

bostondv/acf-ninja-forms
========================

Adds an Advanced Custom Fields field to select one or many Ninja Forms.

1.0.4(8y ago)1524.7k↓50%7[1 issues](https://github.com/bostondv/acf-ninja-forms/issues)MITPHPPHP &gt;=5.4.0

Since May 29Pushed 7y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (6)Used By (0)

ACF Ninja Forms Field
=====================

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

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

Compatibility
-------------

[](#compatibility)

- ACF version 4 and up
- Ninja Forms version 2.9.X and up

Installation
------------

[](#installation)

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

*Plugin*

1. Copy the 'acf-ninja-forms' folder into your plugins folder
2. Activate the Advanced Custom Fields: Ninja Forms Field plugin through the 'Plugins' menu in WordPress

*Include*

1. Copy the 'acf-ninja-forms' 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-ninja-forms.php file)

```
function my_register_fields() {
    include_once( 'acf-ninja-forms.php' );
}
add_action( 'acf/register_fields', 'my_register_fields' );

```

Using the field
---------------

[](#using-the-field)

The field lets you pick one or many fields.

The data returned is either a Form object or an array of Form objects.

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

*Ninja Forms 3.X.X*

```

```

*Ninja Forms 2.9.X*

```

```

You can find out more about the Ninja Forms methods to embed a form on a page in their [documentation](http://developer.ninjaforms.com/)

If you are using the field to select multiple forms, you will have to iterate over the array. You can then use the form object as you like:

```

```

About
-----

[](#about)

Made with &lt;3 by [Boston Dell-Vandenberg](http://bostondv.com/).

Credits
-------

[](#credits)

Thanks to Adam Pope for the [ACF Gravity Forms](https://github.com/stormuk/Gravity-Forms-ACF-Field) and Lewis Mcarey for the [Users Field ACF](https://github.com/lewismcarey/User-Field-ACF-Add-on) add-ons on which we based this on.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~262 days

Total

5

Last Release

2950d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2466478cda19cbdba3f99be5256a5c94e5697e1c4f09cf40d035618bbca1305e?d=identicon)[bostondv](/maintainers/bostondv)

---

Top Contributors

[![bostondv](https://avatars.githubusercontent.com/u/133814?v=4)](https://github.com/bostondv "bostondv (10 commits)")[![JacobDB](https://avatars.githubusercontent.com/u/1123997?v=4)](https://github.com/JacobDB "JacobDB (5 commits)")

---

Tags

wordpresscssFormsacfadvanced custom fieldsninja forms

### Embed Badge

![Health badge](/badges/bostondv-acf-ninja-forms/health.svg)

```
[![Health](https://phpackages.com/badges/bostondv-acf-ninja-forms/health.svg)](https://phpackages.com/packages/bostondv-acf-ninja-forms)
```

###  Alternatives

[hellonico/acf-country

A country field for ACF.

12193.2k](/packages/hellonico-acf-country)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)[folbert/fewbricks

Write code to create fields and more for Advanced Custom Fields

1195.9k](/packages/folbert-fewbricks)[mmirus/acf-flexible-content-title

Display the content of a field in the title bar of your Advanced Custom Fields flexible content sections.

362.8k](/packages/mmirus-acf-flexible-content-title)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[szepeviktor/acf-get

Strongly typed Advanced Custom Fields get\_field function variants

141.6k](/packages/szepeviktor-acf-get)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
