> For the complete documentation index, see [llms.txt](https://userguide.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.mburger.cloud/section-1/element-type/text.md).

# Text

The ***text*** element represents a text box which you could use, for instance, for a title or a short description.&#x20;

{% hint style="warning" %}
It is limited to 191 characters
{% endhint %}

{% hint style="info" %}
&#x20;Can be used for links or phone numbers.
{% endhint %}

Text element **properties**:

* **Required**: if selected, this element becomes required and cannot be left empty
* **E-mail**: if selected, identifies the text element as an email field, activating email format validation
* **URL**: if selected, identifies the text element as a link/url
* **Numeric**: if selected, identifies the text element as a number, activating number validation
* **JSON**: if selected, identifies the text element as a JSON
* **Min**: it defines the minimum number of characters allowed and activates a validation in the dashboard to verify the parameter has been respected
* **Max**: it defines the maximum number of characters allowed and activates a validation in the dashboard to verify the parameter has been respected
