Passing query string variables through email verification
-
I generate a few pieces of information when a user registers that I would like to pass through to the landing page after they verify their email address. I tried appending the email verification link with a few query string vars, but they get dropped in the redirect to my landing page. Is there a hook I can use after the email address is verified and before the user is redirected to the landing page that would allow me to read the query string and add them to the redirect URL? For example,
Email Verification Link
https://www.mywebsite.com/?wpforms_activate=dXNlcl9pZD05MCZ1c2VyX2VtY=&user_code=KQQTQPost Verification URL
https://www.mywebsite.com/landingpage/?user_code=KQQTQThank you.
The topic ‘Passing query string variables through email verification’ is closed to new replies.