populate response with Slider | XM Community
Skip to main content
Solved

populate response with Slider

  • February 5, 2024
  • 2 replies
  • 55 views

Forum|alt.badge.img+1

Hello,

I want to populate the response of my slider (star) question with Q_PopulateResponse in survey URL. It works for text entry question but not with slider question. Is it because Slider question doesn’t support Q_PopulateResponse? 

Is there any custom code to make it happen please? Thanks

Best answer by ahmedA

You could add an ED as a query string, for example ?sliderVal=40, then use that ED as the default value of your slider.

2 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2050 replies
  • Answer
  • February 5, 2024

You could add an ED as a query string, for example ?sliderVal=40, then use that ED as the default value of your slider.


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 4 replies
  • February 5, 2024

Thank you very much @ahmedA. It worked perfectly :)