I have a very specific case. I have a text document that stores text as such: ["TEXT1","TEXT2","TEXT3"] I would like to create a form where a user inputs in text, and it automatically gets added into this file. The file is backend however. If there is a way to do this without backend, that would be sufficient, however if possible, I would like to know aswell.
Thanks