Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以使用 hook_form_alter 来改变 webform 组件的类型吗?我的意思是,我有一个选择框,我想使用 form_alter 将它转换为一个简单的文本字段。在drupal 7中是否可能。请帮助。
您可以使用 hook_node_load() 来编辑加载的 Web 表单的组件。