Tagged: CONTACT FORM, Turnstile
AFAIK the only option is to use Google reCaptcha along with Enfold Contact Form by now.
Are there any plans to incorporate Cloudflare’s Turn stile CAPTCHA as well?
Or at least suggestions how to incorporate that (I can code that myself, but in most cases, some hints from the programmer are helpful)? The mechanism is very similar to Google CAPTCHA…
Best!
Jürgen
Hey Jürgen,
Thanks for your suggestion. I forwarded it to our development team and shared a link to this thread as a reference. We will post here when there’s an update.
For now, I found this developer doc: https://developers.cloudflare.com/turnstile/
Best regards,
Yigit
Thanks Yigit!
Yeah, I know the Turnstile dev docs.
I was more interested in some hints on the Enfold side (e.g. what files to look in, is there a hook and so on). :-)
Anyway, I’ll find my way through…
Cheers,
Jürgen
Hi Jügen,
did you found a solution for an implementation of turnstile in enfold contact form?
Hi,
There are currently no plans to implement this feature. But if you wish to implement it yourself, you can start by checking the enfold/framework/php/class-form-generator.php file, particularly the send function. You can also refer to the Google reCAPTCHA implementation in the enfold/framework/php/class-grecaptcha.php file.
Best regards,
Ismael
ok
thanks for the starting point.
Best regards