1

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":

那么有人可以告诉我这里有什么问题吗?任何帮助和建议都将是非常可观的。谢谢

4

0 回答 0