I’m trying to create a signature field within adobe acrobat, which executes another code once it’s digitally signed without going to properties and selecting the “run once signed”. I have the initial part of my code which I use Action Wizard to execute javascript allowing me to create the signature field. However, the second part of my code continues to run with the initial code and does not wait until the field is signed. For better clarity my initial code will create the signature field and once signed will create a text field on the upper right hand corner of my page.
I have used MouseUp actions but my goal is to have the second part of my code run once signed and not just by clicking on the field.