> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/references/references/forms/captcha.md).

# reCAPTCHA for eMarketeer Forms

reCAPTCHA protects your forms from bot submissions using Google's CAPTCHA system.

All eMarketeer forms published after April 25th, 2022 have reCAPTCHA protection. A grey and blue arrow icon at the bottom of hosted form pages shows that reCAPTCHA is active.

<div align="left" data-with-frame="true"><img src="/files/60amUvc6BrhdjSfauqrT" alt="reCAPTCHA icon on a hosted form page"></div>

reCAPTCHA icon

reCAPTCHA prevents bots from submitting fake answers to your forms, which would otherwise fill your reports with unwanted activity and create fake contacts in your account. It works for both eMarketeer-hosted forms and forms you embed on your own site. Follow the steps shown when you publish the form.

## reCAPTCHA v3

Earlier versions of CAPTCHA asked visitors to identify objects in images or decipher hard-to-read text. reCAPTCHA v3 works differently: it analyzes how visitors interact with the page and uses that to classify each visitor as a person or a bot. Your form visitors are not interrupted when submitting.

For more detail, see [Google's reCAPTCHA documentation](https://www.google.com/recaptcha/about/).

## Turning off reCAPTCHA

You can turn off reCAPTCHA for forms on your account from the related option on the account's Integration settings page.


---

# 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://support.emarketeer.com/references/references/forms/captcha.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.
