Conflict with ConvertPlus Plugin
-
Hi,
There appears to be a conflict between Invisible reCaptcha and ConvertPlus (https://www.convertplug.com/plus/). This issue has already been reported to ConvertPlus, but may need input from your end.
The problem is when both plugins are activated. If all WordPress and Woocommerce options are checked, Invisible reCaptcha does not work. This affects the password reset functionality, product review submission and account registration.
Looking in Chrome’s (or Edge’s) inspection tools, the Console reports the error:
An invalid form control with name='g-recaptcha-response' is not focusable.
By disabling the checkboxes in Invisible reCaptcha and adding the below Javascript to my website, the problem is overcome, but I then have no reCaptcha protection.
if(jQuery('#g-recaptcha-response').length) { jQuery('#g-recaptcha-response').prop( "required", false ); }
Is there a way of making the field in question focusable?
Thanks,
Christopher
- The topic ‘Conflict with ConvertPlus Plugin’ is closed to new replies.