Package Description
Turnstile is a MODX Extra that allows you to incorporate CloudFlare's [Turnstile](https://www.cloudflare.com/products/turnstile/) Captcha into your MODX site.
Usage/Installation Instructions
Install via Package Management. Sign up for a CloudFlare account. Within the CloudFlare dashboard, click on Turnstile and select "Add Your Site". You can then copy the Site Key and Secret Key into the Turnstile system settings in MODX. Turnstile currently only works with FormIt. To use it, add the following to your FormIt call: ``` [[!FormIt? &hooks=`tsFormItHook` ... ``` Within the body of your form, add the following snippet: ``` [[!tsRender]] ``` This will render the Turnstile Captcha. If the user fails the Captcha, the form will not be submitted.
Details
- Developer(s)
- matdave
- Released
- 2024-05-06
- First seen
- 2024-05-06
- License
- MIT
- Supported databases
- Minimum MODX Requirement
- 2.6
Turnstile Releases
Vendor | Signature | Released on |
---|---|---|
MODX.com | 1.0.0-pl | 2024-05-06 (6 months ago) |
MODX.com | 0.0.2-pl | 2023-06-07 (1 year ago) |