Drupal Webform 电子邮件模板上的隐藏价值

发布于 2024-11-19 07:55:04 字数 69 浏览 2 评论 0原文

当匿名用户提交具有隐藏值的 drupal webform 时。值没有进入电子邮件模板。有没有办法让匿名用户获取隐藏字段的值。

When drupal webform with hidden value is submitted by anonymous user. value is not getting in the email template. Is there a way to get value for hidden field by anonymous user.

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

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

发布评论

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

评论(1

时光倒影 2024-11-26 07:55:04

有哪些隐藏价值?
匿名用户在 Drupal 中不是真正的用户,因此 $user 数组不可用。 HTTP 内容,包括主机、引用地址和其他可用变量。
此外,存储在评论表单 cookie 中的值不能在 Web 表单中使用。

Which hidden value ?
Anonymous users are not real users in Drupal sight so $user array is not available. HTTP stuff, including host, referer and other variables available though.
Also, values stored in comment-form cookie can not be used in a webform.

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