Hi! I’m new to Bubble and I’m having trouble with my progress bar. It seems to be stuck at 10% and won’t advance any further. I’m probably doing something wrong. Any help would be greatly appreciated!
For sharing your editor, you can make it accessible by going to the Settings > Everyone can Edit tab and then sharing the name of your application (or the URL of your editor). However, I don’t recommend doing this often once you’re outside of the learning stages because…well…everyone can edit.
As for the progress bar, it is only a representational value. That means that you need to “update” the value as the user interacts with your form. For a “page based” form, the most effective way of doing this is to use incremental state value that “updates” a counter each time a “Next” button is clicked. Then, your progress bar’s value would be derived from the value of the state.
States, as a concept, is pretty well covered throughout the forum, so I wont go into detail on it here. But that should be enough to get you started.