Hi all,
Just wondering - has anyone gotten any Modern Forms JavaScript to work with the Laserfiche iOS App in Offline Mode?
If I try to start an Offline Process, it'll just indefinitely hang with the text "Submitting..."
To replicate this issue, I literally just create a new blank Modern Form, enable it for offline use, and add the following JS:
var yo = "Hello";
Then I Start Process under Offline Copies in the iOS app and hit Submit. Still does the same if I try to save as a Draft, open it up and try to submit again.
If there is no JS at all, it will submit just fine.
LF Forms version: 11.0.2311.50564
LF Mobile Server version: 11.0.1.1
LF iOS App version: 2025.4.21.1728971
EDIT: Modern Form submission with JS works in the regular online mode.