UX Guideline: Forms — Input Types. Platform: All. Description: Use appropriate input types. Do: Use email tel number url etc. Don't: Text input for everything. Good Example: type='email'. Bad Example: type='text' for email. Severity: Medium.