Hi I have a form with several submit buttons. I've used $(#myform).ajaxForm(options) method to make the form submittable with ajax.
the problem is that no matter what button I click the form data is the same and <input type="submit"> element is not included into the form data, as if it were not a "successul control". so at this point form doesn't work as expected. is there a way to convey information of which button was clicked with the form plugin? Thanks. Evgeny.