This example demonstrates how to use Procaptcha in invisible Puzzle mode with implicit rendering directly on a button. The puzzle overlay appears when the button is clicked.
This example demonstrates how to use Procaptcha in puzzle mode with implicit rendering:
<div
class="procaptcha"
data-theme="light"
data-sitekey="%PROSOPO_SITE_KEY_PUZZLE%"
data-failed-callback="onCaptchaFailed"
data-callback="onCaptchaVerified"
data-size="invisible"
></div>