我在wordpress4.5.2上使用联系表格7,联系Form 7 Modules插件。 我的需求是想要捕获post_date(发布帖子的日期)和submission_date(候选人提交表单的日期。
我正在尝试使用以下标记来实现以上两个需求,这些标记总是在生成的电子邮件中返回我' null' / empty。赞赏一些指针。
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]
提前致谢
答案 0 :(得分:0)
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