Forms & Tasks Designerπ π§¨
Elements
Stepper
3 min
the stepper element breaks a long or complex form into a sequence of named steps, presenting one step at a time with previous and next navigation buttons this dramatically reduces cognitive load for end users β instead of scrolling through a wall of fields, they progress through a guided, step by step journey with clear progress indicators each step within the stepper is a separate container with its own label, tooltip, and visibility the stepper's activestepindex attribute is fully controllable at runtime, meaning you can programmatically jump to a specific step β for example, skipping to step 3 based on a selection made in step 1, or returning the user to a step with validation errors the next and previous button labels are also customizable key use cases β’ onboarding forms broken into personal info / work details / documents / review steps β’ multi phase approval workflows where each step represents a reviewer's section β’ wizard style request forms that guide users through configuration choices β’ programmatically advancing activestepindex from a process to skip irrelevant steps β’ conditionally hiding steps that are not applicable to the current user or context runtime api β attributes in procesio forms both the stepper container and each step have their own api attributes, all accessible at runtime via the data model stepper container api name description type default notes nextbuttontext label shown on the next navigation button string next β previousbuttontext label shown on the previous navigation button string previous β activestepindex the index of the currently active step (0 based) β set programmatically to navigate number 0 β visible show or hide the entire stepper boolean true β name unique element name string β β id unique element id string β β individual step api name description type default notes label the step's title shown in the progress indicator string β β tooltip help text shown alongside the step label string β β visible show or hide this step boolean true β name unique step name string β β id unique step id string β β for support, please join our https //discord com/invite/cebukgjefv for further assistance and support
