Storing form data to device

Has this Topic been updated since the question was first asked in 2021?

With Current Wappler 5.8.0 the ability to create a form app with full local functionality to repeately fill in data and Save on a smartphone or tablet device while the device is offline without Firebase?

You can always store your form input data in the device local storage.

1 Like

Yeah what Teodor said! Local storage is super to use once you figure it out. its kind of a long tutorial but this will walk you through how to set it up if you haven’t used it before

https://docs.wappler.io/t/creating-a-shopping-cart-with-the-data-store-component/17465#Local-Storage

1 Like

Sensational!
Thank you!