How to autosave a form.

0
Hello all, I am new to Mendix and working on one project. So there is one requirement when user fill any form and in between he forget to save or may be busy with other work so at that time the form need to get automatically saved . How can I do this please give a step by step solution. Thanks.
asked
2 answers
0

Depending on your use case, you could also decide to use the microflow timer widget to save every x seconds.

https://marketplace.mendix.com/link/component/27

 

answered
2

Hi Priyanka,

 

You can add on-change property on each attribute of form as Save changes that will help you in your issue.

You can follow the below steps:

Properties→ Events→ On change→ Save changes

 

Hope I am able to resolve your issue.

Regards,

 

Kirti

answered