PHPackages                             dannyvanholten/acf-ninjaforms-add-on - 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. dannyvanholten/acf-ninjaforms-add-on

ActiveWordpress-plugin

dannyvanholten/acf-ninjaforms-add-on
====================================

Advanced Custom Fields: Ninjaforms Add-on

1.1(8y ago)9801[1 issues](https://github.com/DannyvanHolten/acf-ninjaforms-add-on/issues)[1 PRs](https://github.com/DannyvanHolten/acf-ninjaforms-add-on/pulls)GPL-3.0+PHPPHP &gt;=5.6.4

Since Jun 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/DannyvanHolten/acf-ninjaforms-add-on)[ Packagist](https://packagist.org/packages/dannyvanholten/acf-ninjaforms-add-on)[ RSS](/packages/dannyvanholten-acf-ninjaforms-add-on/feed)WikiDiscussions master Synced 2d ago

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

Advanced Custom Fields: Ninjaforms Add-on
=========================================

[](#advanced-custom-fields-ninjaforms-add-on)

Advanced Custom Field with which we can select Ninjaforms.

Finally the Advanced Custom Fields: Ninjaforms Add-on is available on the WordPress plugin repository!

Getting started
---------------

[](#getting-started)

The plugin is available from the [WordPress plugin repository](http://www.wordpress.org/plugins/acf-ninjaforms-add-on)

1. Upload the plugin files to the `/wp-content/plugins/acf-ninjaforms-add-on` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the Settings-&gt;Plugin Name screen to configure the plugin
4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)

You can also install Advanced Custom Fields: Ninjaforms Add-on trough composer

`composer require dannyvanholten/acf-ninjaforms-add-on`

or if you make use of WPackagist

`composer require wpackagist/acf-ninjaforms-add-on`

Using Advanced Custom Fields: Ninjaforms Add-on
-----------------------------------------------

[](#using-advanced-custom-fields-ninjaforms-add-on)

To use the the field you just need to know how advanced custom fields work. You can check out [their documentation](https://www.advancedcustomfields.com/resources/)

The Ninjaforms Add-on returns either an single form object / id or an array of objects / id's Now we know that we can easily use it to build our fields :)

#### If you return an ID

[](#if-you-return-an-id)

```
$form = get_field('my-form');
Ninja_Forms()->display($form);

```

#### If you return an Object

[](#if-you-return-an-object)

```
$form = get_field('my-form');
Ninja_Forms()->display($form->get_id());

```

#### If you return multiple Form ID's

[](#if-you-return-multiple-form-ids)

```
$forms = get_field('my-form');

foreach($forms as $form) {
    Ninja_Forms()->display($form);
}

```

Getting involved
----------------

[](#getting-involved)

Want to get involved and improve Advanced Custom Fields: Ninjaforms Add-on? Fork this repo and whenever you have something just make a pull request. After review we might add it to the [ACF Ninjaforms Add-On GitHub Repository.](https://github.com/DannyvanHolten/acf-ninjaforms-add-on)

Getting ahead
-------------

[](#getting-ahead)

As Ninjaforms &amp; Advanced Custom Fields are continuously in development we like to take a look ahead together for what's coming. If you want to get involved developing Advanced Custom Fields: Ninjaforms Add-on you can ask us if you can implement some of the features yourself.

- Add dutch translations

Credits
-------

[](#credits)

This plug-in is based on the [ACF Gravityforms Add-On](https://github.com/DannyvanHolten/acf-gravityforms-add-on)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~59 days

Total

3

Last Release

3144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/497ed95550c27884491bd05ce0cdaf7e0b086ee0ae63ef105333d1856800e8f9?d=identicon)[DannyvanHolten](/maintainers/DannyvanHolten)

---

Top Contributors

[![DannyvanHolten](https://avatars.githubusercontent.com/u/6751652?v=4)](https://github.com/DannyvanHolten "DannyvanHolten (16 commits)")

### Embed Badge

![Health badge](/badges/dannyvanholten-acf-ninjaforms-add-on/health.svg)

```
[![Health](https://phpackages.com/badges/dannyvanholten-acf-ninjaforms-add-on/health.svg)](https://phpackages.com/packages/dannyvanholten-acf-ninjaforms-add-on)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)

PHPackages © 2026

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