# Email

To configure the widget, you need to perform the following actions:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcTWmLzYS2iehpRnklcXCbYWHdfEDoPj5Toi8Ykb6vlCqyBMRazTkdy4Ig6zPN2W9c9xACCAs-syXFX1xMKN0C7zFG2RNWRFwC90kwZi7issTvERFU81peKiw2mknygK9r8R-wwqQ?key=t1xnaH6fTFgHAfrUo1LTC_-9" alt=""><figcaption></figcaption></figure>

The Email widget displays a field for the User to input a text value, allowing for hints and restrictions to ensure only valid values are entered.

To configure the element, click on the edit icon ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeUwHXrBCwJ_GXqak1s6_QMK6X1tIE6pZD1PaPGcdMwjbhnik7fK7G9r1P-8DRtYCu3HELXKNROrkMoKNet78MBI2WJGYZc0RVsBag9C-Sjw_eyW6GRclXetn9q5jqTLgtdiVpaeg?key=t1xnaH6fTFgHAfrUo1LTC_-9).

A pop-up window "Element Settings" will open:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfSN2A3SeZQSiVujrk5nsVCTCQl8s8f7xG_snAcE7Gs4TDLuZZPdM4hLG9TdtwlffhOp_Iysxs-Kg6yaV96iK-GxLXoBBCMWxLt_Csxtpc2_1b-aNL__QoxcbtcQqrl6VvNJHiriA?key=t1xnaH6fTFgHAfrUo1LTC_-9" alt=""><figcaption></figcaption></figure>

### Widget Configuration Fields

Fill in the necessary fields to configure the widget.

**“Required”** – a checkbox that is manually filled in with the left mouse button. It is intended to color the field red if the User has not filled in this widget.

**“Visible Name”** – a text field that is manually filled in using the keyboard. It allows you to specify a name for the widget.

**“Parameter Name in Task”** – a text field that is manually filled in using the keyboard. This field displays text that corresponds to the value of the specified Parameter of the selected Task. The User can change this value in the text field, and after saving the form, the new value will be recorded in the specified Parameter of the selected Task. This means that by making changes in the text field, the User can update information in the Task, simply by entering a new value and saving the changes.

**“Placeholder”** – a text field that is manually filled in using the keyboard. It allows you to specify placeholder text that will be displayed in the input field until the user starts entering a value.

**“Class”** – a text field that is manually filled in using the keyboard. It allows you to specify a CSS class that will be applied to the element. This allows you to change the style of the widget, such as color, size, or font.

**“Regular Expression (Regexp)”** – a text field that is manually filled in using the keyboard. It allows you to set a regular expression for input validation.

**“Validation Error Message”** – a text field that is manually filled in using the keyboard. It allows you to specify text that will be displayed to the User if the entered value fails validation.

**“Hint”** – a text field that is manually filled in using the keyboard. It allows you to specify an additional hint that will help the user understand what needs to be entered.

**“Default Value”** – a text field that is manually filled in using the keyboard. It allows you to specify a value that will be displayed in the input field by default.

**“Maximum Number of Characters”** – a text field that is manually filled in using the keyboard. It allows you to specify the maximum number of characters that can be entered.

### **Example of Filling Out**

<table data-header-hidden><thead><tr><th width="235"></th><th></th></tr></thead><tbody><tr><td><strong>Field Name</strong></td><td><strong>Value</strong></td></tr><tr><td>Checkbox "Required"</td><td><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcPlog_krtIje0D-NojITcz-gXo1eDilDlsmvl2PI5e2EvTeKQ4AMVIFVj32AKuCs_wuc9vpIlI_NNzIvJ6zkwOIISUySXjVaTxpZQ4hEB-GKb6xXQ1N0LII8nF7o1BwpIEf2FCXA?key=t1xnaH6fTFgHAfrUo1LTC_-9" alt=""></td></tr><tr><td>Visible Name</td><td>Your email</td></tr><tr><td>Parameter Name in Task</td><td>user_email</td></tr><tr><td>Placeholder</td><td>example@mail.com</td></tr><tr><td>Class</td><td>input-email</td></tr><tr><td>Regular Expression (Regexp)</td><td><code>^[\w\.-]+@[\w\.-]+\.\w{2,}$</code></td></tr><tr><td>Validation Error Message</td><td>Please enter a valid email address.</td></tr><tr><td>Hint</td><td>Enter your valid email address.</td></tr><tr><td>Default Value</td><td>user@example.com</td></tr><tr><td>Maximum Number of Characters</td><td>100</td></tr><tr><td></td><td></td></tr></tbody></table>

Result:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd4gBmMfPfuG2FxVXZUkD5KvziyKwTlaaECz_yjFOKV6Gs1hF8Hh7_oqxLDm0nAn3hlmeE5CnlJYVTWS2kY11xxo6CkbPwCaIXE4cdByVZSjGUQ3ahc1nAaix3i3Rxt5gdXUMfHFg?key=t1xnaH6fTFgHAfrUo1LTC_-9" 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.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/deistviya/dizainer-formy/email.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.
