Multi-step forms

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
druderman's picture

At our last user group meeting, we discussed multi-step forms and different approaches.

The Field Group module available for Drupal 7 does this and more. It works with CCK fields. The multi-steps are done client-side, so the form will presumably degrade gracefully into a regular node edit form when Javascript is unavailable. Now I have to see if the resulting forms will work with custom JQuery.