Avatar

Level 10

I don't think so, as what ever script pushes the date value into the textfield in the first place will fire again under the same event.

For example if you have the script in the exit event of a field, which sets the date and pushes it to a textfield. Then everytime the user exits that field, the date will be set again as per the system clock and pushed to the textfield.

The only other example I have is where the fields that are changed are tracked by addItem() to a listbox:

https://acrobat.com/#d=06u-J6N34PQdaD25ZCPrSA

Hopefully that will give you some ideas,

Niall