These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Stamp with custom fields

jlspartz
Registered: Feb 5 2010
Posts: 4

I created a stamp, and I need some custom fields on the stamp that need to change when putting the stamp in; person's initials and filing number. The date I'm sure I can get to work off the sample dynamic ones modifying that javascript, but where can I get some sample code for app.response - which I hear will prompt the user for field input?

My Product Information:
Acrobat Standard 9.2, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
You can find sample code in the Acrobat JavaScript Reference files.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi jlspartz,

Here are two tutorials from the Learning Center on app.response boxes-

http://www.acrobatusers.com/tutorials/2006/popup_windows_part2
http://www.acrobatusers.com/tutorials/2007/03/app_response_dialog_boxes

Hope this helps,

Dimitri
WindJack Solutions
www.pdfscripting.com
www.windjack.com
jlspartz
Registered: Feb 5 2010
Posts: 4
Thanks.

I was wondering why my date wouldn't even update through the stamp, yet the programs dynamic stamps do. Same code, I even put mine within the same dynamic file they have.

My dynamic stamp is refusing to be dynamic. I like coding things and all, but this seems sort of archaic.