Drupal 7,使用列表字段创建配置文件类型。尝试根据第一个列表选择中的用户选择来填充第二个列表
如何为配置文件类型创建一个列表字段,我可以在其中添加猫、狗、蜘蛛等的列表。然后用狗、猫、蜘蛛等的面包填充其他列表字段。
所以当用户选择cat 来自第一个列表,第二个列表仅填充猫面包的项目。
How do you create a list field for a profile type where I can add a list of say cat, dog, spider etc. Then have the other list field populated with the breads of dog, cat, spiders, etc.
So when the user selects cat from the 1st list, the 2nd list gets populated with only the items for breads of cats.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 D6 中,您可以通过标准 cck 字段上的分层选择来完成此操作。我假设这个表单元素可用于 D7 中的用户配置文件,因为 cck 已集成到核心字段中。然而,看起来 D7 模块仍处于 alpha 阶段,但仍然值得尝试。参考号http://drupal.org/project/hierarchical_select
In D6 you could do this with hierarchical select on a standard cck field. I am assuming this form element would be available for a user profile in D7 as cck has been integrated into core fields. However, it looks like the D7 module is still in alpha but still may be worth trying. ref. http://drupal.org/project/hierarchical_select