Hi.
I was able to use the custom validation hook to write up a validation for a VIN field on my form. Works awesome, was able to include checks for caps, string length, certain characters - amazing.
Problem is, when the function is in there, it disables validation on the other form fields... so as long as my custom validation is active, required fields don't show errors.
When I remove it, my VIN field doesn't get checked (of course) but validations return for everything else.
Does this mean that if I use custom validation, I have to define new checks for each field in my form?