Does anyone have any experience with multi-step forms to create / update content? Existing Drupal modules that I've found are pretty old and seem somewhat shaky. I'm guessing that people who've needed this kind of interface wrote custom solutions.
I did wonder if doing some kind of Webform => node submission would do it. Depends on if they need the multistep only for creation, or for editing as well.
Sorry I dont have a ready solution to this. The big issue is of course if you need multistep editing as well as creation, in which case Webform wouldnt help. A custom mutistep form would also be complicated if you decided to be able to add or remove new fields.
@ian Let's try to stay on the rails here. As the project page, https://backdropcms.org/project/bee, says: "Bee is a command line utility for Backdrop CMS." It is equivalent to drush. It is not...
Now, now calm down! :)
I based my statement "Since Bee doesn't seem to have any active sites using it - I wonder if that is a viable option?" on the following:
Note active installs...
Since Bee doesn't seem to have any active sites using it - I wonder if that is a viable option?
What do you mean by that? Loads of sites use it but it is not a module, rather...
Posted8 hours 29 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
My suggestions, if there is time to look at recent bug reports:
(1) Not sure if the fix for this issue still needs a code review to get labeled as RTBC:
Editor link autocomplete...
Posted1 day 7 hours ago by Olaf Grabienski (Olafski) on:
Comments
If it's just about some simple data, Webform is probably your friend. Then display form submissions in a view.
If it has to be nodes, hook_form_alter() might be your friend.
But maybe @docwilmot has better tips. It seems, he ported/forked the Ctools form wizard.
I did wonder if doing some kind of Webform => node submission would do it. Depends on if they need the multistep only for creation, or for editing as well.
Sorry I dont have a ready solution to this. The big issue is of course if you need multistep editing as well as creation, in which case Webform wouldnt help. A custom mutistep form would also be complicated if you decided to be able to add or remove new fields.
Best bet is to port https://www.drupal.org/project/msnf. It isnt pretty old (2011) but not sure if its shaky.