Wizard

The Wizard component is used to guide a user through a series of steps in a specific order. The wizard is displayed in a popup window.

The parameters passed to this component are:

  • MyInstance (type FormBuilder)
  • WizardGUID (type Guid)
  • WizardName (type string)
  • DisposeComponent (type EventCallback<DotNetObjectReference<Wizard>>)

Wizards can be closed at any time and resumed later using the Generic Actions dropdown.

When resuming a wizard you will always start on the first step but all previously entered information will persist.

Once a wizard has been completed it cannot be resumed, a new wizard must be started from scratch.

Updated on January 26, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment