I have been using "jQuery Validation Engine" (https://github.com/p...lidation-Engine) for a long time now, and it is an AMAZING validation engine. It works by simply including the necessary JS files, and adding a class to the form element, such as
class="validate[required]"
This will then do the required validation. I would like to use this inside GC if possible. Any ideas?
Thanks!
Kobus