Signup Wizard
Show and hide steps, update progress, and validate before continuing.
- 1. Account
- 2. Profile
- 3. Review
Important JavaScript
if (!currentStep.checkValidity()) {
currentStep.reportValidity();
return;
}
showStep(index + 1);
Show and hide steps, update progress, and validate before continuing.
if (!currentStep.checkValidity()) {
currentStep.reportValidity();
return;
}
showStep(index + 1);