This example demonstrates how to use Procaptcha in Proof of Work mode with implicit rendering.
This demo shows how to implement Proof of Work CAPTCHA using implicit rendering:
procaptcha
classdata-sitekey
with your Image site keydata-callback
and data-failed-callback
attributesdata-captcha-type="image"
to specify the type<div class="procaptcha" data-theme="light" data-sitekey="5E1bGh2NgRb8dD4NC5bQKRbgiCz8oBc2EhAuYJzy99q3iJ3s" data-failed-callback="onCaptchaFailed" data-callback="onCaptchaVerified" data-captcha-type="image" ></div>
procaptcha
classdata-callback
function is called with the tokenprocaptcha-response