Drupal 2阶段提交
使用 Drupal 6 我正在寻找一个两阶段提交:
- 用户填写表单并按下“发送”
- 表单被可视化为只读,带有“后退”和“确认”按钮
是否有一个模块?
Using Drupal 6 I'm looking for a 2-phase submission:
- User fills form and push "Send"
- Form is visualized as read-only with button "Back" and "Confirm"
Is there a module for that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CTools 模块 可能是最接近的,它有一个帮助 API 来创建多步骤表单。这里有一个教程。
除此之外,您需要创建自己的 多步骤形式
The CTools module is probably the closest, it has a helper API to create multistep forms. There's a tutorial here.
Other than that you would need to create you own multistep form