Hi
We've noticed an issue with our javascript customisations in our cireson portal (11.8.2) where our Advanced Custom Form Tasks won't run at all. Adding in debugging console.log() lines shows us that the script is running and that console.log() statements before and after the advanced custom form task do run but any within the app.custom.formTasks.add('ClassType', null, function (formObj, viewModel) {} does not run at all and there's no errors in the developer console either.
Is there anything we can add to our javascript customisations to find out what's happening and get to the bottom of this?