1. Introduction
In many online forms, enabling users to edit submissions is crucial for improving data accuracy and user satisfaction. Often, when a user wants to make updates, they prefer not to start from the beginning, especially on multi-page forms. This tutorial will guide you on how to redirect users directly to your desired page of the form when when they're editing a submission. By implementing this feature, you can create a smoother experience, saving users time and effort while ensuring they can quickly make necessary changes. Let's dive into the step-by-step process to make this happen seamlessly.
2. Add new page
3. Click on properties
4. Open advanced settings
5. Hide the Back Button
6. Hide the Next Button
In our scenario, we do not want the user to be able to go to the second page with a button when the form is opened. You may not hide it if you wish, depending on your usage situation.
7. Move the name input to page 2
We move the name and email inputs to the 2nd page.
8. Add Submit Button to pages
9. Click on Settings
10. Click on Thank You Page
11. Open the source code section
12. Add button to thank you page
Add the following code at the end of the code: