This example demonstrates how to use Procaptcha in invisible image mode with implicit rendering directly on a button.
This example demonstrates how to use Procaptcha in image mode with implicit rendering:
<div
    class="procaptcha"
    data-theme="light"
    data-sitekey="%PROSOPO_SITE_KEY_IMAGE%"
    data-failed-callback="onCaptchaFailed"
    data-callback="onCaptchaVerified"
    data-captcha-type="image"
    data-size="invisible"
></div>