Trying to validate a form and running into difficulty with select menus. Here is the script, the <select> fields are "status," "rank," "joined_month," and "joined_year." Basically, if the form is submitted without selecting an option in one of the boxes, variable "submit" is set to "no." What SHOULD be happening is if the user then makes a selection and submits the form again, "submit" should not equal "no" -- but it looks as though it is stuck on "no" regardless (although the warning next to the field disappears as it should).