A form with more than one submit button
Hi,
I have a very long form. What I would like to so is add an extra submit button so the user can just change the image if they want.
- is it possible to have more than one form on the page. If so how do I determine which form is submitted isDefined('form1'), isDefined('form2') does not seem to work,
- if there are two buttons in the form how can I tell which one was preses as both seem to return true when tested with isDefined()
Thanks