# How to create a Web Form in the Web Builder?

There are two ways to place the form on your site.

* The first way is to place the cursor where you want it to be and then click on the **"Form"** option in the menu bar.
* The other option is to click on the **"Form"** button and drag the icon to where you want it to be placed.

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

Selecting the **Form** format:

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

By selecting each of the marked parts in the form, you can edit the format and content in the right menu:

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

If you click on a specific part of the form, the right configuration menu will allow you to control all aspects of the form, including setting the email checkbox:

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

### Email Configuration

<div align="left"><figure><img src="/files/ZARmIQFoFR1AQ9TMuTU2" alt=""><figcaption></figcaption></figure></div>

(1) => Destination email where the emails sent from the web form will arrive.

(2) => Email address from which the emails sent from the web form will be sent.

(3) => Subject of the email sent from the web form.

(4) => Message that will be displayed on the website if the form was successfully submitted.

(5) => Maximum size of attachments that can be added in the web form.

### SMTP

<div align="left"><figure><img src="/files/0QLuR2ldx3dlgUNLmp1e" alt=""><figcaption></figcaption></figure></div>

(1) => Select to activate SMTP.

(2) => SMTP server. It should be mail.yourdomain.com. Replace it with your website name "yourdomain.com".

(3) => SMTP connection port. Since the connection will be encrypted, you should use port 465. You can also use port 587.

(4) => SSL Encryption. You should select TLS or SSL.

(5) => SMTP User => Here you place the email address you configured in the previous step, at point (2).

(6) => Password of the email address configured in the previous step.

Google reCAPTCHA (v2):

### Google reCAPTCHA (v2)

For details on this section, click [here.](/menu-principal/guias/constructor-web/integracion-de-captcha-para-el-formulario-web.md)


---

# 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://help.sitioshispanos.com/menu-principal/guias/constructor-web/formulario-web.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.
