Pulling Embedded Data Into Redirected Survey using Query Strings | XM Community
Solved

Pulling Embedded Data Into Redirected Survey using Query Strings

  • 28 April 2020
  • 4 replies
  • 242 views

Hi,
I am working to seamlessly redirect my faculty from one survey to another and pull over the first survey's embedded data using query strings. The first survey originates from personal links that have embedded data. In the first survey, student information is pipped into a descriptive text question so faculty do not have to fill it out.
image.pngI would like to carry all of this information into the redirected survey and have the embedded data pipped into a descriptive text question similar to the first survey, or at least have the embedded data show up in the recorded survey data so we know which student was rated without the faculty entering the information.
I then created a redirect link to the second survey which contains a query string. Since I have never created my own query strings, I started simple and only tried bringing over the StudentName field.
When I test the first survey, my embedded data displays correctly, and when I am redirected, I can see my name showing up in the URL as if the embedded data for StudentName has come to the second survey. https://scad.co1.qualtrics.com/jfe/form/SV_78qokJ1fvajPQXP?Valarie%20Kite
I also added the StudentName field to embedded data as the very top element in the survey flow. However, I cannot get the embedded data to pull into a descriptive text question or into the survey data.
How do I amend the second survey to get my embedded data to show up?
If I want to add more embedded data fields (from above) to my query string, how do I do that while using urlencode?
Thank you,
v.

icon

Best answer by TJUH_Kai 28 April 2020, 16:56

View original

4 replies

Userlevel 3
Badge +2

https://scad.co1.qualtrics.com/jfe/form/SV_78qokJ1fvajPQXP?StudentName=${e://Field/StudentName?format=urlencode}

Userlevel 3
Badge +2

Embedded Data - Qualtrics Support
If you want to pass more value via query string, just delimited them using &
Query string - Wikipedia

Pulling Embedded Data Into Redirected Survey using Query StringsThank you so much! This worked perfectly and I am up and running!

Badge +1

I am trying to pull embedded data from survey flow of one survey into another using a query string, however nothing seems to be pulling through:
at the end of the survey URL I've used
?current_offer=${e://Field/current_offer}¤t_offer_type=${e://Field/current_offer_type}
I have also added these embedded variables into the second survey
What am I leaving out?

Leave a Reply