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.
Update: I tried to use Leaflet and Geofield with Geocoder, but can't get geocoding from other field working at all. But at no point the map breaks. It just stays empty.
Is there really,...
To me this clearly looks like some wrong use of the Leaflet library at some point.
But the problem is not the empty map (alone), which works fine and never caused me trouble. Something...
Clearing the cache was one of the things I tried. This included truncating the cache tables that don't get cleared by the flush all caches button, as well as sessions and tempstore tables. This...
So tried accessing the updates.backdropcms.org server again and tech support said:
Hello,
It looks like outside of the server that host isnt accessible currently --
jeremy_a@khsupport...
It was the ProtectHome setting in the apache service which was the problem.
I did this:
systemctl edit apache2.service
Then added this:
[Service]
ProtectHome=no...
Posted2 days 20 min ago by Francis Greaves (themetman) 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.