Error message if entered data doesn't match list | XM Community
Skip to main content
Solved

Error message if entered data doesn't match list

  • February 25, 2022
  • 2 replies
  • 15 views

Forum|alt.badge.img+1

Hi – in a tracking survey, we ask respondents to input train car numbers. Respondents frequently mistype the car numbers and we lose a number of responses every quarter. I have a list of the correct car numbers. Is there a way to show an error message if a respondent types in a car number that does not match with my list? If yes, where should I load the car number list and how should I program the survey? Thank you in advance!

Best answer by Aanurag_QC

Hi Ananya You can ask qualtrics to activate supplemental data service feature which can help you create a look up table to check and compare the value the user enters and eventually use a JS to raise an alert on the browser if the value entered does not match your look up table.

2 replies

Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • Answer
  • February 25, 2022

Hi Ananya You can ask qualtrics to activate supplemental data service feature which can help you create a look up table to check and compare the value the user enters and eventually use a JS to raise an alert on the browser if the value entered does not match your look up table.


Forum|alt.badge.img+1
  • Author
  • February 28, 2022

Thank you, Aanurag!