我可以根据联系表格7中选定的单选按钮来构造电子邮件吗?

时间:2019-01-18 13:28:06

标签: wordpress conditional contact-form-7

我有一个wordpress设置,我正在使用Contact Form&作为表单生成器。我面临的问题是,我想基于所选的下拉选项来构建电子邮件框架,但没有解决问题的方法。

1 个答案:

答案 0 :(得分:0)

你可以用这个让我知道

[select your-recipient "CEO|ceo@example.com"
                "Sales|sales@example.com"
                "Support|support@example.com"]

将此添加到您的电子邮件标签中

[_raw_{field name}] ([_raw_your-recipient]

我认为它将为您工作。