Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2007 at 14:26 UTC
Updated:
19 Sep 2009 at 11:30 UTC
A key feature of Froms API in 5.x+ (multistep forms) is not documented at all as far as I can see- unfortunately I'm not really familiar enough with the #multistep feature to be able to write this. Can someone add info to the Quickstart guide and especially the Forms API reference? I'd be willing to help if someone can point me to some good working code examples.
Comments
Comment #1
pwolanin commentedOk, a little searching turned up this handbook page: http://drupal.org/node/101707
sheould this be linked to from the Froms API reference, or partially replicated there?
Comment #2
brunodboComment #3
brunodboChanged the component to reflect the new component categorization. See http://drupal.org/node/301443.
Comment #4
alan d. commentedThe "#multistep" attribute was dropped in Drupal 6 and is not present in Drupal 7 HEAD.
Is this a request for documentation on how to create multistep forms in Drupal 6+ or a request for documentation of "#multistep" in Drupal 5?
The change is documented here: http://drupal.org/node/144132#multistep
Another Drupal 6 mini-example can be found here: http://drupal.org/node/262422, scroll down to sample 10. (Personally I prefer the storage option)
Comment #5
pwolanin commentedThe way to do this in 6.x vs. 5.x needs to be better documented - even experienced devs (won't name names here) are tripped up by trying to convert multistep forms to 6.x
Comment #6
willmoy commentedWhatever this is, it's not critical and it's not D7
Some docs exist here: http://drupal.org/node/470834 which work for HEAD and I don't think it's realistic to keep an issue open for documenting old versions, given the state of FAPI docs for the current version.