Answered
i created a form using fillable fields with javascript calculations. the form is for submitting overtime and was requested to be as "idiot-proof" as possible. i set it up so that a user can put the date and their In and Out times, but the rest of the information (i.e. hours rounded to the .25 and such) would be automatically calculated.
everything works, but the calculations are usually one calculation behind. if i enter a date and both times, or go back and change times, the weekly totals will show the data as if i hadn't yet changed it. if i go back into a time field, change the time by one minute and tab out of the box, the weekly totals will reset to the correct result.
is there something i can do to fix this?