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
Sangyeop Byeon
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.