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
thank you for helping me
this works fine with me
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.