I would like to find a way to display different pages from a form, based on which button is selected. Unfortunately, it seems that that a form is limited to a single ACTION (as defined in the <form>) - and it appears (to my simple mind, anyway) a bit strange that an action is not associated with a button instead?!
Anyway, I appreciate that one can use a PHP variable for the filename; but how do I then change the value of that variable, before the form is POSTed, based on which button is selected... Failing this approach, any ideas for another neat (simple and elegant) way around the problem would be appreciated.
Thanks
Derek