How to send data from form to database and retrieve them?

0
I want to build registration form and login page, but I could not find any document that guide me how to build this. I will appreciate any help. Thanks
asked
2 answers
1

Hi

 

Here is how you can create custom login screen

https://academy.mendix.com/link/modules/183/lectures/1419/3.6-Custom-Login-Page

 

And here is how you can create new account for the user

https://academy.mendix.com/link/modules/325/lectures/3440/9.4.2-Set-New-Users-to-Employee-User-Role

 

It’s all in learning pats 

answered
0

If we want to save the data, in the registration form at saving button choose to save action in  on-click action like below image and you will be do this using microflow also.

and for retrieve, the data from the database in the microflow add retrieve activity and choose the entity and after that add one more activity for show the page.

answered