In this episode of Chem’s Code Gems, I’ll showcase how to incorporate a loading GIF for a better user experience during form submissions in Tadabase.
If you’re working with forms that use pipes, you might encounter longer processing times. We’ll walk through the process of displaying a custom “Creating record, please wait” message, accompanied by a loading GIF, to provide your users with a seamless and engaging experience while they patiently await the completion of the form submission.
So, this feature is great, but when you use a form which enables multiple pipes, does the loading gif keep running untill all the pipe runs are completed? because the data is submitted (and therefore triggering the pipe), after the 5 seconds in the video…
@slimpens, the loading will continue until the submit rule runs, which means it will wait until all record rules finish. So yes, if multiple pipes are running on your form, the loading GIF will be shown until they are all completed.