Maybe this will help:
Input Type: email
The email type is used for input fields that should contain an e-mail address.
Example
Define a field for an e-mail address (will be automatically validated when submitted):
E-mail: <input type="email" name="usremail">
|