> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.FormsRecaptchaMode

# <a id="SuperOffice_WebApi_Data_FormsRecaptchaMode" /> Enum FormsRecaptchaMode

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Forms recaptcha mode

```csharp theme={null}
public enum FormsRecaptchaMode
```

## Fields

`GlobalKeysExist = 1`

1: Global recaptcha keys are configured

`KeysNeeded = 2`

2: Recaptcha keys need to be supplied

`NotAvailable = 0`

0: Recpatcha is turned off


## Related topics

- [SuperOffice.WebApi.Data.FormEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormEntity.md)
- [SuperOffice.WebApi.Data.Marketing VerifyGoogleRecaptchaRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_VerifyGoogleRecaptchaRequest.md)
- [SuperOffice.WebApi.Data.CustomerServiceStartup](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerServiceStartup.md)
- [SuperOffice.WebApi.Data.CultureDataFormatter](/en/api/reference/webapi/SuperOffice.WebApi.Data.CultureDataFormatter.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
