Just add this to an input field:
autocomplete="off"
e.g.
<input type="text" name="timeend" id="timeend" autocomplete="off" />
Just add this to an input field:
autocomplete="off"
e.g.
<input type="text" name="timeend" id="timeend" autocomplete="off" />