This example demonstrates how to use Procaptcha in invisible image mode with implicit rendering.
This example demonstrates how to use Procaptcha in invisible image mode with implicit rendering:
p-procaptcha
class to your submit buttondata-sitekey
attribute with your site keydata-callback
attribute with the name of your callback functionThe key elements are:
<script type="module" src="./assets/procaptcha.bundle.js" async defer></script> <button class="p-procaptcha" data-sitekey="5Dw27DfJeD7kaYsnupSDKuBUvop49vGJmxoYDVpf7cCUY5n7" data-callback="onSubmit" data-captcha-type="image"> Submit </button>