recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Update recaptcha-v2-checkbox.php

Open jklue opened this issue 2 years ago • 1 comments

Checking isset on $_POST['g-recaptcha-response'] always passed for me locally on PHP 8.0.14. Changing to !empty actually failed when recaptcha was unchecked, which is the expected behavior. Don't know if this works for everyone across the board.

jklue avatar Jan 19 '22 03:01 jklue

I've upgraded everything to work on PHP8+ and do not see this behaviour. Can you verify it's still an issue for you?

rowan-m avatar Feb 18 '23 17:02 rowan-m