Is there any way that I can make the required property of forms work in ie 6+?
I tried in chrome and firefox. It works fine.
I don’t wanna use any scripts but I think I have to. Please give me something that would be easy.
html below won’t work in ie:
<input type="text" name="name" required="required" />
Yes, there are many polyfills for HTML5 forms. Check out e.g. jQuery form shim. Test the alternatives in action before deciding between them, because the style of reporting errors (like required field missing) varies.