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

Advanced Forms / ACF 5.7 compatibility #35

Closed lewebsimple closed 6 years ago

lewebsimple commented 6 years ago

Hello! When using this plugin with advanced-forms-pro and ACF 5.7, the validation is somewhat broken... instead of displaying the validation error on top of the reCAPTCHA field, the error appears as a "fullscreen" WordPress error: image

Also enabling reCAPTCHA at the field group level doesn't show the field on the form.

irvinlim commented 6 years ago

Hi! I haven't used Advanced Forms Pro myself, but the recaptcha flag that is mentioned in the readme does not create a field, you still have to create the field yourself.

If you enabled recaptcha on the field group without a field itself, the form will reject your input since there was no recaptcha value in the first place.

Hope this helps!