I have two forms I am trying to save under the same local storage key. So far I have been able to save them separately, but I would like to be able to save them under one name. Right now I am using an event handler to save them to local storage {{form1.data}} and {{form2.data}} and naming them form1_values and form2_values. any input would be much appreciated.
2 Likes
Hello @WHC1855
You can directly use the key in queries, JS queries, transformers, and workflows with localStorage
to get, set, or clear the stored values in localStorage.
3 Likes