Dynamic update for the step bar

On my form, the visibility of a step depends on the value of a certain component. If I change value of the component to make additional step visible - the step bar does not update until I go to that step. I would like to dynamically update the step bar when I change value of the component. How can I do it?

Ok, finally I figured it out - you have to add listening to the component (or variable) triggering the change on every page whose display is dependent on the component in order to update the step bar dynamically.

image

1 Like