On 3/21/06, Morbus Iff <morbus@disobey.com> wrote:
After months of work between hunmonk, myself, and chx, we've finalized some substantial progress on multipart forms. A multipart form is a form that is spread across multiple pages (like a wizard), but doesn't truly "submit" until the final page.
There are still some hiccups here and there, largely due to checkboxes and multi-selects, but we're at a decent enough place to show off some working code and let it alone for Drupal 4.7.
You must be running Drupal 4.7b6 or higher to use this stuff.
Documentation (by Morbus): http://drupal.org/node/54753
Fully working multipart_form_example.module (by hunmonk): http://cvs.drupal.org/viewcvs/drupal/contributions/docs/developer/examples/
Sweet, sweet, loving (by chx): <censored>
You guys are the best ... This is a much needed feature, and many forms can benefit from it. Ecommerce checkout comes to mind as the obvious one. Register and Post comes to mind (e.g. a site that will prompt users to register then post something [resume, classified ad, ...etc.]) Thanks you all.