Hi I've started using jquery validation on my forms. Often, I need to pre- process a field before I want to validate it. For example, if someone forgets to prefix http:// before an url, I can just do that, instead of returning error messages. Or sometimes, a field needs to be lowercased and I can just do that, too.
I've found ways to do that, but it feels like a hack. Am I missing a feature ? thanks, *-pike