I have setup a form to create a post and I have a dropdown of selected categories. I was testing the form and I did not fill out one of the required text fields. After receiving the validation messages I noticed that my category dropdown reset back to the first category listed. This is a problem since the category dropdown did not receive a validation message, many people will fill in the fields they missed and hit submit without checking the category again.
Is there a way to fix this?
Thanks,