How to redirect users to same form once they submit it?

  • acavallo
    Asked on March 26, 2019 at 8:55 AM

    Hello,

    I just created a simple email submission form to capture emails at a networking event tonight.  How do I redirect the form back to the beginning after someone submits their email and the thank you page comes up?  Do I have to arrow back on the web browser or is there a button I can add to "go back" to the beginning of the form?

    Alison

  • Victoria_K
    Replied on March 26, 2019 at 10:36 AM

    Hello Alison,

    There are few options:

    1. Form can automatically redirect users to start once they hit a Submit button. To set this up, you would need to enter form's link as redirection page: Redirecting-Users-to-a-Different-Page

    But, in this case, users would not see the Thank You page. Same form will be loaded instead of it.

    2. You can add a link to same form on the Thank You page. It allows adding some html codes, so I think it is also possible to style the links as buttons:

    Setting-up-the-Thank-You-Page

    How to redirect users to same form once they submit it? Image 1 Screenshot 20

    We will be glad to assist if you need more help, just let us know.