elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Can I validate input from client and then onsuccess validate from server inputs ? #52

Closed reza70 closed 12 years ago

reza70 commented 12 years ago

I want first validate inputs from client . after all inputs value OK (onsuccess:) , all input value for check again send to server by ajax . if problem in values in any field show me error . I see : https://github.com/elclanrs/jq-idealforms/issues/33 and http://jsfiddle.net/elclanrs/BUAHH/

but i want if field on server has invalid , server send name of field and ideal forms show custom error whit flag .

I want do this after submit form and in ' onsuccess ' .

Can i do it ?

Thank you