Plugin the "Help text"
mariuss - May 28, 2007 - 01:43
| Project: | zipcode (CCK) |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
When creating the postal code widget add a description field, and pull in the description values similar to the title:
'#description' => $field['widget']['description'],
In this case $field['widget']['description'] represents the "Help text" entered when the field is created.

#1
Just committed a new version with this
#2