Hello Experts,
I have a requirement in which , there is a SimpleForm , with some fields . The user may fill some of the input fields in the SimpleForm and decide to close the app. When he reopens the app , he should get the same SimpleForm with the input fields filled with the values , he placed the last time.(i.e. the same instance of SimpleForm should get reloaded).
In short the SimpleForm should be stored as a draft until the user submits the details by clicking the "SUBMIT" button. Is it feasible to do so??
Is it possible to save this SimpleForm's immediate vrsions and reload it with same details that was filled earlier?
Thanks and Regards
Aman Anand