LibraryMulti-Step Form (Wizard)
PROforms
Multi-Step Form (Wizard)
The Multi-Step Form is a real, editable wizard: a live stepper, one panel per step driven by a single varStep variable, per-step validation (Next disables until required fields are filled), and a review step with a Patch-ready submit. Duplicate a panel to add steps — everything is standard containers, inputs and buttons.
1
2
3
Step 2 — Request
← BackNext →
YAML source
Preview — full code with PRO# Multi-Step Form (Wizard) — PowerBlocks (PRO Screen, real controls)
# Three steps driven by varStep (registered by the Back/Next buttons).
# Add a step: duplicate a panel, extend the stepper, adjust the Max() in Next.
- WizardScreen:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
Height: =Parent.Height
Fill: =RGBA(10, 10, 10, 1)
Children:
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →