How can i set a custom inline error messages to form in a node (include cck and all the stuff) ?
I saw several modules, but none of them give a 100% solution, because there is no CCK-support, upload-support, error messages etc.
How can i set a custom inline error messages to form in a node (include cck and all the stuff) ?
I saw several modules, but none of them give a 100% solution, because there is no CCK-support, upload-support, error messages etc.
I'm guessing you are looking to do custom validation on a CCK field?
In that case you can add your function by creating a module and implementing hook_form_alter() and creating your own validation function.
I adapted the code above from this post: http://fleetthought.com/adding-additional-cck-validation-function-field-using-hookformalter