Persist Action Form Data

Is there a native persistent form method for data prior to submit? For example a user fills out an long action form, and clicks off it they then click the action again and all data is gone. A method to persist and clear on submit would make sense
4 Replies
DrByte
DrByte6mo ago
Sounds like something that the upcoming v3.2 "Wait Don't Leave" feature might need to be tested for, and could perhaps be leveraged as a way to "fix"?
toeknee
toeknee6mo ago
It's closish.. but that doesn't persist it if they leave. Could be baked into that I suppose
awcodes
awcodes6mo ago
I guess you could do a wire:poll and periodically save the data somewhere temporarily. Then also use that data to refill the form.