Forms not allowing me to edit

0
Some of the forms I use on Mendix do not allow me to edit although the setting is configured to be editable. What would be the possible cause for this?
asked
1 answers
2

I believe you need to make sure that the object is created first, so that there’s “space” for the details from the form to be stored at. I would suggest you to use a microflow that creates the object before the page is loaded. For example, you want your users to fill in Registration information, then you will need to create a Registration object then commit it to the database.

answered