Hi,
I am creating a Validation plugin using SEBLOD Developer plugin.
I have successfully done the validation needed through ajax/script.php.
My question is what is _check() used for? It seems to be the same validation as script.php, however it doesn't seem to be called ever. I noticed that the other functions onCCK_Field_ValidationPrepareStore and onCCK_Field_ValidationBeforeStore also never get called. It seems these should be called on the backend to validate the field, correct? Or am I missing something?
Any help would be greatly appreciated!
Thanks!