Posted by marcingy on April 2, 2008 at 12:34am
Jump to:
| Project: | Webform |
| Version: | 5.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | marcingy |
| Status: | closed (fixed) |
Issue Summary
Currently description is limited to 512 characters. If webforms is being used to respesent an online application format the help text required for a given field often breaks this limit.
Given the increase in limit it makes sense for the intormation to be provided in a textarea. Once we have larger fields the content contained with in often needs to be formated. This introduces a new function which wraps the existing filter function and then converts markup using the check markup function.
| Attachment | Size |
|---|---|
| webform.description.patch | 9.81 KB |
Comments
#1
Sounds good to me. I changed the function names to _webform_filter_values() and _webform_filter_descriptions() because it's something I've been meaning to do anyway.
Committed to 5.x-2.x and 6.x-2.x.
#2
Automatically closed -- issue fixed for two weeks with no activity.