Closed (fixed)
Project:
Webform
Version:
6.x-3.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2011 at 13:58 UTC
Updated:
13 Mar 2011 at 20:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchActually the default value is not "cut-off", it's just not allowed to be entered. The field itself will stop accepting characters after 256 characters, so had you been typing the options it would have been much more clear that it was no longer accepting more defaults. When you copy/paste the list of defaults however, characters that don't fit just aren't included in the field.
We actually already increased the limit once from 128 characters (the normal Drupal system default) to 256 characters already, but I agree that a larger default could be helpful. The database itself is capable of storing very large defaults (32,000 or more), the limit in place is mostly to prevent accidental long values.
I've increased the maxlength 4 times to a limit of 1024. In the future you might be able to reduce the need for long default values by using shorter keys in your list of options.
Comment #2
narayanis commentedIs there a better way to go about what I'm trying to accomplish? I don't even want the users to be presented with the list of emails if I can have it sent to the entire list automatically (one at a time, of course).