I worked many hours on a project that required multipage CCK forms. Other modules and solutions have fallen short, so I have come up with a pretty good solution.

Check it out at http://drupal.org/node/162373

If you have ideas for improvement, I really want to see them. Thanks!

Comments

tom_o_t’s picture

Excellent handbook article - something I'd been wondering about for a while and done a workaround with a combination of some hook_form_alter and .tpl.php files.

Cheers,

Thomas

gianlubus’s picture

I've tried different wizard solutions, before come to this article; I think it is the easiest way to make a multipage form because it works on existent content types.
I applied this code to the type "viaggio", but the hook "viaggio_form_alter" is never called. I'm looking for a solution, but I can't figure out what the problem is.
Any suggestion?
Thanks

gianlubus’s picture

error found!
I didn't named the module with the name of the type.
Trivial mistake, sorry!