I’ve created a page that saves a form to local storage as JSON. It works as-is, but I want to extend it to save multiple days:
http://daverau.info/happy/
What are some approaches to saving multiple days worth of journal entries? Paginate the form data by date? Create multiple instances of forms? Should I start by ditching the dumbFormState plugin and handle saving to local storage differently?
I’m looking for options and hoping someone can point me in a direction to go.
Instead of saving the object data as I found it below:
Set the key to be the current date: