Skip to content

hCaptcha

All our plans include hCaptcha spam protection. hCaptcha is a privacy-friendly alternative to Google reCAPTCHA. You can enable hCaptcha by generating a site key on the hCaptcha website. Here is an example of how to enable hCaptcha:

<form>
...
<! -- Add this line to use our sitekey -->
<div class="h-captcha" data-captcha="true"></div>
<! -- Or add your own sitekey -->
<div
class="h-captcha"
data-captcha="true"
data-sitekey="YOUR_SITE_KEY"
></div>
...
</form>