Posted by alejandro_vadin on November 6, 2010 at 7:59am
hi, I need some kind of help.
In my page of register, I included a profile and i need to change the maxlength of 255 to 11,I'm looking for, but i can't find the code in which this..
Somebody can help me ?.
I'll be grateful...
thank you
Comments
You need to create a custom
You need to create a custom module which includes a hook_form_alter in order to alter you field. Please check this for example : http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo... and
http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....
Need help ?
Reach me on skype : sag_13684
Share your Posts, Url, Sites
www.sociopost.com
Need Varnish, Memcache, Apc, Solr, Drush and Drupal friendly host ?
http://drupion.com
I was able to add a word
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)