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 ;