Drupal Webform 电子邮件模板上的隐藏价值
当匿名用户提交具有隐藏值的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有哪些隐藏价值?
匿名用户在 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.