Thanks Jörn. I already do this to validate 2 required fields with different values between. I'll try...
Cheers 2007/11/28, Jörn Zaefferer <[EMAIL PROTECTED]>: > > > Web Specialist schrieb: > > Hi all > > > > I have to validate a form with required fields. Super easy with Jorn's > > Form Validation Plugin. But how to avoid user to insert number 0(zero) > > in that fields? > You can write your own validation methods: > > http://docs.jquery.com/Plugins/Validation/Validator/addMethod#namemethodmessage > > In that case you may want to use the required method and add a custom > method that checks for invalid content. > > Jörn >