My form is validating without any call to the validate extension. I'm not sure why this is happening but I like how it colors the input box borders and pops up a dialog when the submit is hit and an empty field exists.
However... I need to be able to remove this formatting because the form is re-used and I'm not sure how to do this since I'm not sure how it's being applied in the first place since I'm not using a validator object.
When I apply the validation properly by un-commenting my jquery the formatting no longer applies as desired.