...
Before starting the building process, you should have noted down a loose outline of your design. For any step of the wizard there are two way to design it: create one large page and display parts of it to the user based on his previous answers (visibility conditions) or make several small separate pages that can be skipped over if not needed. Creating several smaller pages is usually easier to configure, because there are fewer visibility conditions, but this may create the need for more transition actions. Transition actions are easier to manage if the pages follow each other in sequential order.
Navigation between pages of the wizard can within the wizard can be set up in several ways:
- by configuring a Navigation Panel for stepping between pages,
- by setting up Page Groups and adding them to the Navigation Panel,
- by placing a “hard-coded” Navigation Menu on the page,by creating CSS formatting for Field Groups within a page,
- by placing transition Action Buttons on the page,
- and, additionally, by turning on the Navigation History Panel.
...