# Text

The **Text** element allows you to add a simple text area field into your calculator for extra notes.

### Element Tab

The Text element has the following attributes in the Element tab:

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

* **Name** - Title of the element
* **Placeholder** - The input text that will be initially shown in this element
* **Description** - Description of the element
* **Element width -** set the width of the field relative to the width of the calculator in 100% scale. You will see the changes in real time.
* **Max. Number of Characters** - You can define the maximum number of characters a user can input

### Settings Tab

The Text element has the following attributes in the Settings tab:

<figure><img src="/files/2IFwGULoehrMIu8vnDgj" alt=""><figcaption></figcaption></figure>

* **Hidden by Default** - The element will be hidden until a corresponding [condition](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/pages/OneKKwO4j2k65VfBcrvD#id-1.-hidden-by-default) is met
* **Additional Classes** - Add extra classes to the HTML elements to further style changes
* **Required** - You can make the field required

### Example of Using Text Element

Below you can see an example of the Text Element in the Graphic Designing template:

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

How it will look on the user’s page:

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


---

# 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/cost-calculator-builder/calculator-elements/text-box.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.
