Hey everyone,
I'm trying to make a dynamic progress bar. On one page, I have a simple progress bar, and on another page, I have four buttons (100/200/300/500). The idea is that when I press a button on the button page, the progress bar advances based on the button's value. (The bar goes up to 25,000, so it's a variable that converts the total amount of the variable into a % so that the progress is easy.)
I was able to make a bar with buttons on a single page, but I can't do it on two different pages. Do you know if this is possible, and if so, how to pass the information? (When the button is pressed, the bar should increase without reloading the page.)
Thnaks for the help !