Just submit the form to a new page (use "Next" for the value of the submit button, to let the user know there is another step), and on that page use the request.form method to get all the data, and display it back to the user.
Create another form on the new page, and use the <input type="hidden" value="<%=variable%>" name="name">
tag to put all of the data into the form.
Provide a Back button to the user if the data is wrong, and a submit button if the data is correct. Good Luck!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.