hi;
I wonder if it is possible to limit a profile fields (text area) to 200 words? with which module because j'au seen that the module maxlength that body for fields (CCK) but for the profile fields do exist?

Thanks

Comments

plato1123’s picture

I was able to add a word count limiter to a field generated by the profile module. You just need jquery update (jquery 1.4.2+) and for the textarea to have an ID. Note this also works on html input tags.

http://jsfiddle.net/4yUqL/555/

(type in the box and when you get to 100 words it will initiate a pop up)