user. | Community
Skip to main content
Answered

user.


I intend to design a survey and distribute it among various users.

Is there a method to distinguish each anonymous respondent who provides feedback?

 

 

Best answer by john.desborough

@liel1010 - you would have to capture the email address of the user .. you could do that by adding a hidden variable in you typeform to receive the inbound email address and then in the url to the form, you would have to ensure that you were sending the recipient’s email address using the name/value pair that is outlined by the ‘share’ link in the typeform. 

you would have to replace teh =xxxxx part of the string with the email address at your end before you send the email out to the recipients.. If you are using a CMS or ESP then they will have instructions on how to use the fieldname of their product to replace the xxxxx string. 

 

des

View original

3 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14868 replies
  • August 3, 2023

Hi @liel1010 Happy little Friday! I hope you’re having a great week. 

We don’t collect any information that isn’t asked on the form, but if you export the results, you will see a Response ID, which is unique to each individual. 


  • Author
  • Explorer
  • 1 reply
  • August 4, 2023

If i want to recognize form by user (email / id),

its possible?


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5264 replies
  • Answer
  • August 4, 2023

@liel1010 - you would have to capture the email address of the user .. you could do that by adding a hidden variable in you typeform to receive the inbound email address and then in the url to the form, you would have to ensure that you were sending the recipient’s email address using the name/value pair that is outlined by the ‘share’ link in the typeform. 

you would have to replace teh =xxxxx part of the string with the email address at your end before you send the email out to the recipients.. If you are using a CMS or ESP then they will have instructions on how to use the fieldname of their product to replace the xxxxx string. 

 

des


Reply