Hello - I have a "Submit data" button and up until a few days ago, the following was working fine:
(1) I use a varDataChanged variable to track when the user changed data and set it to true, thus making the Submit button a red color
(2) When you pressed the button, the very last piece of coding OnSelect had varDataChanged = false, so that the Submit button would not be red anymore
Now, this works, but everytime, I have to press Submit TWICE??? Data is stored in Sharepoint BTW.
THANKS!!!