Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Last active September 20, 2016 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjohnson/1ad89900881a53b4a59ded1f526470ba to your computer and use it in GitHub Desktop.
Save kjohnson/1ad89900881a53b4a59ded1f526470ba to your computer and use it in GitHub Desktop.
<?php
// ...
$this->_settings[ 'field_map' ] = array(
'name' => 'field_map',
'type' => 'field-select',
'label' => __( 'Field Map', 'ninja-forms'),
'width' => 'full',
'group' => 'primary',
/* Optional */
'field_types' => array(
'firstname',
'lastname'
),
'field_value_format' => 'merge_tag` // merge_tag (default), key
);
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment