Resetting form boxes when refreshing the browser

Yepkoo

Yepkoo
Staff member
Sometimes you want the form boxes to be reset when you refresh the browser.
It will be reset when you use the code below.

HTML:
autocomplete="off"

<!--Example-->

<input type="text" autocomplete="off">
 
Top