I have read several threads, but none that have successfully helped with my issue.
Using Adobe Adrobat 9 Pro 9.0
I have a form that I would like the date field to auto update with "Today" date when opened.
When the form is signed/saved I need this date field locked down so when it is opened a day/year later is shows the original date the form was opened and signed.
Right now, I have the following script to execute when document is opened:
var f = this.getField("Today");
f.value = util.printd("yyyy-mm-dd", new Date());
Works, but it still updates/changes date field - does not save the original saved/signed date.
Seems to be a common problem, yet several different solutions depending on the Adobe Version.
Thank you in advance for any assistance!
If there are users with Adobe Reader, you can not rewrite and scripts or code, so you need to control the updating the "Today" field to only occur when the field is blank, a status field indicates it can be updated, or a you can use the status property of the signature object.
George Kaiser