good morning,Im also in a very simular situation, i have 2 signature
fields on the same form that could be signed by same person, is there a
way to remove that SAVE AS issue.I did find some code, but quite cant
get that to work.var oData = xfa.resolveNode("xfa.data.form1");
xfa.signature.sign(oData, "xfa.data.signatures", "sig1");i get the save
successful for signature, but nothing is captured in the signature
field.I have a signature field, when i click in it, my Entrust provider
shows up and i...