Disable autocomplete on input fields
// Disable autocomplete on any input field with the "autocomplete" parameter in your input tag
<input name="first_name" type="text" autocomplete="off">