I highly suggest you look at the Wizard block in SilkUI. They have what you need for a multi-step process and it works very nicely.
J.Ja
Sateiaman -
I do not know if any video or samples, but it isn't hard to figure that out. You stick links to each step in the wizard (it can be 1 page using Ajax Submit, or separate pages if I remember right), and tell it what the current step is, and it takes care of the rest.
Hi,
I have a form which has 5 sections where each section has a web block. I tried using wizard widget to navigate across various sections of my form but for that I had to create individual screens for each of my web blocks in the form. Isn't there any way by which I could traverse across various sections of a single web screen using wizard widget?
Shashankit Thakur wrote:
You can do this by using a webblock in each step. Hide/show the webblock via current step
Daniël Kuhlmann wrote:
Hi Daniël,
I tried using web block for each step but it didn't work out as each step requires a link to a page. Moreover, "Active Step" property also didn't progress accordingly from step1 to step5. Can you share an oml so that I could understand how it can be worked out?
Hi Shashankit,
The link that you need to provide to WizardStep can be for the current screen. Your screen likely needs to receive an extra input parameter to specify what step the user is on, and you'd use that information to make sure the Wizard is displaying the correct current step, and to decide which web block to display.