Form submission - Submit Button


(David Herrington) #1

Hi

 

Looking for a little help here with my custom form.

 

When someone clicks on the 'Submit' button to submit a form, I would like it to submit the form as usual and then redirect to another asset (a standard page) on my site.

 

Is there a way to do that? Any help would be greatly appreciated.


(Nic Hubbard) #2

You can try nesting a Redirect Page into the Thank You bodycopy. Or, alternately, you can just add some javascript for the redirect.


(David Herrington) #3

You can try nesting a Redirect Page into the Thank You bodycopy. Or, alternately, you can just add some javascript for the redirect.

Hi Nic

 

Absolutely perfect. I never would have thought to nest a redirect page. That is exactly what I need so thank you for taking the time to reply.


(Nic Hubbard) #4

Absolutely perfect. I never would have thought to nest a redirect page. That is exactly what I need so thank you for taking the time to reply.

 

Happy to help!