I have been trying unsuccessfully to get turnstile captcha working in a simple contact form (wanting to avoid the nonstop crush of comment spam).
- On form submission, I get a message "Captcha failed for this form, please try again".
- In the log I see
Form Turnstile invalid: [/contact] {"success":false,"error-codes":["missing-input-response"],"messages":[]}
As for my site:
- My Grav installation is up to date.
- I have the turnstile keys in the
/user/config/plugins/form.yamlfile as instructed in the docs. - The form is very similar to the example in the docs.
- The theme's form template uses the "raw" filter (
content|raw) - though it fails with or without "raw". - I've set "Include externals in JS pipeline" to false.
Does anyone have an idea what "missing-input-response" means and/or what I may be missing? Are the docs still up to date?
