Intercept the login form process

0
I created a recaptcha pluggable widget and added it to my login form.  I created a login form, which added the login ID and password input widgets, and the save button; however, there is no MF I can add to hook into the save process.  The login form seems hard-coded to ID and password only.  Should I create a custom save button and do the work in the MF, or is there another “proper” way I should be doing this? I did try testing with the Sign-In Microflow in the store but it does not work.  This is not the default login page, this is the login form, so it doesn’t seem to work.  
asked
2 answers
0

Take a look at the nanoflow commons module: https://appstore.home.mendix.com/link/app/109515/

answered
-1

you could disable the sign-in button based on the recaptcha result.

Or replace the sign-in action with a nanoflow action and check recaptcha outcome in the nanoflow and sign-in or not based on outcome.

answered