Horje

Stop browser autocomplete in HTML text input?

Follow the Example
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
<form action='/action_page.php' autocomplete='off'>
<input type='text' autocomplete='off' />
</form>
  <br>
  <input type='submit' value='Submit'>
</form>
</body>
</html>

Output should be:

Stop browser autocomplete in HTML text input?




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Types
Uploaded by:
Admin