Jscript for a progress bar?

Hello - does anyone have any advice to build in a progress bar, or a spinning wheel, when processing is taking place in the background of a WIX site?

For example, if uploading a large photo size into a database collection form, it would be great to place a spinning wheel between the submit button click and the completion of the upload, so the viewer realizes their click on the submit button actually engaged the process. Otherwise they sit there and continue clicking with no return feedback from their action(s). I’m not a programmer, but wondered if there such a beast with Java script that I can paste into a WIX code developer page? Please and thank you!

Hey,

You can find different types of progress bar Here , then you can embed it with HTML component. As you want to to update the progress bar based on something changed on the page ( upload ), you should use Messaging - Read More .

I found this guy made something close to what you ask for, check his code here .

GoodLuck,
Best!

Mustafa

You can stay “native” Wix Code and use a Slider component . You can set the slider value in code.

Could you give an example as I’m trying to use this for uploading photos and videos