bsquared18
Technical User
I'm new to Javascript, so please let me know the solution for the following scenario, if a solution is possible:
The user types information in one or more text boxes on an html page and then clicks a button that both submits the data to a "summary" html page (described below) and also takes the user to the next step, which is another html page where different info needs to be filled in.
The user repeats this process three or four more times.
After typing in info on the final input page, on the click of a button the user is taken to the "summary" html page where all the data that has been entered has been gathered on a form. The user can then either print out that form or e-mail it to a designated party.
Thanks!
Bill B.
The user types information in one or more text boxes on an html page and then clicks a button that both submits the data to a "summary" html page (described below) and also takes the user to the next step, which is another html page where different info needs to be filled in.
The user repeats this process three or four more times.
After typing in info on the final input page, on the click of a button the user is taken to the "summary" html page where all the data that has been entered has been gathered on a form. The user can then either print out that form or e-mail it to a designated party.
Thanks!
Bill B.