Verify both signature fields are signed
i want subform open after signature field have been signed. can't work. here's script:
form1.subform18.gate1custsupapproval::docready - (javascript, client) var ostate = event.target.getfield("form1.subform18.gate1teamleaderapproval").signaturevalidate();// && event.target.getfield("subform18.gate1custsupapproval").signaturevalidate(); if (ostate != 0){ gate2.presence = "visible"; } else { xfa.host.messagebox("you have not signed form. \n\nplease press ok return form , click signature field sign form. \n\nthank you!", "error submitting form", 0, 0); }
not sure trying achieve here.
the changes allowed after signing pdf filling form fields , adding annotations & signing unsigned fields
can elaborate on complete usecase? have tried using field locking ?
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment