Info
Version: | 1.0.0 |
Author(s): | Oleksandr Skrypnyk |
Last Update: | Wednesday, October 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://our.umbraco.com/packages/collaboration/invisible-recaptcha-field-for-umbraco-forms/ |
NuGet Url: | https://www.nuget.org/packages/UmakersInvisibleReCAPTCHA |
Install
Install-Package UmakersInvisibleReCAPTCHA
dotnet add package UmakersInvisibleReCAPTCHA
paket add UmakersInvisibleReCAPTCHA
UmakersInvisibleReCAPTCHA Download (Unzip the "nupkg" after downloading)
Dependencies
- UmbracoCMS(>= 7.9.0)
- UmbracoForms(>= 7.0.1)
Tags
We’re calling it the No CAPTCHA reCAPTCHA experience.
To start using reCAPTCHA, you need to sign up for an API key pair for your site. The key pair consists of a site key and secret key. The site key is used to invoke reCAPTCHA service on your site. The secret key authorizes communication between your application and the reCAPTCHA server to verify the user's response.
For generating needed keys go to https://www.google.com/recaptcha/admin, choose the Invisible reCAPTCHA and then fill in authorized domains or package names. After you accept our terms of service, you can click the Register button to get a new API key pair. Copy keys and paste to /App_Plugins/UmbracoForms/UmbracoForms.config config keys "InvisibleRecaptchaPublicKey" and "InvisibleRecaptchaPrivateKey"
Note: Please make sure that you have installed Umbraco Forms before installing this package.