Hello everyone
I would like to ask if it is possible to create a loading screen (no pre-loading screen) with Wix Code. Where can I find the codes to be included in the web editor?
Thank you for your cooperation!
Kind Regards!
Hi! What you mean by loading screen? First page, where all users will start? Or exchange wix preloader? If 2nd, it’s not possible
Hi, thank you for your answer!
For loading screen I mean a screen that opens after compiling and submitting a form, so that you can accompany the user from one page to another. It is different from a pre-loading screen, because it appears when the site is prompted to finalize the request or to perform heavy operations.
Kind Regards
Hi,
I’m not sure I have fully understand the use case, but you can try to create a light box, then use ’ openLightBox() ’ upon form submission.
Then, after you finish your heavy operations, use Lightbox API to close it.
Liran.