Skip to content

Instantly share code, notes, and snippets.

@sbruner
Last active January 18, 2016 02:48
Show Gist options
  • Save sbruner/4eef1fb7bbf85b0ff988 to your computer and use it in GitHub Desktop.
Save sbruner/4eef1fb7bbf85b0ff988 to your computer and use it in GitHub Desktop.
Piklist: field: html5: email
<?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