please suggest any possible solution to this. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

18th Apr 2018, 3:31 AM
Shibopie
Shibopie - avatar
1 Answer
+ 19
<input type="reset" value="Reset"> <input type="submit" value="Submit"> something like this 👇 https://code.sololearn.com/WCUn1Ef92Oqp/?ref=app
18th Apr 2018, 3:37 AM
🌛DT🌜
🌛DT🌜 - avatar