How to prevent autocomplete on textboxes in html

Just a quick one because I keep forgetting how to do it. If you want to stop your form displaying suggestions in text boxes that were based on previous entered values, then add the following attribute to your html form tag; autocomplete=”Off”

Leave a comment