开发者

Drupal 2-phase submission

开发者 https://www.devze.com 2023-04-08 20:05 出处:网络
Using Drupal 6 I\'m looking for a 2-phase submission: User fills form and push \"Send\" Form is 开发者_JS百科visualized as read-only with button \"Back\" and \"Confirm\"

Using Drupal 6 I'm looking for a 2-phase submission:

  1. User fills form and push "Send"
  2. Form is 开发者_JS百科visualized as read-only with button "Back" and "Confirm"

Is there a module for that ?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消