Unfilled Forms

0
I have a database and that is taking a form from user input. The problem I have though is that the database stores the form even if they haven’t finished filling it out or pressed save. How can I ensure that the form only gets submitted after they press save?
asked
2 answers
8

Check there is any events in inputs, if yes remove the commit action from it, in save button instead of save action use microflow add validation. 

answered
0

This can be achieved using validations

https://docs.mendix.com/howto/data-models/setting-up-data-validation/

answered