A wizard step's controls and containers are up to the developer. There are three kinds of buttons whose location and appearance is pre-defined:
- Previous: This is the button on the step that navigates to the previous step in the sequence. It can be one that saves data or one that doesn't.
- Next: This is the button on the step that navigates to the next step in the sequence. It can be one that saves data or one that doesn't.
- Finish: This is the button on the step that finishes the wizard. It always saves data.
These buttons are always visible on the HTML wizard. If one isn't on that step or isn't correctly identifies in the step, it will be grayed out. But the user will always be able to see it.
When the user clicks the Finish button on the last step, the application navigates to whatever the button's active form is, generally the maintenance form of the record the HTML wizard is creating or updating. This maintenance form will be populates with the data the user entered during the HTML wizard.
This post is part of the HTML Forms topic. Click here to open the HTML Forms Overview.