DEMOS / Wizard

With the #wizard element, you can trivially make multi-step wizards for your users. You just need to define a few Wizard step 'bodies' as if it were the body of a Nitrogen element (e.g. #panel). Then on your page, you must define a wizard_event(Tag) function to handle when the wizard is completed, and retrieve the values. On the right is a demo of a sample 'character creation' process for something like an MMO or role-playing game.

View Module Source
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.