I want to be able to have three submit buttons on my form page for three different process actions, one for email as normal, but also one that will open a new window (specific size) to see the results and finally one that will open a new window again (specific size) showing the results again but in a different format.
I don't think this would be difficult but have not worked it out (yet) so if you can help please it wil be appreciated :)
Cheers
Greg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You don't want multiple submit buttons for the same form. You can have as many regular buttons as you want the do whatever you want.
Submit Button: Specific for submitting the form
Option 1 Button: Display form data
Option 2 Button: Display form data in different format
Don't confuse your users by having 3 Submit buttons.
You can also have check boxes for the different options allowing you to have only one Submit Button. The option boxes allow only one of N options, and this directs the form to do one of N processes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys
I want to be able to have three submit buttons on my form page for three different process actions, one for email as normal, but also one that will open a new window (specific size) to see the results and finally one that will open a new window again (specific size) showing the results again but in a different format.
I don't think this would be difficult but have not worked it out (yet) so if you can help please it wil be appreciated :)
Cheers
Greg
You don't want multiple submit buttons for the same form. You can have as many regular buttons as you want the do whatever you want.
Submit Button: Specific for submitting the form
Option 1 Button: Display form data
Option 2 Button: Display form data in different format
Don't confuse your users by having 3 Submit buttons.
You can also have check boxes for the different options allowing you to have only one Submit Button. The option boxes allow only one of N options, and this directs the form to do one of N processes.
That sounds fair enough - care to share how I can code it to do what I was trying to do
1. Email form
2. View Results (in new window)
3. View Results Source Code (in new window)
Cheers