Form control: Email Input
The emailInput control is a variation on the text input control that uses type="email" on the <input> element.
Arguments
See arguments that can be passed to the text input control.
Example
<field name="emailAddress" control="emailInput" required="true" />