Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invisible Recaptcha Challenge popup disappears on parent click

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

like image 582
user6839906 Avatar asked Nov 08 '22 11:11

user6839906


1 Answers

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

like image 134
Vadim Avatar answered Nov 15 '22 12:11

Vadim