Knowledge Base

Snippets

31

autocomplete="off" should do the trick!

Put this in your <form tag or in every <input tag like this:

<form autocomplete="off"   - OR - <input type="text" autocomplete="off" value="Text" 

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.