Mine is not working on any browser. I had to manually delete the plugin files from the code base because I wasn’t able to login through the front-end login form to deactivate reCaptcha. Disappointing.
I wonder if a Chrome update busted something. I also sent an official support ticket into Ultimate Member.
@rjwp001 please update us here if they take care of your support ticket sooner.
same here. does anyone has also the problem that the settings are not working? forms and member directories do, but settings are blank…
in the dashboard i get a message saying something like there was an error and that the connection to the source was lost. try again later.
i am on safari.
let’s get that fixed guys.
So far I’ve had no other problems. Just reCAPTCHA breaking my registrations and login pages on Chrome.
[SOLVED] In our case it was because reCAPTCHA was being included twice on the page. You can see if you have the same issue by doing a “view source” and searching for recaptcha/api.js.
It looks like this is likely being caused by a change that Google pushed to reCAPTCHA today. Now reCAPTCHA fails when it is included twice (it seems that as recently as yesterday, including reCAPTCHA twice would still work). When reCAPTCHA fails, it keeps the form hidden and writes an error that you should be able to see in Chrome’s Developer Console.
To fix, you need to get rid of one of the reCAPTCHA includes. In our case, the second include was from the Custom Contact Forms plugin.
Fix 1
If you are using Custom Contact Forms, then within the Forms -> Settings submenu in the wp-admin there is a section titled “Restrict Asset Loading To”. Use this section to list all the pages you are using Custom Contact Forms on. This will cause Custom Contact Forms to not load the extra copy of the ReCAPTCHA Javascript file on pages that do not need it.
Fix 2
If you are not using Custom Contact Forms, then you can stop Ultimate Member from enqueuing the ReCAPTCHA Javascript by commenting out that line of code that adds it. The line of code to comment out is in the file wp-content/plugins/um-recaptcha/core/um-recaptcha-enqueue.php line 22. Commenting this out will cause Ultimate Member to no longer enqueue the ReCAPTCHA Javascript library.
UPDATE
Unfortunately you cannot use the “Exclude Loading Assets On” settings in Custom Contact Forms as Ultimate Member will load a different version of ReCAPTCHA and it will not work with all contact forms.
Currently only Fix 2, commenting out the line of code, seems to allow both plugins to function properly.
Here is a screenshot to demonstrate that reCapcha works on Chrome browsers:

Hello, is there a fix?
I tried commenting line 22 but still it does not work.
Borisv is 100% correct! UM need to update. The bug is from UM. I tried other plugins but RegistrationMagic works fine and it runs perfectly across my browsers. I dont need UM as such but to redirect bad boys from WP Admin to my custom login page.