splitting long form into multiple pages (multipage cck)

Events happening in the community are now at Drupal community events on www.drupal.org.
sharique's picture

Hi,
I'm working on a site which has a very long input form (a cck) , is there any way by which I can split in to multiple steps and save data in each step.

Comments

field groups

rjdempsey's picture

You can divide the form into a number of field groups. Field groups can then be collapsible or collapsed by default. You can also divide the form into multiple tabbed pages with the cck_fieldgroup_tabs module.

won't save though

rjdempsey's picture

sorry, overlooked that part about saving each page. Field groups won't help you there. You could try autosave though.

CCK Wizard and CCKWitch

christefano's picture

I know of two projects that try to address this:

http://drupal.org/project/wizard
http://drupal.org/project/cckwitch

I haven't used either one, though. If you use either one, please let us know about your experience.

Doh!

burningdog's picture

Wizard says to not use on production sites; Witch hasn't released any files. Doh!

A module example

burningdog's picture

Multipage forms with CCK which shows how to write php code in a custom module for hook_node_form(), hook_form_alter() and hook_form_submit() to achieve multipage forms. It's not been packaged in a contrib module but if you're desperate, that's a good place to start.

wizard

batje's picture

wizard http://drupal.org/project/wizard tried to do exactly that.

Content Construction Kit (CCK)

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week