Forum
Member registration redirect
Hi, When a new member registers he is presented with a successful message on the same page. Is it possible to redirect the member to a new (success) page after a successful registration?
Thanks.
Hi, When a new member registers he is presented with a successful message on the same page. Is it possible to redirect the member to a new (success) page after a successful registration?
Thanks.
Yes, you can detect if the user is logged in and then redirect.
I'm not logging them in on a successful registration so I don't think this would work. I just want to redirect to a separate page after registration instead of presenting them with the success message on the same page.
On your form tag, add
Awesome thanks!