irvinlim / acf-recaptcha

Google reCAPTCHA plugin for Advanced Custom Fields on WordPress
https://wordpress.org/plugins/advanced-custom-fields-recaptcha-field/
MIT License
33 stars 12 forks source link

Unable to activate the ACF reCaptcha Protection #41

Open cgrandval opened 5 years ago

cgrandval commented 5 years ago

I'm trying to use your plugin with ACF 5, but I encountered a problem.

I'm trying to enable the ACF reCAPTCHA Protection for the field group but it doesn't work. After enabling, I save the field group but after that, every time, the ACF reCaptcha Protection is disabled.

I had a look in the PHP log but there's no PHP error. The save of the field group seems to work fine, there's no error and the other params save well.

Capture d’écran 2019-07-31 à 17 50 19
maharzan commented 4 years ago

Same case here.. any solution to this? recaptcha not appearing..

Luc45 commented 3 years ago

I can confirm that switching the protection On and saving makes it return Off, as if never saved.

WordPress 5.8.1 ACF 5.10.2 ACF Recaptcha Field 1.3.3

Edit: Calling acf_form_head() on the front-end header.php and adding recaptcha => 'true' to the acf_form() call works