# ¿Cómo Integrar un Captcha para el formulario web?

Veremos cómo integrar el captcha y activarlo de manera correcta para nuestro formulario web en el constructor.

1. En el formulario web, al seleccionarlo en la pantalla del constructor, se abrirá el menú de edición (a la derecha). Allí, entre otras opciones, verás: Google reCAPTCHA (v2).

Encontrarás unos campos de Google reCAPTCHA (Clave del sitio y Clave secreta) y un signo de pregunta (?).

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

2. Moviendo el cursor hasta el punto que muestra la siguiente imagen, se abrirá una ayuda que mostrará un link para crear el reCAPTCHA en Google. Hacé clic sobre este hipervínculo.

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

Te llevará al sitio de Google.com para conseguir el reCAPTCHA. Como requisito debés poseer una casilla de Gmail para poder registrarse.

<figure><img src="/files/93H0f1wHHsZRIKxF8AhW" alt=""><figcaption></figcaption></figure>

Si hacés clic sobre le botón "v3 Admin Console" accederás a una pantalla en la cual deberás completar tu datos y los de su sitio para finalmente poder comenzar con el proceso:

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

3. Completá la imagen superior con tus datos y los de tu dominio, y al hacer clic sobre el botón "Enviar" deberías llevarlo a la pantalla con las claves necesarias para poder configurar el reCAPTCHA en tu web.

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

4. Con estas claves a mano, regresá al constructor web. Completá los campos correspondientes con las claves obtenidas y ya tendrás exitosamente configurado el reCAPTCHA en tu web.


---

# 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://ayuda.sitioshispanos.com/menu-principal/guias/constructor-web/integracion-de-captcha-para-el-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.
