My label message won’t appear after filling out login form
The label lblMsg only show when all fields are successfully entered but refuses to show red error msg when the fields are empty and the user press signup button. its like its jumps over the “else” code and go directly to my bool method instead and show the Script fail message.