How to format or put a mask on a textbox?

good morning (it’s 11 o’clock in Egypt )
i want the user to insert his mobile phone number in a textbox
then i upload the phone number to airtable
every thing works fine
except i noticed some users inserts the number wrong
the format in Egypt is 01*********
01 + 9 digits
some people by mistake forget a digit or enter a digit more
how to control this format or mask in the textbox?
thank you

Hi
Welcome to the Community.
Writing in capital letters is considered as shouting, so change your title of your post to lowercase…

1 Like

use regular expression to check if valid or not.
or set the textbox to accept number only, and check if the text length is 9 before uploading.

2 Likes

I was just about to point to your extension

@foad_helmy check out these threads

3 Likes

Give this one a shot TelTextbox.aia (2.4 KB), p.s it doesn’t contain any extension.

3 Likes

thank you for helping me
this works fine with me
:rose: :hibiscus: :sunflower: :tulip:

1 Like

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