First time javascript user here, I hope this isn't an incredibly stupid question. I am trying to validate a form using javascript and have managed to get it to work when checking for blank fields and invalid email addresses, but I cannot for the life of me figure out how to validate a pull down menu. My menu displays with Select Age followed by the options, but I want to ensure that the user actually does select their age. I have included my javascript and the menu section from my form in case that matters. I've been googling and trying snippets but none of them seem to work. Any help would be greatly appreciated :)
( the codeCollapse )