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?
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?
Hi there, is there any limit to this tecnhique? I mean I have to send a survey to 20.000 user, in this way I can understand the answer given from each user?
Hi
Thanks in advance!
if that is the case, then you should have your crm system (or some other method) of adding the user’s email address to the typeform URL as a hidden field. In the typeform, you should create the hidden field in the Advanced Logic area so that you are able to track it when someone comes to the typeform
in this way you would have the ability to match the user email and their responses back to your source data system for analysis.
now in terms of 20,000 potential responses, your typeform subscription/pplan would have to be large enough to be able to support the number of expected responses that you will receive: if you are on a plan with 1,000 responses per month and this is not big enough, you are going to have to figure out what to do about up-scaling your subscription/pplan
thoughts
des
Hi there! Yes, I was afraid there was a limit in the number of values an Hidden Field can have :)
I am sending 20k email to my client's db in order to retrieve some feedback from their services, I am sure there won't be a 100% of user compiling but yes, surely I have to make an upgrade of the plan
Hi
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.