Wizard

Multi-Step Form

Step-by-step wizard with per-step validation, progress indicators, and smooth transitions.

Account Setup
Account Details

Create your login credentials.

Personal Information

Tell us about yourself.

Address

Where should we send things?

Confirmation

Review and submit your registration.

All information looks good! Please accept the terms to complete.
Code Example
<form data-ev-form data-ev-multistep data-ev-step-style="dots"> <fieldset data-ev-step="1" data-ev-step-title="Account"> <!-- Step 1 fields --> </fieldset> <fieldset data-ev-step="2" data-ev-step-title="Personal"> <!-- Step 2 fields --> </fieldset> <!-- Navigation is auto-generated --> </form>