为什么自定义联系表 7 returns 内容为空?

Why Custom contact form 7 returns empty content?

我使用此联系表 7 生成更多自定义表单,但在我所做的测试中,我收到一封没有内容的邮件。我该如何解决这个问题?

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

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

<label> Subject
    [text text-207 "weekly demo"] </label>

<label> Role Within the Company </label>
 <p>[checkbox RoleInCompany "Business" "Technology" "Strategy"] </br>


[submit "Send"]

收到的邮件内容:

Subject: [your-subject]

Message Body:
[your-message]

-- 
This e-mail was sent from a contact form on  (http://bbbb.com)

也许您必须像这样更改 "E-mail" 中的邮件正文。

From: [your-name] <[your-email]>
Subject: [your-subject]

Message:
[your-message]

-- 
This e-mail was sent from a contact form on  (http://bbbb.com)

如果您使用多语言页面,您应该确认您链接了正确的联系表格。

这是因为您已经从模板中删除了 [your-subject] 和 [your-message] 简码。 通过 "MAIL" 选项卡添加您的自定义简码。

它应该是这样的:

From: <[your-email]>
Subject: [text-207]

Name:
[your-name]

Role in Company:
[RoleInCompany]