Progress Bar dependend on textbox content

0
Hey there, i just want to have a page with a progress bar that shows the progress when people enter text in boxes: 10% for the header 20% for the descibition 30% for naming people 40% for adding...
asked
1 answers
1

I think the only option you have is to parse the textbox content and convert it to numbers (based on your own logic). To show a progress bar, you need two values. current value and maximum value. i guess, in your case, maximum is 100 and current is the highest nummer entered to the textbox.

answered