cgsmith / zf1-recaptcha-2

Zend Framework 1 integration for Google reCAPTCHA version 2.0
MIT License
9 stars 11 forks source link

Receiving "missing-input-response" in google response #8

Closed gavinsbtm closed 8 years ago

gavinsbtm commented 8 years ago

In the validate class, $this->_value is not set in public 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.

joachimjusth commented 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

cgsmith commented 8 years ago

Closing since it is merged in. Let me know if there are any other issues 👍