Is there a way to store text in a text box for future use?
Every time I reload the page, the text in the box disappears.
I have attempted the following solution:
<td align='left' bgcolor='#cfcfcf'><input type="text" name="txtfield" value="" placeholder="input your text" localstorage.setItem(name) /></td>
https://i.sstatic.net/EpKJv.png https://i.sstatic.net/5lRqj.png