I am using motools script for client side validation of web form.
here is the link for that script http://mootools.floor.ch/en/demos/formcheck/
My problem is that when only form validation is used and form is subimitting with normal method is fine but when form validation is used and form is submitting using AJAX with motools. so its not working.
So how could i do this both.
- Form Validation.
- Ajax Form Submit.
Thanks
Avinash
erm – formCheck seems to support submission by ajax natively. here are some options listed in the script head:
etc.