🚀 A new era: Kirby 4 Get to know
Skip to content

Turnstile for Uniform

<form action="<?= $page->url() ?>" method="post">
    <!-- ... -->

    <?= csrf_field() ?>
    <?= turnstileField() ?>
    <input type="submit" value="Submit">
</form>
<?= turnstileScript() ?>

A plugin for the Uniform plugin implementing the Cloudflare Turnstile protection (sort of a captcha‑successor).