# Creating Phone number validation

**URL:** https://community.thunkable.com/t/creating-phone-number-validation/741591
**Category:** Questions about Thunkable X
**Created:** [August 14, 2020, 3:06am UTC](https://community.thunkable.com/t/creating-phone-number-validation/741591 "2020-08-14T03:06:55Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![darren](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/darren/32/69854_2.png) [@darren](https://community.thunkable.com/u/darren)
#### Post date: [October 21, 2020, 8:33pm UTC](https://community.thunkable.com/t/creating-phone-number-validation/741591/6 "2020-10-21T20:33:15Z")

</div>

In addition to validating the phone number is input, if you have a standard format you are looking for you can format the number while the user is typing the number.

See:

> [@Phone Number Formatting and Validation](http://community.thunkable.com/t/phone-number-validation/920509):
>
> Background Currently I am working on a project that stores and retrieves phone numbers in AirTable. I was running into an issue with formatting the phone number correctly and I came up with a solution to format the phone number as you type in the text input. Concept Basically, every time the value changes, I strip out the non-number characters and then reformat the phone number in my desired format. Goal The following blocks format the number as: (###) ###-#### Properties I also set the keybo…

---

_[View the full topic](https://community.thunkable.com/t/creating-phone-number-validation/741591)._
