Most modern browsers can be configured to remember the information the user fills in for form and password fields on web sites. This feature is called Form and Password Auto-completion. My question is how to turn off autocompletion in Sharepoint 2010
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
You can add attribute autocomplete="off" to all input elements in the form with javascript. |
|||
|
|