elclanrs / jq-idealforms-old

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

Send Entire Form via Ajax #84

Closed spyderwebworks closed 11 years ago

spyderwebworks commented 11 years ago

Hi

I'm using your great plugin for an Estate Agents site in France.

However, I would like to be able to submit the entire form using Ajax. Obviously one can submit/check individual fields via Ajax, but when you get to Submit I'm a bit lost as to how to achieve it. If I just put an onclick event on the submit it then avoids the form error checking and submit disabling (which kind of defeats the object).

I tried looking through the code, but I can't see how I can modify it to allow for the Submit event to make an Ajax call to POST the entire form to a backend php program.

Am I being incredibly stupid??