Open cgrandval opened 5 years ago
Same case here.. any solution to this? recaptcha not appearing..
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
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.