Reputation: 2721
I need to add a "title" attribute in HTML to Drupal's form element. How should I do that using the form API?
Upvotes: 1
Views: 2569
Reputation: 9974
Did You tried #attributes property ?
http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html#attributes
Upvotes: 3