0

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

DPEYRONEL
  • 1
  • 1
  • please, do some research before you ask a question. http://stackoverflow.com/questions/3004703/required-attribute-html5 – Overcode Sep 09 '13 at 22:44
  • I did and the link you post, does not help me, or I don't see the answer. Is there any way to make "required" to work in Safari mobile? Thanks again – DPEYRONEL Sep 10 '13 at 14:37
  • Sorry, you have to implement checks for required fields using javascript – SAHbKA Apr 03 '14 at 21:06

0 Answers0