Drupal 7 Webform:如何根据其他选择选项字段显示/隐藏某些字段

发布于 2024-11-15 00:09:54 字数 303 浏览 1 评论 0原文

我正在使用 Drupal -7 和 webform ..我需要根据选择选项显示/隐藏不同的字段。 例如。 请选择“项目类型”选项

如果我选择“项目类型”为 A =>, 我想显示 field1、field2 和 select-option3

如果我选择“项目类型”为 B =>, 我将只显示 field3、field4 和 select-option4,

其余所有字段都会在这两种情况下显示。

我无法使用网络表单条件,因为它不适用于选择其他。 任何人都可以帮助我处理网络表单中“Hook”或“Markup”字段的代码。

I am using Drupal -7 and webform .. I need to show/hide different fields based on on select option.
for eg. select option "Project type"

if I select "Project type" as A => I want to display field1, field2 and select-option3

if I select "Project type" as B => I will display only field3, field4 and select-option4

rest all fields will be displayed in both the cases.

I cant use webform conditional as it doesn't work with select Other.
Can anyone help me with the code either "Hook" or "Markup" field in webform.

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

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

发布评论

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

评论(1

许仙没带伞 2024-11-22 00:09:54

查看 Webform Conditional 模块。这里有一个演示 https://www.youtube.com/watch?v=7uxfqJr6K6U 它可以向您展示它有什么能力来验证这就是您正在寻找的东西。

Look into the Webform Conditional module. There's a demo here https://www.youtube.com/watch?v=7uxfqJr6K6U which can show you what it's capable of to verify that this is what you're looking for.

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