I have a form that has a bunch of routing required for workflow. We've designed this in Adobe Acrobat forms (not LiveCycle) and have the workflow working, but we would like to add a Dynamic Button (Approved - which shows the username, date, time) of the person who approved the submission.
Looking for some help on making a button on the form (Approved) that when pressed, will place the dynamic stamp next to it. We have a bunch of employees all over the country so I'd like to avoid training them on adding the stamp manually. They may not do it, may cover information, etc... I want to take all of the manual insertion out of the picture.
Is this even possible?
For example, this will add an Approved stamp at the bottom left corner of the first page:
this.addAnnot({type:"Stamp", page:0, rect: [15,15,250,75], AP: "Approved"})
I recommend you read up on the AP property of the Annotation object. It contains explanations on how to use it.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com