I can create a custom dynamic stamp, and I can edit that stamp. What I want the stamp to do is function like a real world mechanical counting stamp. Where each time you use the stamp it imprints a number, the next time it prints the next number in sequence and so on.
So, I created a background GIF image and created the PDF file in the user profile directory, then when editing the file place a text form field where I want the counting to start and set its custom calculation script to
event.value = "Item # " ;
what I need to work out now is how the java script will define and read the value form somewhere. Ideas on where would be welcome at this point. Once the vale is accessible to the java script add it to my “Item # “ then add one to the count and update my stored value.