+ 1
How would you save any user input to an HTML document using input fields and a button?
I have 3 input fields and one button. I can add the relevant information but my input is not saved/added to my html document. If I refresh the page, I lose everything.
2 Respuestas
+ 3
Add some encryption with Js
+ 2
Use javascript cookies or php session if you are a beginner then I advise you to learn javascript