I'm using HTML5 validation in simple_form. In all the modern browsers the HTML5 validation works properly and I assumed on older browser it would allow the fallback of the server side validation I have in place.
However in IE7 & 8 the form simply doesn't submit with no validation error.
The only 2 solutions I've found is to use Modernizr which is a bit overkill or what I've done which is switch off HTML5 validations.
My question is why is IE have using required="required" and does anyone have a better solution?
requiredattribute. The real problem is probably quite different from the assumed problem. – Jukka K. Korpela Feb 16 at 22:25