replied on September 10, 2015
The problem here is that apparently the condition checking code in LF Forms only gets called by the Forms each time a keystroke is made in the field on the form. So if you never actually click in the field and type a value, then the code that checks the value of the data entered, never gets called.
So if you write code in Javascript that updates a value of a 'total' field, and you are trying to trigger a field rule based on that value, it won't work because the user never clicked and made a keystroke in the total field. There has to be a way to accomplish this, I could REALLY use some help.