Squarespace’s all-in-one platform gives you everything you need to express yourself creatively online, whether it is with a domain, website, or online store. Get started with your free trial today, and when ready, take 10% off your first purchase with offer code 'EXPERTS'.
You should put progress bar on your top form and use the "value" property of this progress bar like this:
Forms!MyForm!MyPBar.visibl
Forms!MyForm!MyPBar.value = 0
...................
your code to execute
....................
Forms!MyForm!MyPBar.value = 100
Forms!MyForm!MyPBar.visibl
You should put the Min and Max properties of this PBar . Min = 0 ; Max = 100. And before all your PBar must be unvisible ( visible = false )
Good Luck
RRR.