> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/registration-form/add-recaptcha-to-the-form.md).

# Add reCaptcha to the form

## Steps to manage

{% stepper %}
{% step %}

### Get your reCAPTCHA keys

Before you can turn on reCAPTCHA, you need a **Site key** and **Secret key**. If you don't have them yet, see [Set up Google reCaptcha v2/v3 Site Key and Secret Key](/samita-wholesale-b2b/registration-form/set-up-google-recaptcha-v2-v3-site-key-and-secret-key.md).
{% endstep %}

{% step %}

### Add the keys to app Settings

1. From the app, click **Settings**.
2. Click the **Google reCaptcha** tab, then choose **v2** or **v3** from the reCAPTCHA type dropdown.
3. Enter the **Site key** and **Secret key** from the previous step.
4. Select the language reCAPTCHA should display in on your storefront.
5. Click **Save**.
   {% endstep %}

{% step %}

### Enable reCAPTCHA on the form

1. From the app, click **Registration Form**, then open the form you want to edit.
2. Click **Settings > Google reCaptcha**, then tick **Enable**.
3. Click **Save**.
   {% endstep %}
   {% endstepper %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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.samita.io/samita-wholesale-b2b/registration-form/add-recaptcha-to-the-form.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.
