I’m busy validating an asp submit form. Its for a competition.
I must check if user already entered, if he entered all the fields and if his email is valid. This is now 3 different if statements. Do I write a “if () then end if” statement for them all, or can I combine the 3 in one if statement? It needs to do something different each time if one of the statements is false. at the moment it only executes the top one, and if its false, doesn’t check the others?
Am I clear?