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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dannyvanholten/acf-ninjaforms-add-on

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

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 2w 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 57% 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

3192d 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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19246.3k2](/packages/civicrm-civicrm-drupal-8)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3355.8k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

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