text box validation question

0
Hello I have a question. I'm making a login page. I applied validation to the text box, so I can't log in if I don't meet the conditions. And at the bottom, there is a button that shows the login guide page. The problem occurs at this point. The button that shows the login guide page is also applied validation. I can't open the login guide page button unless I enter my ID and password. I don't want to apply validation to the login guide page. Is there a way?
asked
2 answers
1

Hi Sangyeop,

It is happening because of field level validation, I would like to suggest you that always use validation in nanoflow/microflow so that it triggers when you click login button.

 

https://docs.mendix.com/howto/data-models/setting-up-data-validation/#5-advanced-validation-with-a-custom-save-button

answered
0

Hello Sangyeop,

                              Can u share the login page so that we can look into it.

answered