i have a complex form (WSForm) that takes some time to load. As the section stays blank until the section with the form is loaded, i would like to integrate a loader, so the visitor knows, that the content / form is still loading.
I need some help on how to. Examples really appreciated.
Iām afraid there is no āone fits allā solution here. The implementation of a loader icon is different for both cases and requires some custom javascript.
But you can use e.g. the default loader animation by adding this html:
you would need to find out if there are any ajax-related events or class/attribute changes on the elements (checkout screen / form) to show/hide the loader.