Monthly Archives: October 2005

Multiple Submit Buttons on a Single Form

At some point, people ask themselves “How can I have two submit buttons with different actions in one form?” Well, the approach I’ve used to accomplish this task is to ‘emulate’ the submit buttons with regular button controls and changing the form action based on what button was clicked. In the following example I have [...]