> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usekinetic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Phone Field

> Collect phone numbers with country-specific validation.

# Phone Field

Collect phone numbers with optional country-specific formatting and validation.

## Configuration

| Setting                | Default | Description                           |
| ---------------------- | ------- | ------------------------------------- |
| **Label**              | —       | The question text                     |
| **Required**           | false   | Whether a phone number is mandatory   |
| **Phone Validation**   | On      | Enable format validation              |
| **Country-Specific**   | Off     | Restrict to a specific country format |
| **Validation Country** | US      | Country code for validation format    |

## Validation

When phone validation is enabled, the input is checked against the selected country's phone number format. Invalid numbers show a validation error.

## Data Format

```json theme={null}
{ "field_name": "+1 (555) 123-4567" }
```

<Tip>Phone numbers are stored as entered by the user. If you need a standardized format for Klaviyo, consider using the E.164 format validation.</Tip>
