Steps to Adding a Progress Bar
Introduction
Step 1) Inspect The Attributes
Step 2) Add HTML for a Progress Bar
<!-- This should be added inside the <form> element -->
<div id="progressBar">
<div id="progressContent"></div>
</div>Step 3) Add CSS rules to change the width of the progress bar on each step
PreviousSteps to Adding Form Confirmation PagesNextSteps to Changing Form Styling on Submission Using CSS
Last updated
Was this helpful?

