Does anyone knows how to make Required fields to work on Safari Mobile?
<input type="text" name="firstName" value="" required="required" />
I am using the HTML5 attribute for specific fields and I learned that Safari desktop didn't support this HTML5 attribute and I fix it using modernizr.com.
Is there a way to "fix" safari mobile version (and Chrome mobile). Opera mobile recognizes it.
Does anyone have any experience with this?
Thanks