Hi. I’m trying to save multiline text, and leave it in the multiline field for when someone comes back to it after closing/reopening the page.
Essentially, what I’m trying to do is this: someone types in text into a multiline field. They exit the page. When they reload the page later, the same text they left in the multiline field appears as the initial text in that field.
I am also trying to do the same thing with a checkmark box, so that if they check a box and return to the page later, it remains checked.
I’ve tried saving the text as a state and setting it into initial input field but it doesn’t seem to be working. Thanks for your help!