以表单形式提交 sitecore 字段

发布于 2024-12-25 17:09:45 字数 171 浏览 2 评论 0原文

想知道是否可以获取 sitecore 字段(例如个人资料页面上的电子邮件地址),然后使用该字段作为将其提交到的电子邮件地址。我有一个可用的联系表格和一个个人资料页面。基本上,我希望将该电子邮件地址作为表单提交到的地址,而不是邮寄地址,即在个人资料上屏蔽该人的电子邮件地址。我可以简单地调用 MailMsg 中的字段或更多字段吗?

wondered if it was possible to take a sitecore field (for instance a email address on a profile page) and then use this field as the email address to submit it to. I have a contact form working and a profile page. Basically instead of a mailto I want to have that email address as the address the form gets submited to, i.e. mask the persons email address on the profile. Can I simply call the field in the MailMsg or more to it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝礼 2025-01-01 17:09:45

您可以使用营销人员网络表单 (WFFM) 创建一个前端表单并让它向任何人提交电子邮件。 WFFM 中电子邮件设计器的功能之一是设计一个电子邮件模板,其中包含从输入表单中提取动态字段的挂钩。例如,如果您的表单有两个字段:姓名电子邮件,您可以向该电子邮件地址发送电子邮件,并在电子邮件中使用提供的姓名。

You can use Web Forms for Marketers (WFFM )to create a front-end form and have it submit an email to anyone. One of the features of the email designer in WFFM is designing an email template with hooks that pull in dynamic fields from the input form. For example, if your form has two fields, Name and Email, you can send an email to that email address and use the provided name in your email.

抽个烟儿 2025-01-01 17:09:45

您可以使用.NET 的 SMTPClient 来发送电子邮件。
http://www.systemnetmail.com/faq/2.4.aspx

我希望这个答案你的问题。

You can use .NET's SMTPClient to send email messages.
http://www.systemnetmail.com/faq/2.4.aspx

I hope this answers your question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文