Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法接收Wordpress表单_Wordpress - Fatal编程技术网

无法接收Wordpress表单

无法接收Wordpress表单,wordpress,Wordpress,我最近用wordpress建立了一个网站 但是访问者发现表单无法发送。当我在wordpress控制台上检查问题时,控制台(workpress窗体)指示错误:“在此选项卡面板中检测到1个配置错误” 我检查了所有代码,所有括号都存在。我附上下面的代码。有人能找出我做错了什么吗 <label> Name (required) [text* your-name-chi] </label> <label> Nickname (required) [t

我最近用wordpress建立了一个网站

但是访问者发现表单无法发送。当我在wordpress控制台上检查问题时,控制台(workpress窗体)指示错误:“在此选项卡面板中检测到1个配置错误”

我检查了所有代码,所有括号都存在。我附上下面的代码。有人能找出我做错了什么吗

<label> Name (required)
    [text* your-name-chi] </label>

<label> Nickname (required)
    [text* your-name-eng] </label>

<label> Sex
[select* sex include_blank "M" "F"] </label>

<label> Born Date
   [date* born-date] e.g: 1982-01-17</label>

<label> Your Email (required)
    [email* your-email] </label>

<label> Contact Phone Number (required)
   [tel* mobile] </label>

<label> Phone Number ICOE (required)
   [tel* tel-urgent] </label>

<label> Address 
   [text address] </label>

<label> School Studying 
   [text school] </label>

<label> New/Old
[select* new_old include_blank "New" "Old"] </label>

<label> Class Type (required)
   [select* swimtype include_blank "A" "B" "C" "D" "E" "F" "G"] </label>

<label> Class Starting Date 
   [date startdate]  e.g: 2017-01-17 </label>

<label> Time(Hour preferred)
   [select startdatetime-1 include_blank "8"  "9"  "10"  "11"  "12"  "13"  "14"  "15"  "16"  "17"  "18"  "19"  "20"  "21" ]  </label>
<label> Time(Minute preferred)
[select startdatetime-1-min include_blank  "00" "05"  "10" "15" "20"  "25"  "30"  "35"  "40"  "45"  "50"  "55"  "60"]
</label>

<label> Time(Hour - Second priority)
   [select startdatetime-2 include_blank "8"  "9"  "10"  "11"  "12"  "13"  "14"  "15"  "16"  "17"  "18"  "19"  "20"  "21" ]  </label>
<label> Time(Minute - Second priority)
[select startdatetime-2-min include_blank  "00" "05"  "10" "15" "20"  "25"  "30"  "35"  "40"  "45"  "50"  "55"  "60"]
</label>

<label> On week (Preferred)
  [select week-1 include_blank "Mon" "Tue" "Wed" "Thr" "Fri" "Sat" "Sun"]</label>

<label> On week (Second priority)
   [select week-2 include_blank "Mon" "Tue" "Wed" "Thr" "Fri" "Sat" "Sun"] </label>

<label> Class Location (required)
   [select* swimpool include_blank "A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" "M" "N" "O"] </label>

<label> Where did you got the information of this course
   [select* adv include_blank "Facebook" "Leaflets "Online Search Engine" "Recommendations"] </label>

<label> Introducer (if any)
    [text recom] </label>
<label> Others
    [textarea your-message] </label>
<label> 
I agree with all the conditions [checkbox* agreement "Yes" "No"]</label>

<label> [submit "Send"] </label>
名称(必需)
[文本*您的姓名]
昵称(必填)
[文本*您的姓名英文]
性别
[选择*性别包括_空白“M”和“F”]
出生日期
[日期*出生日期]例如:1982-01-17
您的电子邮件(必填)
[电子邮件*您的电子邮件]
联系电话号码(必填)
[电话*流动电话]
电话号码ICOE(必填)
[电话*紧急电话]
住址
[文本地址]
学校学习
[文字学校]
新/旧
[选择*新建\旧包括\空白“新建”“旧”]
类别类型(必选)
[选择*开关类型包括\u空白“A”“B”“C”“D”“E”“F”“G”]
开课日期
[日期开始日期]例如:2017-01-17
时间(小时优先)
[选择startdatetime-1包括空白的“8”“9”“10”“11”“12”“13”“14”“15”“16”“17”“18”“19”“20”“21”]
时间(以分钟为准)
[选择startdatetime-1-min包括_blank“00”“05”“10”“15”“20”“25”“30”“35”“40”“45”“50”“55”“60”]
时间(小时-秒优先级)
[选择startdatetime-2包括空白的“8”“9”“10”“11”“12”“13”“14”“15”“16”“17”“18”“19”“20”“21”]
时间(分-秒优先级)
[选择startdatetime-2-min包括_blank“00”“05”“10”“15”“20”“25”“30”“35”“40”“45”“50”“55”“60”]
每周(首选)
[选择第一周包括空白的“周一”“周二”“周三”“周四”“周五”“周六”“周日”]
每周(第二优先)
[选择第二周包括空白的“周一”“周二”“周三”“周四”“周五”“周六”“周日”]
课程位置(必选)
[选择*swimpool包括_blank“A”“B”“C”“D”“E”“F”“G”“H”“I”“J”“K”“M”“N”“O”]
你从哪里得到这门课的信息的
[选择*adv include_blank“Facebook”“传单”“在线搜索引擎”“推荐”]
介绍人(如有)
[文本建议]
其他
[文本区域您的信息]
我同意所有条件[复选框*协议“是”“否”]
[提交“发送”]

不要在“标签”标签下使用[复选框]

更改最后几个代码:-

  <label> 
      I agree with all the conditions</label> [checkbox* agreement "Yes" "No"]

 [submit "Send"]

我同意所有条件[复选框*协议“是”“否”]
[提交“发送”]

非常感谢。但是我的wordpress仍然无法正常工作,可能是因为其他问题。我会检查一下。您现在面临的问题是什么?可能是因为SMTP错误(如果您没有向用户发送电子邮件)。请将电子邮件日志插件安装到您的站点,并检查您的站点是否成功发送了一封电子邮件,还是一直失败?