When I sign a digital signature, I have javascript in the "this script executes when field is signed area".
After signing, it tells me "at least one signature requires validating". However, if I right-click on the signature in the signature panel, and select validate, it validates it just fine.
So in the javascript code, if I comment out this line:
this.getField("visit1").value = visName;
it works fine... it puts the correct value in the correct field. But it gives me that validation error... Am I missing something?
Thanks!
Brett
Update: directly after this line, I validated the signature in javascript using signatureValidate(), and it worked correctly. Any ideas why this is necessary?
Thanks again!
Message was edited by: Brett Longo