Answered

FINDING RESPONDENTS EMAIL

  • 1 April 2021
  • 2 replies
  • 101 views

You put out a typeform and you get response.  For some that answer  in a certain way - how do you track back those specific respondents from Mailchimp blast to retarget?  Only 25% answered what we were looking for but we want to hit them back?  How could you do that? 

icon

Best answer by john.desborough 1 April 2021, 03:50

View original

2 replies

Userlevel 7
Badge +6

@LONEWIZARD - this is from a user here.. 

from your Mailchimp blast, you should append the email of your user to the url that you are asking them to click (or a unique identifier) - here is the context of the URL string: 

https://yourformname.typeform.com/to/sjvsXIYH#email=XXXX&firstname=XXXX

replacing the XXX with the appropriate info - i have also added in this example the firstname field

 

in your typeform, you would create hidden fields in the logic area associated with the fields you are passing in - in this case email and firstname. 

that would allow you to capture the Mailchimp to Typeform email and your typeform would submit the values of the hidden field variables into the results set - so you would know the email address of the user that submitted the response. you would need to pass the details back to mailchimp/crm system to capture the typeform transaction data that you want collected there.. 

hope that makes some sense

 

des

Great ideas!

Reply