Hello,
In survey123 connect I'm trying to enforce user to enter his phone number starting with code (+99) but in the input mask field it determines the 9 as any value from 0-9 is there a work around for this ?
Thanks,
Abdelrahman.
Solved! Go to Solution.
Hello @AbdelrahmanGhazaly,
You will need to use the backslash (\) to escape the 9's in your country code. For example, (+\9\9)999-9999 will yield and when you start typing the numbers entered will be after the end parenthesis. Please see this documentation for more information.
Hello @AbdelrahmanGhazaly,
You will need to use the backslash (\) to escape the 9's in your country code. For example, (+\9\9)999-9999 will yield and when you start typing the numbers entered will be after the end parenthesis. Please see this documentation for more information.