Redirecting to second survey using typed ID | Experience Community
Skip to main content
Question

Redirecting to second survey using typed ID

  • September 24, 2026
  • 2 replies
  • 19 views

Forum|alt.badge.img

Hi! I’m trying to redirect to an anonymous survey where I keep three embedded variables the same across three surveys: Day, Counterbalance group, and participant ID. In my survey, people insert ID as the first question. So my redirect link will look something like

qualtrics.com/form/SURVEYCODE?ID=[PARTICIPANTID]&DAY=[DAY]&CBGROUP=[COUNTERBALANCINGGROUP]. I’m able to get day and counterbalancing group to embed in the link properly, but I can’t for participant ID. It just enters nothing in the URL

Things I have tried:

  • qualtrics.com/form/SURVEYCODE?ID=${q://ID/ChoiceGroup/SelectedChoices}
  • qualtrics.com/form/SURVEYCODE?ID=${q://ID}
  • Embedding ID as value set by panel and making redirect qualtrics.com/form/SURVEYCODE?ID=${e://Field/ID?format=urlencode}
  • Embedding ID as ${q://ID/ChoiceGroup/SelectedChoices} making redirect qualtrics.com/form/SURVEYCODE?ID=${e://Field/ID?format=urlencode}
  • Embedding ID as ${q://ID} making redirect qualtrics.com/form/SURVEYCODE?ID=${e://Field/ID?format=urlencode}

All end up the same way: qualtrics.com/form/SURVEYCODE?ID=&DAY=[DAY]&CBGROUP=[COUNTERBALANCINGGROUP]

How can I get my redirect link to include participant ID?

2 replies

  • Level 4 ●●●●
  • September 25, 2026

If you need to insert any other information in URL, you need have this & in your URL.

I can see that, there is no & mentioned for Participant ID whereas Day and CB group has.


Forum|alt.badge.img
  • Author
  • September 25, 2026

If you need to insert any other information in URL, you need have this & in your URL.

I can see that, there is no & mentioned for Participant ID whereas Day and CB group has.

I was confused because I assumed for the first thing you added on, there needed to be a question mark? The add was for anything subsequent. Additionally, you haven’t made clear what I’d need to embed my ID as or what I’d want to make my URL.