5

I've implemented the google invisible recaptcha on our website, the captcha works fine, but when the recaptcha popup becomes visible and i click on the parentwindow of the popup (not in the challence popup), the popup goes away and the register account procedure is locked.

I can't find a hook function to inform that my captcha is gone!

Anyone? Thx

enter image description here

Dan Bonachea
  • 2,408
  • 5
  • 16
  • 31

1 Answers1

1

i just made parent area unclickable with css property pointer-event: none. You must find generated recaptcha's div with js and set this style

Vadim
  • 11
  • 1