It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I have a link to a survey I want to include in an email campaign. The survey software allows me to identify which person completed the survey based on this url termination ?email=***
. What do I add instead of ***
to the url so it's autocompleted with the recipient email when he clicks on the link?
I know there is a shortcode [Email]
, but I don't think it works in this case?
Thank you,
Emanuel
Hi,
If you can append ?email=***
to your survey page URL to identify the recipient who clicked your survey link, then you can use the tag [Email]
in your link.
Here's an example HTML code:
<a href="https://your_survey_page/?email=[Email]">Go to survey page</a>
Thanks.
Best regards,
Ben