How to pass subscriber email to custom webpage
I'm trying to pass the recipient's email to a webpage:
I've tried the following to no avail:
mydomain.com/?email=[email]
mydomain.com/?email=%e
mydomain.com/?email={EMAIL}
Is this possible?
Thanks
This discussion has been closed.
Comments
Hi,
The tag to display the subscriber's email is
[Email]
(with a captialE
) and not[email]
.It should be:
mydomain.com/?email=[Email]
instead of:
mydomain.com/?email=[email]
Thanks.
Best regards,
Ben