Google reCaptcha - 空错误消息,未收到对问题的回复(未正确输入reCAPTCHA) [英] Google reCaptcha - empty error message, not receiving response to challenge (The reCAPTCHA wasn't entered correctly)

查看:2060
本文介绍了Google reCaptcha - 空错误消息,未收到对问题的回复(未正确输入reCAPTCHA)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编辑:我使用reCaptcha 2.0,我不应该使用recaptchalib.php吗?

直播DEMO
http: //josiahbertoli.com/



我在提交表单时忽略了以下错误(忽略输入字段的空白值)(使用调试代码):

错误

  _POST:========= 
阵列

[first_name] =>
[last_name] =>
[email] => ;
[subject] =>
[comments] =>
[g-recaptcha-response] =>大长价值


=========

无法正确输入reCAPTCHA。 (reCAPTCHA说:)

我的网页设置如何:

HTML

 < form id =query-formaction =wp-content / themes /portfolio/submit-form.phpmethod =postname =myForm> 
< input id =first_namename =first_namesize =35type =textplaceholder =such。John/>
< input id =last_namename =last_namesize =35type =textplaceholder =such。Smith/>
< input id =emailname =emailsize =35type =textplaceholder =such。example@domain.com/>
< input id =subjectname =subjectsize =35type =textplaceholder =such。Feedback/>