Hi all,
I have some javascript which run quite happily when a form is being used but as it's redrawn before being sent to Laserfiche (I'm using a javascript-free form to save to Laserfiche), the redraw is running into javascript which is preventing a save.
So I figure I have two options:
1. figure out which code is causing the issue and make my code more Forms-friendly
or
2. ask if there's a session variable or cookie I can read and use an if(){} statement to disable to javascript from running when a form is being redrawn.
Clearly option 2 is way more appealing. Also, more interesting as it means learning something new about Forms.
Has anyone got knowledge of how I can test for a form being redrawn?
-Ben