button type

0
Hi, Can anybody tell me how to change the type of a button to submit. I am using forgot password functionality wherein user enters the email id to recover the password. I would need to change the type of recover button to submit. Thanks in advance!!
asked
1 answers
0

In Mendix you can have standard buttons like save or cancel, or create your own by using a microflow to do the things you want to do. In your case I think you want to create a microflow that is triggered by your newly created button that changes the password and commits the user.

So choose add button, microflow. Fill the caption, select a possible image and select the microflow that do all the actions you want.

Hope this helps,

Ronald

answered