What is the purpose of the autocomplete attribute in a form?
<form action="/submit.php" autocomplete="off">
<!-- ... -->
</form>
What is the purpose of the autocomplete attribute in a form?
<form action="/submit.php" autocomplete="off">
<!-- ... -->
</form>