Form Input Preloader

Hi,
I have a form that allows the user to upload several image files. However, when they click the ‘submit’ button there is no visual indication that anything is happening during the time the images are actually being uploaded into a dataset. This sometimes results in the user clicking the ‘submit’ button again - which usually creates a problem.

Is there anything like a internal preloader for form input?

Thanks,
Fac

Hi,
There’s nothing out of the box at the moment, but you can add code that when the submit starts shows a preloader, and when it ends hides it. You can use the dataset “onBeforeSave” and “onAfterSave” functions.