More
Choose

UmbracoForms.hCaptcha available now

hCaptcha support now available for Umbraco Forms

Read Post
Category:  Umbraco
Posted:  5th May 2020

I have published a pre-release version of a field type I have been working on for Umbraco Forms, it simply adds the hCaptcha bot protection.

If your not familiar with hCaptcha, it's a replacement for Google's reCaptcha

Cloudflare recently announced they will be dropping reCaptcha in favour of hCaptcha.

I have published the plugin on Our Umbraco and NuGet to make it real easy to install.
Once installed, it's as simple as signing up with hCaptcha, and adding the settings to your Web.Config

<add key="hCaptchaSiteKey" value="YOUR SITE KEY" />
<add key="hCaptchaSecretKey" value="YOUR SECRET KEY" />

I have published the source code on GitHub, my next step is to add the invisible option.