【发布时间】:2014-08-21 14:02:43
【问题描述】:
我需要 Drupal Web 表单中的自定义字段。
要求:- 我可以在网络表单设置中选择任何词汇。 在网络表单上,当我选择 Parent 时,它应该填充下面的子项(Dependent Drop-down)
提前致谢!!!
【问题讨论】:
标签: drupal drupal-7 drupal-modules drupal-webform
我需要 Drupal Web 表单中的自定义字段。
要求:- 我可以在网络表单设置中选择任何词汇。 在网络表单上,当我选择 Parent 时,它应该填充下面的子项(Dependent Drop-down)
提前致谢!!!
【问题讨论】:
标签: drupal drupal-7 drupal-modules drupal-webform
如果您使用的是 webform 模块,您会发现不支持分层选择。见这里:webform hierarchical select
但是,您可以通过使用 webform conditional module 和 webform term options module 创建词汇列表,然后创建预先填充了分类术语的选择列表,并设置条件以显示选择列表,如果从主列表中选择了正确的选项。
【讨论】: