Create local variable that persist until form is submited
Hi, is possible to create a variable that persist until the form is submited ? I know is possible to create helper variables in the form, but sometimes this lead to having a lot of useless variables that persist with the form. So Im looking for a way to create a variable that persist only until the form is submited. Something like local storage.
Perhaps using a node js function this will be possible ?