Depending on form settings and available controls, a user can do the following from a wizard form step:
- Edit data.
- Save and advance to the next step.
- Save and return to the previous step.
- Advance to the next step without saving.
- Return to the previous step without saving.
- Navigate to any previously viewed step.
- Finish the wizard.
For a user to perform any function, that function must:
- Be included in the form.
- Have a security level the user's role can access.
- Not have any client visibility conditions that evaluate to false.
- Not have any client enable conditions that evaluate to false.
- Not have an associated visibility rule that evaluates to true.
This post is part of the Wizard Form topic. Click here to open the Wizard Form Overview.