Multiple questions with number validation. | XM Community
Skip to main content

Dear All,
I would like to ask 3 consecutive questions on my questionnaire.
My first question is that the respondents have to answer how minimum amount of money you would pay for a service. The answerer should enter a number greater than zero (this is set).
The second question is the maximum amount of money you would pay for the same service. Here I would like to set a validation so that the respondent cannot enter a number below the minimum previously entered.
The third question is to say how much you would like to pay between the minimum and maximum value entered before, and for this I need a validation so that responders can choose a value higher than the minimum of the first question, but lower than the maximum of the second question.
Can you help me out how to solve this problem!
Thanks for your help and time!
Kind regards,
Ákos

Assuming you are using three text entry questions:
First question: Validation - Content Type - Number - Greater than zero
Second question: Validation - Custom - Greater than or equal to piped value of first question
Third question: Validation - Custom - Greater than or equal to piped value of first question AND less than or equal to piped value of second question


Leave a Reply