> For the complete documentation index, see [llms.txt](https://doc.orbeon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.orbeon.com/form-runner/component/us-phone.md).

# US phone

## What it does

This component represents a US phone number. It:

* *validates* the stored format to make sure it contains exactly 10 digits.
* *removes* all `()*-[].#/'':` characters from the input string before storing the value.
* *formats* the value as `(123) 456-7890` when displaying the value, but only if the stored value is only made of digits.

## See also

* [US Employer Identification Number (EIN)](/form-runner/component/us-ein.md)
* [US Social Security Number (SSN)](/form-runner/component/us-ssn.md)
* [US State](/form-runner/component/us-state.md)
