Remove Autopopulate Data From Inputs
HTML
<form action="" autocomplete="off">
<input type="text" autocomplete="nope">
<input type="password" autocomplete="new-password">
<button type="submit">
submit
</button>
</form>
<form action="" autocomplete="off">
<input type="text" autocomplete="nope">
<input type="password" autocomplete="new-password">
<button type="submit">
submit
</button>
</form>