我一直在WordPress中使用联系表单7很长时间,现在我在我的一个站点中遇到了问题。联系表单7按钮根本不可点击。最初没有控制台错误。
请为此提出解决方案。
答案 0 :(得分:0)
打开网络标签页,您可以在尝试提交表单时看到更深入的响应。
我收到了以下内容:
{
"mailSent":false,
"into":"#wpcf7-f3241-p3238-o1",
"captcha":null,
"message":"One or more fields have an error. Please check and try again.",
"invalids":[{
"into":"span.wpcf7-form-control-wrap.Email",
"message":"The e-mail address entered is invalid.",
"idref":null
},{
"into":"span.wpcf7-form-control-wrap.Mobile",
"message":"The telephone number is invalid.",
"idref":null
}]
}