Currently, I am in the process of developing an application form that consists of 9 pages of questions. Initially, I had implemented a progress bar which indicated completion by filling up 1/9 for each page completed. However, I have been informed that this approach is not acceptable and instead, I must adopt a "box" system.
The new requirement entails having 9 boxes arranged in a line, with each box labeled accordingly. This allows users to easily navigate back to a specific page if they need to make changes. While exploring options to fulfill this criteria, I experimented with using a navigation bar at the top as it already exists in the form of an unordered list with invisible bullets.
However, further adjustments are necessary as the current design does not meet the required specifications. Additionally, I aim to enhance user experience by ensuring that once a section is completed, it turns purple while the remaining sections remain gray to signify progress.