0
please suggest any possible solution to this.
I made a html webpage form using <form>and<input> tags. In the browser, if we fill out this form and refresh the browser without submitting it, the dat a inputted is retained in the refreshed webpage. I wish that the data should get erased after refreshing.
1 ответ
+ 19
<input type="reset" value="Reset">
<input type="submit" value="Submit">
something like this 👇
https://code.sololearn.com/WCUn1Ef92Oqp/?ref=app