Our.Umbraco.Forms.uCaptcha
3.1.1
See the version list below for details.
dotnet add package Our.Umbraco.Forms.uCaptcha --version 3.1.1
NuGet\Install-Package Our.Umbraco.Forms.uCaptcha -Version 3.1.1
<PackageReference Include="Our.Umbraco.Forms.uCaptcha" Version="3.1.1" />
paket add Our.Umbraco.Forms.uCaptcha --version 3.1.1
#r "nuget: Our.Umbraco.Forms.uCaptcha, 3.1.1"
// Install Our.Umbraco.Forms.uCaptcha as a Cake Addin
#addin nuget:?package=Our.Umbraco.Forms.uCaptcha&version=3.1.1
// Install Our.Umbraco.Forms.uCaptcha as a Cake Tool
#tool nuget:?package=Our.Umbraco.Forms.uCaptcha&version=3.1.1
Our.Umbraco.Forms.uCaptcha
A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha.
Getting started
This package is supported on Umbraco 10+ and Umbraco Forms 10+.
Installation
UmbracoForms.uCaptcha is available from NuGet or as a manual download directly from GitHub.
dotnet add package Our.Umbraco.Forms.uCaptcha
Usage
This package adds hCaptcha, reCaptcha or Turnstile to Umbraco Forms, configurable in the appsettings.json.
It has the ability to choose from the traditional checkbox or invisible options.
Getting Started
Before you begin you will need to get your API keys from your preferred provider, you can get these from the links below:
You will need to add the following settings to your appsettings.json
"uCaptcha": {
"SiteKey": "YOUR SITE KEY",
"SecretKey": "YOUR SECRET KEY",
"Provider": "YOUR CHOSEN PROVIDER"
}
To select the provider you will need to change the following setting to your appsettings.json
"Provider": "YOUR CHOSEN PROVIDER"
The choices are either hCaptcha
or reCaptcha
or Turnstile
Contribution guidelines
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the package.
License
Copyright © 2022 UmbHost Limited.
Licensed under the MIT License.
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net6.0
- Umbraco.Cms.Web.BackOffice (>= 10.0.0)
- Umbraco.Cms.Web.Website (>= 10.0.0)
- Umbraco.Forms.Core (>= 10.1.3)
- Umbraco.Forms.Web (>= 10.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added umbraco-marketplace tag