Wordpress 联系表 7 隐藏日期字段未按预期工作

Wordpress contact form 7 hidden date field not working as expected

我在 wordpress4.5.2 上使用 contact form 7,Contact Form 7 模块插件。 我的需要是我想捕获 post_date(post 发布的日期)和 submission_date(候选人提交表格的日期。

我正在尝试使用以下标签来满足上述两个需求,这些标签总是返回我 'null'/在生成的电子邮件中为空..一些指针表示赞赏。

CF7 form
[hidden today_date today]

[hidden post_date id:post_date]

<p>[submit "Send"]</p>

on mail , below tags used..
1 [_post_date]
2 [post_date] 
[_format_post_date "D, d M y"]
3 [today_date]
[_format_today_date "D, d M y"]
4 [_today_date]

result email..
1 [_post_date]
2 

3

4 [_today_date]

提前致谢

CF7 form tags

[hidden post_date "post_date"]

[date today_date _date]  // this is not required

<p>[submit "Send"]</p>

Mail tags should be..
[_format_post_date "Y-m-d"]
[_date] --> to get current date