Custom hCaptcha Page Guide
The following document outlines how to create a custom CAPTCHA page for use with Netacea’s hCAPTCHA solution.
Prerequisites
HTML Page
<link rel="stylesheet" href="https://assets.ntcacdn.net/Mitigations/captcha-1.0.0.css"/>
<script src="https://js.hcaptcha.com/1/api.js" async defer></script><form id="frmCaptcha" action="" method="POST">
<div
class="h-captcha"
data-sitekey="{{CAPTCHA_SITE_KEY}}"
data-callback="showButton"
></div>
<br />
<br /><input type="submit" value="Submit" class="btn btnHidden" /><input
type="hidden"
maxlength="40"
id="hitid"
name="hitid"
value="{{TRACKING_ID}}"
/>
</form>Netacea CAPTCHA Template
Auto Completion of Captcha
Last updated