April 5, 2016 at 2:17 am
#8912
Guest
Hi Michael,
I encountered the same problem. My fix was to manually add the ?Q_JFE=0 to the redirect URL. E.g., say I wanted to redirect from one Qualtrics survey to a QRTEngine survey with url <http://qualtrics.com?SID=123>, and I want to send it with an embedded data field, “ed”, then my redirect URL in the first survey needs to look like this:
http://qualtrics.com?SID=123&Q_JFE=0&ed=${e://Field/ed}
Hope this works for you!