Closed (fixed)
Project:
Webform
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 May 2004 at 10:17 UTC
Updated:
27 Aug 2006 at 08:33 UTC
When adding elements it is sometimes desireable to add some descriptive text. The current name field length is too restrictive.
For example, I would like to add the following block to an email field however am prevented by the current field length:
Email for notification of results
(Leave blank if not required)
Comments
Comment #1
ullgren commentedCurrently I'm using the name filed as a "key" in the xml serialized way I store the submited data.
Making it longer (and including alot of brackets) would probably screw things up.
I will address this in problem in issue 7999 & 8324.
Comment #2
quicksketchWe're up to 128 characters now in 4.7. Names are no longer being used as the field name in forms, so it is safe to remove this restriction.