I just switched some code from JS to FormCalc, mostly in regards to
layout behaviour. My form consists of different sections, and has
multiple digital signature fields which lock down part of the form,
except for the last signature which locks the whole form. No issues with
JS. But with Formcalc, after the form is signed and fields are locked, I
get FormCalc error messages because it can't affect locked fields (and
they shouldn't be anyways). E.g.:I have fields with exit event in which
is checke...