Created
July 19, 2016 16:49
-
-
Save JeffMatson/477ee044b16554f2c363789328732710 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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