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