Multipage Step Indicator
The step indicator is a useful form component when users fill out forms. For multipage forms, it allows them the ability to view what step of the form they are on. Using some CSS and HTML, you can wrap it as a list container. You can read about step indicator from the USWDS website.

On small screens/mobile devices:

The JS
None
The HTML
You can create a step indicator using Knack's Rich Text View and copy paste the list elements.
The CSS
The CSS is
Add the CSS below. Modify Line 52 width: XX% depending on how many list elements there are divided by 100%. Otherwise the step indicator bar widths will appear too small/large.
5 list items = 20%
4 list items = 25%
3 list items = 32%
If you have mobile screens using the @media breakpoints and add additional CSS below.
Last updated
Was this helpful?