Answered
28 Mar 2024
Link to this post
Issue resolved. Adam B sent me this code to run between the last form and the final success page to show during the loading time.
//Run this on pre submit
window.scrollTo(0, 0); // scrolls to top of page so progress wheel is on screen
kendo.ui.progress($("body"), true);
//Run this on post submit
kendo.ui.progress($("body"), false);
Thanks Adam.