Drupal 多步骤用户在灯箱中编辑配置文件
我是 drupal 的新手,并且真的很想更多地工作,我为配置文件创建了一个内容类型,并通过内容配置文件将其与编辑配置文件链接,并使用多步骤模块将其设置为多步骤。
但我希望通过定制主题过程在灯箱中制作表格。
任何人请指导如何呈现表格或任何线索。
谢谢, 尼西什
Im newbuy to drupal and really curious to work more , And i created a content type for profile and link it with edit profile through content profile and make it as multi step using multistep module .
But i wish to make the form in the light box through custom with themeing process.
Anyone please guide how to render the form or any clue.
Thanks,
Nithish
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 ctools 中的 ajax 工具,或 dialog api 是在它们之上构建的,或者使用它来获取灵感。你想要完成的任务不是新手任务,而是绝对可行的。
You can use the ajax tools in ctools, or the dialog api which is built on top of them, or use it for inspiration. What you are trying to accomplish is not a novice task, but definately doable.