Form Validation - Fields that shouldn't be validated are being validated
I'm not very good with javascript, but have tried to get the form validation plugin working. I do have it working, but it seems to validate things I'm not asking it to validate, and I'm sure it is my code, but I don't know what is wrong.
I've uploaded what I have to here:
http://colorspot.brianswebdesign.com
What happens is, if I click on a field like Zip or City, and then click somewhere else, a green asterisk appears to the left of the input. Zip and City aren't fields I want validated, so I'm not sure why this is happening. I think if you look at my code, you might see what I am trying to do. It's not very complicated, but like I said, I'm not very good with javascript.