I want to know if there is a way to keep text in the input fields if a user hit the refresh button while typing something in a form.
<form>
<input type="text" name="aaa"/>
</form>
I want to keep this text in the input field after refresh the page. Is it possible? Please help me anyone to give a suitable answer or reference. Thanks in advance..