Web Specialist schrieb:
You can write your own validation methods: http://docs.jquery.com/Plugins/Validation/Validator/addMethod#namemethodmessageHi allI 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?
In that case you may want to use the required method and add a custom method that checks for invalid content.
Jörn