Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 wordpress 设置,我正在使用联系表和作为表单生成器。我面临的问题是,我想根据选定的下拉选项来构建我的电子邮件,但没有得到解决方案来纠正这个问题。
你可以用这个告诉我
[select your-recipient "CEO|ceo@example.com" "Sales|sales@example.com" "Support|support@example.com"]
将此添加到您的电子邮件标签中
[_raw_{field name}] ([_raw_your-recipient]
我认为它会为你工作。