How to pre-populate answers from contact list embedded data in a question text field | XM Community
Solved

How to pre-populate answers from contact list embedded data in a question text field

  • 28 May 2019
  • 3 replies
  • 1504 views

Badge
Hi!
I have a contact list with contact information and embedded data that I want people to check and validate in a Survey. So the fields such as First name, last name, etc should be prepopulated with the information I have and the user could edit if needed. Is there a simple way to do that? Thank you!
icon

Best answer by WaterSampler 28 May 2019, 13:30

View original

3 replies

Badge +1
Yes, you pipe the text as the default value.
Click the gear on the left of the question and select Add Default Choices...
Then choose what you want there: embedded data, prior question, etc.
This will put something like ${e://Field/FirstName} into the field.

If you do not see your embedded data, declare the variables first in Survey Flow. Make certain that you use the same name (case sensitive) as your contact list data.
Badge +1
Also, if you do not want to type the embedded data variable names, you can Add From Contacts in the declare screen.
Badge
it's even more simple than I thought it would be. thanks a million!

Leave a Reply