We needed this module to advance to the next section automatically for a client at Game Face Web Design. Here is a patch that will automatically make the from progression work like this :
(submission form -> section1 -> section2-> ... -> lastsection-> sectionspage -> finish)
normally it works like :
(submission form ->sectionspage )
(sectionspage -> section2 -> sectionspage)
(sectionspage -> section3 -> sectionspage )
Hope it helps someone..
It could also be added as an optional feature.
You can contact me at frank [at] gamefacewebdesign [dot] com.
Frank Carey
Comments
Comment #1
nlindley commentedThanks for the patch. I just thought I'd mention for the others that this is applied to multiforms_ui.module. Also, I've rerolled the patch for version 1.3.
Comment #2
electronicmonkey commentedPls exactly how do I apply a patch ? I am running on production
Comment #3
mcantelon commentedThe 5.x-1.x-dev version of multiforms will now allow the option of automatic advancement.
There's a selector that allows you to pick "Normal" or "Linear" flow in the "Setup" tab.
Comment #4
mcantelon commented