I'm creating a character sheet for the TRPG that I'm developing, and so far the elements of the sheet are coming together, but I can't seem to get text boxes to save the data that we input in them after we close the sheet. The code I write is <textarea></textarea> and it produces an empty textbox but anytime we put anything in it and close the sheet, the contents just disapear. Am I missing something in the code?