=== HTML Forms Turnstile ===
Contributors: sozodesign
Tags: html-forms, cloudflare, turnstile, captcha, spam
Requires at least: 6.0
Requires PHP: 8.2
License: GPL-3.0-or-later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Cloudflare Turnstile addon for the HTML Forms plugin.

== Description ==

Adds a `[hf_turnstile]` shortcode that renders a Cloudflare Turnstile widget on
HTML Forms forms, and validates the response server-side against Cloudflare's
siteverify endpoint before allowing a submission through.

Requires the HTML Forms plugin (wpackagist-plugin/html-forms) to be installed
and active.

== Setup ==

1. Activate the plugin (requires HTML Forms to be active).
2. Go to HTML Forms > Settings and enter your Cloudflare Turnstile Site Key
   and Secret Key (from the Cloudflare dashboard under Turnstile).
3. Add the `[hf_turnstile]` shortcode to your form markup, ideally just
   before the submit button.

== Changelog ==

= 1.0.0 =
* Initial release.
