Custom Validation for CCK Field
Posted by JuliaKM on July 6, 2009 at 6:34pm
I added a word custom count validation function to a CCK field using #element_validate and am running into problems. The correct error message shows up when someone submits the form with too many words. However, this doesn't seem to be preventing the form from submitting. Here's my code. I would really, really appreciate any help you can offer.
Read more