Solved
Custom survey progress bar design
Has anyone attempted this before? I'm not overly keen on the progress bar designs 'out of the box' and would love to know if anyone has used a custom version? Thanks in advance, Adam
Best answer by MohammedAli_Rajapkar
Yes, one of our clients did develop custom progress bar by using CSS and JavaScript.
- Count the no. of questions in your survey
- Create an empty container (like a bar) wherever you like you can keep it (top/bottom)
- Start filling with a constant color as and when user answering the question and calculate the progress bar as ( total no. of question / answered + skipped).
Step 2 and 3 can be done through CSS and JavaScript.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.