Redirect out and back in | XM Community
Skip to main content
Hi,

Just wondering if it's possible to redirect out of the survey to an external site and then back in to continue on? I'm assuming the return url could be passed as a parameter to facilitate return after processing. I appreciate that I could use an iframe but I want to present my client with an alternative solution if possible.



Thank you!
Yes, as long as you check Save & Continue in Survey Options.
Great thanks, so I would exit using JS on page load (i.e. window.location.replace) passing ${e://Field/Q_URL} in my URL?

assume this wouldn't return to the same point generating an infinite loop?
> @MartinC said:

> Great thanks, so I would exit using JS on page load (i.e. window.location.replace) passing ${e://Field/Q_URL} in my URL?

> assume this wouldn't return to the same point generating an infinite loop?



Yes, it does return to the same place and would be an infinite loop unless you account for it...you have to track it external to Qualtrics and use ajax to get the status so it knows whether to go to the url or continue with the survey.
Thanks Tom - I'll give that a go!

Leave a Reply