Two or more landing pages with different links | XM Community
Skip to main content
Solved

Two or more landing pages with different links

  • April 25, 2020
  • 2 replies
  • 160 views

Hi everyone, I'm recruiting using different methods (and payment schemes), which require different landing pages to orient the participants. However, everyone will be directed to the same study. Is there a way to establish 2 or more separate landing pages with different addresses? The only workaround I can think of is to create X number of surveys for X number of landing pages, which then all direct to the main survey.

Best answer by TomG

Yes:

  1. Add an embedded data field (e.g., "lp") to the beginning of your survey flow

  2. Add two different Descriptive Text Questions to the beginning of your survey (i.e., your two landing pages)

  3. To the first landing page question add display logic "if embedded data lp=1" and to the second landing page question add display logic "if embedded data lp=2"

  4. Add the lp parameter to your anonymous survey link, for example: https://mydomain.qualtrics.com/jfe/form/SV_mysurveyid?lp=1

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • April 25, 2020

Yes:

  1. Add an embedded data field (e.g., "lp") to the beginning of your survey flow

  2. Add two different Descriptive Text Questions to the beginning of your survey (i.e., your two landing pages)

  3. To the first landing page question add display logic "if embedded data lp=1" and to the second landing page question add display logic "if embedded data lp=2"

  4. Add the lp parameter to your anonymous survey link, for example: https://mydomain.qualtrics.com/jfe/form/SV_mysurveyid?lp=1


  • Author
  • 2 replies
  • April 25, 2020

Amazing. Thank you!