Creating a Progress Bar
Last updated
Was this helpful?
Last updated
Was this helpful?
The Progress Bar is a web control that can be added to Web Pages. Progress Bars inform users of the completion of a task and the length of a process.
In , go to the first Web Page of your , click on the '+' sign next to it and select the Progress Bar control.
The Progress Bar will be displayed showing three steps by default.
In the General tab of the Inspector section, under Control Properties, the following are set by default:
Value: the step the current Web Page is in.
Steps: the number of steps this Progress Bar has.
ProgressLabels: the labels shown by default to identify the progress.
Use transparent wording to rename it.
Then, from Journey Started in the Actions tab, pick the Set Variable option.
Enter the recently created Global Variable and, as values, paste here the ones set as ProgressLabels in Web Builder. Additional steps can also be added.
Also, if you want to provide a more customised experience, you can change the labels of the steps as well:
Now, every time you add a Progress Bar control in the application, you can retrieve the same setting using this Global Variable.
In order to use the Progress Bar across the whole , a Global needs to be created.
Go to and in the General tab of the Inspector, add a Global Variable of type List of Text.
From , replace the content on the ProgressLabels control with the Global Variable you created in Journey Builder.
To learn more about the properties of the Progress Bar, read
To learn more about setting up variables, go to
To check on other Web Controls, go to