How do we create multistep CCk form in Drupal 6?

Does anyone have any code to share , may be just skeleton for the form logic

Thanks

Comments

mscdex’s picture

I'm curious about this as well, since I'm looking to use CCK fields on these multistep forms. All of the CCK multistep/multipage form modules that allow such forms only seem to be available for Drupal 5 and also seem to be abandoned.

Ideally it would be nice if there was a tutorial or something somewhere that showed you how to programmatically create a Drupal form and insert previously created CCK fields from a certain content type, and then simply let CCK do the form validation before moving to the next page/step.

Drupal-Tech’s picture

looking for same..

anawillem’s picture

There was a subforms module that did not work as well as I wanted it to, but was promising and that I hoped folks would develop...

Has it been abandonned as well? :(

awillem

--
anawillem
http://jellobrain.com

vkareh’s picture

Currently there's the Multistep module for Drupal 5, but I'm working on a port for Drupal 6. I'm having a hard time due to all the changes in CCK form D5 to D6, but I should have it ready in less than a month (I'm only doing this a few hours per week, and the Holidays don't help the cause).

Feel free to help me in any way. I'm not planning on abandoning this project, since I will need to use it for a client during the first half of next year.

irishgringo’s picture

is this something that the FORMS.API would be better to use?

Doing Native iPHONE, ANDROID, Titanium, node.js and DRUPAL. as a contractor.

ashraf.hussain’s picture

Yes