How to turn off form autocompletion and autofill in HTML form

 <form method="post" action="/form" autocomplete="off">

<input type="text" name="email" value=""/>

<input autocomplete="new-password" type="password" name="password" value="" />

</form>

Before: 

After: 


Enjoy Now 😜😋

Popular posts from this blog

How to open cPanel using WHM access.

Cant use dump() function in twig files or how to enable debug in opencart twig or print_r alternate use dump() in opencart 3.0