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