Improve Phone entry on Smartphones
-
If you use type=”tel”, instead of type=”text” for a phone field, smartphones bring up a numeric only keypad for entering a phone number, which improves usability.
Recommendation
Change:
<input name="contactPhoneSecondary" type="text" id="contactPhoneSecondary" value="" data-com.agilebits.onepassword.user-edited="yes">
to:
<input name="contactPhoneSecondary" type="tel" id="contactPhoneSecondary" value="" data-com.agilebits.onepassword.user-edited="yes">
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Improve Phone entry on Smartphones’ is closed to new replies.