# Number

## **Element Description**

The **Number** field allows users to input numerical data during the checkout process. It can be used to capture values such as quantities, order numbers, or any other relevant numerical information.

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

**Sample Use Cases**

* Collect the number of items for a custom order.
* Specify an order reference or ID number.
* Gather quantity details for bulk purchases.

<figure><img src="/files/v6PcWOOEhk5sf4ZQfqnF" alt=""><figcaption><p>Sample Number Field</p></figcaption></figure>

## Number Field Settings

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

* **Label** – The name of the field displayed to customers on the checkout page.
* **Placeholder** – The text that appears inside the input box before the customer enters any number.
* **Description** – Additional information or instructions that will appear below the input box.
* **Enable/Disable Field** – Allows you to enable or disable the field based on your needs. If it is disabled, the element will not be displayed in the checkout form, you can enable it anytime from the checkout builder according to your needs.
* **Is Required** – Makes the field mandatory for customers before completing their purchase.
* **Default Value** – Pre-fill the number field with a default value when the checkout page loads.
* **Min. Value** – Specify the minimum value that can be entered in this field.
* **Max. Value** – Specify the maximum value that can be entered in this field.
* **Step Value** – Define the step increments for the numbers (e.g., increase by 1, 15, 30, etc.).

**Advanced Settings**

* **Custom Class Name** – Add [**custom CSS classes**](/checkout-custom-fields-builder-for-woocommerce/plugin-features/custom-classes.md) to style or further customize the field.


---

# Agent Instructions: 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.stylemixthemes.com/checkout-custom-fields-builder-for-woocommerce/checkout-builder-elements/number.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.
