Dynamic Survey | XM Community
Skip to main content

Hello,

I would really appreciate if you could help me achieve the following:

 

  1. I have two slider questions. The first one has a range from 1-1000.
  2. What I need is for the second slider question to be bound, at the maximum, by 60% of the input value in the first slider.
  3. For example, I choose the number 1000 (the max) in the first slider question. I would then need to see, for the second question, a slider that either:
    1. Displays a new range from 1 to 600 (600 being 60% of 1000). Or
    2. Doesn’t allow me to input a number over 600 (if the display cannot change for some reason).

Do you think you could help me with this? I’ve been trying with JavaScript codes from ChatGPT but nothing works.

Thanks,

 

lajos

We can use custom validation for this.


Leave a Reply