Sadly I don't have control over the version of Adobe.I tried using the
script from your example to check if the form has been signed, but
nothing happens when I try it out. I have noticed that even though my
fields are named, I still have to use xfa.resolveNode to get their
values. If you could give me any advice on what could be wrong with this
script I'd appreciate it.var oState =
event.target.getField("topmostSubform.Page1.PPC").signatureValidate();if
(oState != 0){xfa.host.messageBox("You ha...