reCaptcha onVerified isn't firing

I’ve added the wix reCaptcha element for the first time on my site. I added the onVerified() function and connected to the element in the editor. On the published site, the captcha responds with the “pick images with _________” challenge as expected. After successful completion of the challenge, a green check mark appears where there was a check box, but …

The onVerified() function is never called!

Any ideas?

Ran into the same issue today.
Got no idea, why on Verified doesn’t fire, but I worked my way around with the token, the captcha creates.

After completing the image-challenge, the captcha creates a token. You can use this token for coding.
$w( ’ # yourcaptcha’ ).token
Will be undefined, if captcha is not passed. But gets some value, once it’s passed.