Posted by product17 on February 1, 2013 at 1:01am
Is there some way of making input type="email" rather that all the other things that you can make the input with #type ?
http://api.drupal.org/api/drupal/developer!topics!forms_api_reference.html/7#type
I would like to make an HTML5 form with an input type="email" for the special keyboard on various smartphones.
Or is the best way to simply change the type with javascript on page load?
Comments
HTML5 Tools module
Check out the HTML5 Tools module:
http://drupal.org/project/html5_tools
~Chad