Hi all,
I'd like to know wich is the best way to implement a wizard system using SiteManager and SmartForms.
My web site wil have a wizard with at least 4 steps and different paths depending on what the user choose in the forms. Do somebody knows an easy to use method?
Thanks in advance
MaxL
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The single module answer is to use xml form definitions and
set incremental stages in data verified to load the next step in the wizard with the xml form changing as set in data verified section.
Make certain that the form output line is placed
so that it shows on verfied - often it is hidden and only the
results are shown.
Note - that if a variable is required to load a wizard stage , remember to pass it as a hidden.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'd like to know wich is the best way to implement a wizard system using SiteManager and SmartForms.
My web site wil have a wizard with at least 4 steps and different paths depending on what the user choose in the forms. Do somebody knows an easy to use method?
Thanks in advance
MaxL
The single module answer is to use xml form definitions and
set incremental stages in data verified to load the next step in the wizard with the xml form changing as set in data verified section.
Make certain that the form output line is placed
so that it shows on verfied - often it is hidden and only the
results are shown.
Note - that if a variable is required to load a wizard stage , remember to pass it as a hidden.