📄️ Auto Save State
Add this action to Init event to auto save form state in browser cookies. Load it back later by using LoadState action (make sure Storage Location is set to Browser Cookies), normally also placed in the initialization event.
📄️ Clear State
Clears previously saved state.
📄️ Load State
Loads previously saved state.
📄️ Save State
This action saves all the submitted data in the server session so it can be loaded back into this or another form.