Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

Older IE and firefox doesn't supports HTML5 date field or email field. is there any alternate solution ?

share|improve this question
This is an implementation topic, it's not really on-topic for User Experience. A variety on this question has been asked and answered on StackOverflow here: Is there a string format of Date that works in all browsers and all localities? – JonW Feb 25 at 10:28

closed as off topic by JonW Feb 25 at 10:28

Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

If you are talking about input field types then for old IE just use type="text".

Date field. In Chrome it allows you to select a date using inbuilt calendar. Alternative for inbuilt calendar is jQuery datepicker

Email field in Chrome has inbuilt validation, use jQuery for email validation.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.