Hi there,
Ive been wanting to redirect my new users to a page (outside of Oxwall) automatically after they have registered. Initially Ive been using a redirect using the language in the settings e.g "Your account is pending" and redirect them using this code
<meta http-equiv="refresh" content="0; url=http://katchme.com.au/final-verification" />
But now I have decided to make it so that users have to verify their email before they get logged in. So now after they register they get the page with "Please confirm your email address." ect with the email input field incase they need to have the email resent. (pic attached)
Now I thought that I could use that language to redirect me, but then I thought I actually need this page in case a user needs a verification email resent. So I thought I could use the language in the green message that pops up once, after a member registers. It says something like "verification email successfully sent" .
I did put this redirect code in the language "verification email successfully sent" but it did not work. So Im wondering if there is another way. Maybe directly in the file where this language is, I can add this redirect code.
Any ideas?
Thanks so much :)
Katie