Question

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

  1. User fills form and push "Send"
  2. Form is visualized as read-only with button "Back" and "Confirm"

Is there a module for that ?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top