Multipage Step Indicator
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .
On small screens/mobile devices:
None
You can create a step indicator using Knack's Rich Text View and copy paste the list elements.
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%