> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/options/option-elements/input-type-options/number-and-phone-field.md).

# Number and Phone field

These two input types—**Number** and **Phone**—allow customers to enter numeric values, but they are slightly different in how they are displayed and validated.

**📌 Number Field:**

* Used for any numeric input (e.g., quantity, measurements, age).
* Includes basic settings like:
  * **Label & Name**
  * **Required field**
  * **Hidden field**
  * **Add-on price**
* **Min/Max Value**:\
  Set the allowed range for number input (e.g., min = 1, max = 100).

<figure><img src="/files/wkLKkuUHs0spKtvdYH6F" alt=""><figcaption></figcaption></figure>

* **Placeholder & Help Text**:\
  Show hints or instructions inside or near the field.

<figure><img src="/files/0N1H7tPqJ3AE4I6BAYTl" alt=""><figcaption></figcaption></figure>

* **Default Value**:\
  Pre-fill the field with a number that must fall **within** the min and max limits.

<figure><img src="/files/sEjnQzp5xr09xNOXx3ze" alt=""><figcaption></figcaption></figure>

In the **Advanced Settings** tab, you can configure similar options as those available for the [**Text** and **Textarea** elements.](/options/option-elements/input-type-options/text-and-textarea.md)

**📱 Phone Field:**&#x20;

The **basic settings** for the Phone field are similar to other input fields (e.g., label, name, required field, placeholder, etc.).

In the **Advanced Settings** tab, you can configure specific options for phone inputs, including:

* **Validate international phone numbers**\
  Ensures the entered number follows international phone formats.
* **Display country flags and codes**\
  Adds a country flag and dial code selector to the field.
* **Select default country**\
  Choose a default country that will be pre-selected in the input.

<figure><img src="/files/FFiQi19ZYJI3JtEeFS2E" alt=""><figcaption></figcaption></figure>

The other setting can be configured same to other elements.

📧 **Need Help?**\
If you run into any issues while setting up your option set, feel free to reach out to us at **Chat** or email [**contact@globo.io**](mailto:contact@globo.io)**.**

We’re always here and happy to help — with sincerity and care!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.globo.io/options/option-elements/input-type-options/number-and-phone-field.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
