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

Form Auto fill turn off

kimkvl
Registered: Apr 24 2007
Posts: 6

I have created a form and posted to our intranet for people to use. When Reader 7 users click on the form to use again, it comes up with the last entered information. How can I set the form so that it does not allow auto fill of the prevvious information? Thanks!

My Product Information:
Acrobat Pro 8, Windows
pddesigner
Registered: Jul 9 2006
Posts: 858
Try this JavaScript code in the Set Document Action. You could also use it as a page action.

It should be placed in the Document Will Close or Document Will Save

this.resetForm();

My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.

kimkvl
Registered: Apr 24 2007
Posts: 6
I did set this code and it worked to reset the form but now, the completed form is not showing the entered info when passed on or reopened. Kim