Hi,
I want to create a form with the help of multipage and multiple submit buttons with different show html submission events for each of those buttons.
At the moment it seems like that every submit button just does the same thing if it isnt divided by page breaks. But I want to have around 4 submit buttons on the same front end, and each of them should open another event.
i.e. on Page 1
Submit Button 1 opens Page 2
Submit Button 2 opens Page 3
Submit Button 3 opens Page 4
Page Break
I hope I expressed my problem in an understandable way and someone may have an answer,
Leo
I want to create a form with the help of multipage and multiple submit buttons with different show html submission events for each of those buttons.
At the moment it seems like that every submit button just does the same thing if it isnt divided by page breaks. But I want to have around 4 submit buttons on the same front end, and each of them should open another event.
i.e. on Page 1
Submit Button 1 opens Page 2
Submit Button 2 opens Page 3
Submit Button 3 opens Page 4
Page Break
I hope I expressed my problem in an understandable way and someone may have an answer,
Leo
HI Leo,
The form always submits to the same event (set in the Show HTML action) so, if you need different submit buttons to open different events you have to check after the form Submits and then redirect to the appropriate event. You can usually check for the name of the submit button to tell which one has been used.
If it gets complex I find it simpler to use separate forms rather than separate pages in the same form.
Bob
The form always submits to the same event (set in the Show HTML action) so, if you need different submit buttons to open different events you have to check after the form Submits and then redirect to the appropriate event. You can usually check for the name of the submit button to tell which one has been used.
If it gets complex I find it simpler to use separate forms rather than separate pages in the same form.
Bob
This topic is locked and no more replies can be posted.