I have a form setup, it works great. But I would like to have it so that before a user submits their information, they have a chance to review it before they actually submit it.
The submission would go something like this.
1. User fills out the form.
2. User clicks on submit.
3. User sees a validation page to double check that all fields are correct.
4. User then clicks on the final submit button.
5. User is taking to the re-direct page where they see some text along with what they just submitted.
How does one go about doing this? We already have the form setup to send, and it does redirect to redirect page without problems. We just want to add the extra steps.
The submission would go something like this.
1. User fills out the form.
2. User clicks on submit.
3. User sees a validation page to double check that all fields are correct.
4. User then clicks on the final submit button.
5. User is taking to the re-direct page where they see some text along with what they just submitted.
How does one go about doing this? We already have the form setup to send, and it does redirect to redirect page without problems. We just want to add the extra steps.