Multiple submit buttons in single form
Hello,
First of all I must say the validation plugin provided at http://bassistance.de/jquery-plugins/jquery-plugin-validation/ is very great to use in case of its simplicity and its ease of extending. Nice work. :)
I have a single form with two submit buttons inside that. 
I have two section of elements inside the form (e.g. Shipping address details and Billing address details).
These sectoin is just logical group of elements like name, address, zipcode, state, etc.
Each section has different fields and each section has its own submit button.
Now I want to validate each of these section only if their corresponding submit button is pressed. If the other submit button is pressed, it should not validate other section of elements.
So can this be achieved using this plugin ? If yes, then can you provide me some hint on that ?
Thanks in advance.