Numerical field to Accept Arabic numerals | XM Community
Skip to main content

Hi,
I have this survey which is translated in Arabic, one field supposed to receive numbers, if the Respondent keyboard in Arabic and the numbers are entered as Arabic numerals such as ٣ , ٧, the system doesn't accept them as correct numbers
most of my sample have Arabic keyboard and can't pass this question
if I define the field as text, all kind of non numerical characters will be entered.

Thanks

What you can do is ,setup the question as text and add the custom validation to meet the criteria to move to next question since you already know the lower and upper limit:

image.png


the hardest part is to write the regular expression to accept Arabic/English numeral withing a range
I found this expression to accept Arabic/English numerical values between 1 and 18
image.png


Leave a Reply