Redirect to external company website with ids | XM Community
Skip to main content
Solved

Redirect to external company website with ids

  • May 27, 2021
  • 2 replies
  • 63 views

Forum|alt.badge.img+3

Hi
At the beginning of the survey, respondent will enter an id, I need to redirect the respondent to an external website after completion of the survey using that id as discussed here (https://www.qualtrics.com/support/survey-platform/common-use-cases-rc/panel-company-integration/#RecordingIdentifyingFields)
The problem is the id can be alphanumeric and will contain asterisks, which must be supported by the Qualtrics platform. Does Qualtrics support asterisks as input please?
Thank you in advance.
Ahmed


Best answer by ahmedA

You can send whatever you want. The query param is unescaped and stored.

2 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • Answer
  • May 27, 2021

You can send whatever you want. The query param is unescaped and stored.


Forum|alt.badge.img+3
  • Author
  • Level 1 ●
  • May 28, 2021

https://www.qualtrics.com/community/discussion/comment/37833#Comment_37833Thank you very much - I will give a try and appreciate your help.