I created an interactive Acrobat Form with Acrobat 9 Pro which is downloaded by users from a server using Reader 7 on their workstations. It works fine the first time they fill in the form. However when they download the form a second time it is providing the form with saved field values. They need to be able to down load the form multiple times and have a new form each time with out the previously entered values.
Is there a setting that needs to be set either in the Acrobat form, the server or the clients workstation?
Thanks.
You can also set the nocache document property using JavaScript, which controls this behavior for a single document. For example, you could place the code in a document-level script the executes when the form is opened. The nocache property was removed in version 9 since version 9 no longer is able to cache form data. So if you want to control this through code, your code should first check the version or test for the existence of this property before attempting to set it.