How to configure the entry of a telephone number so that the collector is only able to enter “08 digits”

Hi @Sylvain_DOAMBA,

Try using the regex code regex(., '^[0-9]{8}$'). A similar example has already been discussed in the forum:

To learn more on regex please feel free to visit our support article Restricting text responses with regular expressions.

Have a great day!

1 Like