Need to pass data to redirect URL | XM Community
Skip to main content

Hi all,
I'm a bit confused by the articles I've read on passing the value of a question to the redirect URL.
I have a question QID62 (for example) that is a text question asking the respondent for the email address. I'd like to pass that value to the end of my redirect link. Like so:
myurl?aeuid=theiremail@theiremail.com
This is likely very easy once you know how.
Thank you for the generosity of your time.
BJ

Hi there
I believe you need to specify the response field as an Embedded data.
So in the Survey Flow you set a new Embedded data called "Email" and you set that equal to "${e://Field/QID62}" (as per your example above).
Then you set the redirect link the same way, so "myurl?Email=${e://Field/QID62}"

Hope that helps
-Mattias


bjkitchin,
You can do it like this:
myurl?aeuid=${q://QID62/ChoiceTextEntryValue}


Thank you! This worked. I also got it to work with the following method:
https://URL?email=${q://QID62/ChoiceTextEntryValue}


Leave a Reply