How to set system for phone number, not to type more then 10 digit?

I create a login system and i want user not to type number less or greater then 10 digit …

You can try this extension :wink:
https://community.appybuilder.com/t/textboxtools-extension-25usd-crowdfunded-now-free/21007
Also see here:

1 Like

i also want to give a condition
if ( text box phone number) is greater or less then ( 10.) ( digit ) then
notify ( please check the number ) …

is there any ( digit ) component

You can use text length property :


Like this:
If ( textbox1.length < 10)
Show alert with your text.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.