Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Saving data next time PDF form opens

Avatar

Former Community Member
Hello,



I've been looking all over. Where is the command to disable the feature that allows the previously entered data to be saved? I have the form on our server and don't want users to see data from other users. Right now they can.



Thank you.
2 Replies

Avatar

Former Community Member
Here's a script I found in another post. This is JavaScript and should be placed in the initialize event of the form.



event.target.nocache = true;



Here's a link to the original post.



http://www.adobeforums.com/cgi-bin/webx?128@@.3bc287a2



Regards,

Dave