2017 © Pedro Peláez
 

wordpress-plugin acf-ninjaforms-add-on

Advanced Custom Fields: Ninjaforms Add-on

image

dannyvanholten/acf-ninjaforms-add-on

Advanced Custom Fields: Ninjaforms Add-on

  • Wednesday, October 4, 2017
  • by DannyvanHolten
  • Repository
  • 2 Watchers
  • 7 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

Advanced Custom Fields: Ninjaforms Add-on

Advanced Custom Field with which we can select Ninjaforms., (*1)

Finally the Advanced Custom Fields: Ninjaforms Add-on is available on the WordPress plugin repository!, (*2)

Getting started

The plugin is available from the WordPress plugin repository, (*3)

  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->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, (*4)

composer require dannyvanholten/acf-ninjaforms-add-on, (*5)

or if you make use of WPackagist, (*6)

composer require wpackagist/acf-ninjaforms-add-on, (*7)

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, (*8)

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 :), (*9)

If you return an ID

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

If you return an Object

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

If you return multiple Form ID's

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

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

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., (*10)

Getting ahead

As Ninjaforms & 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., (*11)

  • [x] Add dutch translations

Credits

This plug-in is based on the ACF Gravityforms Add-On, (*12)

The Versions

04/10 2017

dev-master

9999999-dev

Advanced Custom Fields: Ninjaforms Add-on

  Sources   Download

GPL-3.0+

The Requires

 

04/10 2017

1.1

1.1.0.0

Advanced Custom Fields: Ninjaforms Add-on

  Sources   Download

GPL-3.0+

The Requires

 

09/06 2017

1.0.1

1.0.1.0

Advanced Custom Fields: Ninjaforms Add-on

  Sources   Download

GPL-3.0+

The Requires

 

08/06 2017

1.0

1.0.0.0

Advanced Custom Fields: Ninjaforms Add-on

  Sources   Download

GPL-3.0+

The Requires