> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/forms/form-elements/sharinpix-form-sections-and-repeated-sections-1.md).

# Form Features - Rich Text Area

## Overview

The **Rich Text Area** element lets users enter longer text with text formatting options inside a SharinPix Form. It can be used for formatted notes, comments, instructions, descriptions, reports, or any field where plain text is not enough.

The Rich Text Area can be added to a form in the [SharinPix Form Template Editor](/forms/form-elements/sharinpix-form-template-editor.md).

This article covers:

* [Element preview](#element-preview)
* [Rich Text Area toolbar options](#toolbar)

## Element preview

The image below shows the Rich Text Area element in the [SharinPix Form Template Editor](/forms/form-elements/sharinpix-form-template-editor.md).

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

{% hint style="warning" %}
**Note:**

The submitted value for this element is stored in the `RichTextArea__c` field on the `FormAnswer__c` object. This field supports up to `131,072` characters. Values that exceed this limit are not stored. In this case, the error is surfaced in the `FormResponse__c` 's `ErrorMessages__c` field.
{% endhint %}

{% hint style="success" %}
**Tip:**

You can also map this value to a custom Salesforce field. Follow [this documentation](/forms/salesforce-integration/form-features-sync-form-values-to-salesforce.md) to sync form values to Salesforce.

To preserve formatting, map the value to a compatible rich text field.
{% endhint %}

### Toolbar Options

The toolbar appears at the top of the Rich Text Area and provides formatting options for the text entered by the user.

| Tool                         | Description                                                   |
| ---------------------------- | ------------------------------------------------------------- |
| Font Size                    | Changes the size of the selected text.                        |
| Text Color                   | Changes the color of the selected text.                       |
| Background / Highlight Color | Applies a background or highlight color to the selected text. |
| Bold                         | Makes the selected text bold.                                 |
| Italic                       | Makes the selected text italic.                               |
| Underline                    | Underlines the selected text.                                 |
| Align Left                   | Aligns the selected text or paragraph to the left.            |
| Align Center                 | Centers the selected text or paragraph.                       |
| Align Right                  | Aligns the selected text or paragraph to the right.           |
| Numbered List                | Creates an ordered list with numbers.                         |
| Bulleted List                | Creates an unordered list with bullet points.                 |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sharinpix.com/forms/form-elements/sharinpix-form-sections-and-repeated-sections-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
