Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JeffMatson/477ee044b16554f2c363789328732710 to your computer and use it in GitHub Desktop.
Save JeffMatson/477ee044b16554f2c363789328732710 to your computer and use it in GitHub Desktop.
$field_map = array(
array(
'name' => 'email',
'label' => ‘Email Address’,
'required' => true,
'field_type' => array( 'email' )
),
array(
'name' => ‘name’,
'label' => ‘Your Name',
'field_type' => array( ‘name’ )
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment