Progress Bar Stuck

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!

Here is the preview link: https://participant-sign-up.bubbleapps.io/version-test?debug_mode=true

I’m not sure how to share my developer end, so if you need that, please let me know.

@ai.humanityinnovatio - welcome to Bubble!

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. :slight_smile:

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.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.