Answered
Hi,
This is probably a very simple script but I am clueless about JS. I have programed (or I should say copy and pasted other programmers code) into a PDF document and some PDF forms to only print under the "will print" action; however, I need the fields to auto clear after the printing is done.
I have read allusions to the fact it can be done but I can't find the code anywhere, help!
this.getField("field1").value = "";
this.getField("field2").value = "";
this.getField("field3").value = "";
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com