I’m embedding a Typeform Survey in an email. I would like users to answer my questions without them having to type who they are/email and still know who answered the survey. Would that be possible to track using Hidden Fields in Email?
Can I track individual email source who respond to my survey?
Best answer by Liz
Hi
If you check the email embed code you will find lines of code for each option in your Opinion Scale, something like this:
<a href="https://typeform.typeform.com/to/ABCDEF?prefilled_answer=0”
<a href="https://typeform.typeform.com/to/ABCDEF?prefilled_answer=1”
<a href="https://typeform.typeform.com/to/ABCDEF?prefilled_answer=2”
There will be several of these lines with the 'prefilled_answer=' going up to max number of your opinion scale. If you have a hidden field called ‘name’, you could add this to the end of that URL, so it will look like this:
<a href="https://typeform.typeform.com/to/ABCDEF?prefilled_answer=0&name=dorothy”
If you are using Mailchimp then you’d just need to use the merge tag so it would look like this, instead:
<a href="https://typeform.typeform.com/to/ABCDEF?prefilled_answer=0&name=|!dorothy|”
You would need to manually change the URL for each option in your opinion scale.
Does this help?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.