How to do something on login button which one in the Toolbox?

0
Hello all, I’ve put a Sign-in button on my login page. But I wanna know how to make it do something….Actually, I need it to get my API message and compare the username and password which input by user with the one provided by the api. Can the Sign-in button does it?
asked
1 answers
0

The Sign-In Button performs the default sign-in behaviour from Mendix. If you want any custom behaviour, you will need to put a ‘Call Microflow’ button on the page and put your custom logic in the microflow that the button executes.

answered