Closed gavinsbtm closed 8 years ago
I fixed this issue via my pull request. It was merged into master https://github.com/cgsmith/zf1-recaptcha-2/blob/master/src/Cgsmith/Validate/Recaptcha.php
Closing since it is merged in. Let me know if there are any other issues 👍
In the validate class,
$this->_value
is not set inpublic function isValid($value, $context = null)
.protected function _verify()
then uses$this->_value
to build query string.This results in an empty value being passed to the google api servers.