Hi!
I have all of my code in Custom JS. No DFFS back-end rules at all.
In my Custom JS dffs_PreSaveAction function, I notice the below.
For me (site collection admin): All code in the dffs_PreSaveAction completes for me.
For other users: Some of the code in the lower portion of my dffs_PreSaveAction does NOT complete before the form is saved.
Seems the save is occurring but all the code in the dffs_PreSaveAction has not yet completed?
Is there a way to make sure that all code in the dffs_PreSaveAction is executed and COMPLETED before the actual save occurs?