Last active
January 18, 2016 02:48
-
-
Save sbruner/4eef1fb7bbf85b0ff988 to your computer and use it in GitHub Desktop.
Piklist: field: html5: email
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
<?php | |
piklist('field', array( | |
'type' => 'email', | |
'field' => 'my_html5_email', | |
'label' => 'Enter your email address', | |
'attributes' => array( // Pass HTML5 attributes in the attributes array | |
'required' => 'required', | |
'placeholder' => 'Enter email address' | |
) | |
)); | |
?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment