Multiple submit buttons

This sample shows two forms, one standard form that has two submit buttons 'Submit A' and 'Submit B', and another AJAX form with 'AJAX Submit A' and 'AJAX Submit B' buttons. Each button will submit to a different method. After submit the methods will return a msg to the user. Read the related article here.