# Textarea field

The **Textarea** field allows users to enter **longer, multi-line text**.

***

### ✅ When to use Textarea

Use Textarea when:

* Users need to explain something
* The answer may be long

**Examples**

* Message
* Special requests
* Issue description

***

### ⚙️ How it works

* Users can type multiple lines of text
* All content is saved in the submission

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

***

### 🧩 How to add a Textarea field

1. Click **Add field**
2. Select **Textarea**
3. Set the label and placeholder

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

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

***

#### Placeholder text

**Examples**

* `Describe your request`
* `Tell us more`
* `Enter your message`

#### Default value (optional)

Rarely used for Textarea.

**Example**

* `N/A`

***

#### Required field (recommended)

Use when the message is mandatory.

**Example**

* Support request description

***

#### Need More Help?

If you still need assistance, please contact us at [**support@powerfulform.com**](mailto:support@powerfulform.com). Our team will be happy to help you resolve any issues or guide you further.


---

# 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.powerfulform.com/quick-start/form-field-types/textarea-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.
