Expand my Community achievements bar.

Double Clicking a Text Field and there is data in it

Avatar

Former Community Member
Hello,



When I double click in a text field there is data (my name) there that the form remembers from a previous use. I am ready to publish and distribute my form but I don't want the old data to be there. How do I delete it?



Thank you.
3 Replies

Avatar

Former Community Member
Hi,



I think you can use this code: event.target.nocache = true;

in the initialize of the form.



Hope that helps,

MP

Avatar

Level 6
You may have the auto-complete option on in Acrobat. In Acrobat, click "preferences..." under the Edit menu. Choose "forms" from the category list and check out the auto-complete settings.

Avatar

Former Community Member
Wow, thanks. That was very helpful. The command was right where you said it would be. This software is daunting for a novice. Thanks very much.