Redirected account creation page

jlam93
Tourist
15 1 4

I am trying to redirect users to a specific welcome page when they create an account.

 

I have tried the suggested method of adding the below code to the form but it causes the redirect to happen even if there were errors in the form

<input type="hidden" name="return_to" value="**destination**" />

 

I would like to redirect the page only if the form is successfully submitted and show the usual error messages if a customer enters incorrect information

Replies 0 (0)