when i add a progress bar, & Set the value of it. It is not showing the results of value, and also showing the blank results in publised website
Hey Vishal,
Please reply with a link to your site and a snippet of the code you are using, so we can take a closer look.
In the meantime this article might help you out.
Corvid: Working with the Progress Bar Element
Thanks!
Dara | Corvid Team
Iβm having the same issue. Looks fine on βPreviewβ mode, but does not work on the Published site.
Iβm using MultistepForm, and have a progressBar element on each step.
site: https://www.nuhom.co/makeoffer
code:
$w( β#progressBar1β ).targetValue = 100 ;
$w( β#progressBar2β ).targetValue = 100 ;
$w( β#progressBar3β ).targetValue = 100 ;
$w( β#progressBar4β ).targetValue = 100 ;
$w( β#progressBar5β ).targetValue = 100 ;
$w( β#progressBar6β ).targetValue = 100 ;
$w( β#progressBar1β ).value = 17 ;
$w( β#progressBar2β ).value = 33 ;
$w( β#progressBar3β ).value = 50 ;
$w( β#progressBar4β ).value = 66 ;
$w( β#progressBar5β ).value = 83 ;
$w( β#progressBar6β ).value = 100 ;