form validate can't use on IE8

because IE8 array is without indexOf function. so
if(hidden.indexOf(key)!==-1) continue;
will be occur error on the IE8

I can confirm the issue. Fix will be available as part of the next build