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.

CommentFileSizeAuthor
webform.description.patch9.81 KBmarcingy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

Status: Needs review » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.