wordpress cntactform7电子邮件未提交

时间:2013-10-22 06:10:12

标签: php jquery wordpress contact-form-7

wordpress我正在使用contactform7插件获取联系表单。因为表格的必填字段如下。

<h3>Personal Details </h3>
<p>Title:[checkbox*  title class:title exclusive "Mr." "Dr." "Mrs." "Miss." "Ms." "Other"]</p>
<p>First Name: [text* first-name class:first-name]</p>
<p>Middle Name: [text middle-name class:middle-name]</p>
<p>Last Name:[text* last-name class:last-name]</p>
<p>Disability:[checkbox disability exclusive "No" "Yes" ] <br />
If yes, please specify [text Disability-name ]</p>
<p>E-Mail Address: [email* email-address class:email-address]</p>
<p>Telephone (Day): [text telephone-day ]</p>
 Please use the following links to attach further documents to support your application.
[file* file-590 class:file-upload limit:5mb filetypes:pdf|doc]
[submit class:submit]

现在在我点击提交按钮后填写了所有字段后,它在firefox控制台选项卡中显示错误,并且电子邮件未执行提交

SyntaxError: missing ; before statement
{"mailSent":false,"into":"#wpcf7-f2472-t1-o1","captcha":null,"message":

所以有人可以告诉我这里有什么不对吗?任何帮助和建议都会非常明显。谢谢

0 个答案:

没有答案