FuelPHP automatically create the client side validation according to server side validation... but run on form Firefox and Chrome that client side validation work fine but IE client side validation not working.... is there any problem with IE and FuelPHP
I use 1.5.2 but it also same result.... IE9 not working client side validation.... but with Chrome and Firefox it work fine... I think that FuelPHP not support to IE browser... I have to use my own validation code....
The Form class generates HTML5 compliant code, but your browser must support it. As you can read here (http://people.mozilla.com/~prouget/ie9/), IE9 DOES NOT support HTML5 form validation.
You'll have to complain to Microsoft, or upgrade to IE10.
yes you right ....it's not about FuelPHP but FuelPHP haven't any JavaScript validation they use css validation HTML5 .... thanks about your help.. but no need to complain to anyone just i wont correct my problem...