Unique Thank You page after form submission

I’m wanting to have unique Thank You pages corresponding to different forms. I saw on this Forum how to do that with a product, but how do I do that with a form? I’m not a programmer. I think back in the old days of Business Catalyst it was just a field on the form builder. Am I just not seeing it?

Thanks in advance for your help. I greatly appreciate all the programmer experts out that who help me with my questions. If you ever need marketing tips and advice I’m your gal!

You can do this in a couple of ways.

  1. In your form, add a redirect to the Thank You page for that form.
<input type="hidden" name="redirectURL" value="/thank-you">
  1. The form automatically redirects to System Page > Form Submission Results. You could adjust this page based on the form submitted with some Liquid if statements.
2 Likes