PDA

View Full Version : Dual Submit Buttons Going to Dual good_url



infoplast
10-Oct-2007, 08:57 PM
Hello,

Is there a way to add another submit button and have it go to another URL? So my form would have 2 submit buttons and if the user click on one button they would go to one good_url and if they clicked on the other they would to to another good_url.

Thank you.:cool:

russellr
10-Oct-2007, 10:05 PM
Hi,

HTML doesn't allow what you want.

But if you use JavaScript you can achieve what you want by changing the "action" attribute of the form tag.

You should be able to find some JavaScript to this on the net.

The downside is that the form will only operate the way you want if JavaScript is enabled in the user's browser.

Alternatively, you can use Tectite FormMail's Multi-page form feature to achieve this. The downside is that the user needs to view at least two pages before completing the form.