In the JavaScript for the Signature Field - in both Enter and Initialize
I have it checking all the required fields to make sure that they are
filled out. If not, then there is an app.alert and the Signature Field
remains "read only." Once all of the required fields are filled out, the
Signature Field is "open". Here is what is under preSign in the
Signature Field: myScriptObject.LockAllFields(vetInspection, "Lock");
//Locks all fields buttons.submit.presence="visible"; //button is active
to sub...