I'm trying to figure out how to have two different submit buttons for one form, with each going to a different page. I'd also like to avoid using Javascript to do so. aka no 'history(-1)'
The purpose is so that users can either approve the displayed info, "submit" and move on, or dissapprove, "go back" and correct the info.
I have a form, and when users hit submit, a page with the info they entered is displayed. It gives them a chance to review the information.
Basically
Form
V
Verification Page
V
Data submitted
On the verification page, I'd like to add a button that says "GO BACK" and when the click it, the information is posted back to the original form. This would require having two options for "post" in the form declaration, and the post option being determined by the form button.
The purpose is so that users can either approve the displayed info, "submit" and move on, or dissapprove, "go back" and correct the info.
I have a form, and when users hit submit, a page with the info they entered is displayed. It gives them a chance to review the information.
Basically
Form
V
Verification Page
V
Data submitted
On the verification page, I'd like to add a button that says "GO BACK" and when the click it, the information is posted back to the original form. This would require having two options for "post" in the form declaration, and the post option being determined by the form button.
