How to insert a valid Mobile no in a Form

Hi @PALASH9698,

Try using the regex code regex(., '^[0-9]{11}$'). 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