Can anyone explain how I could go about having multiple submit buttons on one page?
Im sure this is a simple problem, but I have two forms on a single page right now, and if I click submit on either form, the data is sent to the first action.
How Can I get the page to recognize which submit button was pressed and send the correct data to the correct processing script?
Thanks