I solved the problem by doing the check this way:
That works the way it should.PHP Code:if (isset($_POST['residence_hall']) && $_POST['residence_hall'] == '') {
I solved the problem by doing the check this way:
That works the way it should.PHP Code:if (isset($_POST['residence_hall']) && $_POST['residence_hall'] == '') {