--- webform_components_original.inc	2009-02-26 12:35:22.000000000 +0100
+++ webform_components.inc	2009-02-26 12:35:50.000000000 +0100
@@ -292,13 +292,12 @@ function webform_component_edit_form($fo
     '#value' => $clone,
   );
   $form['name'] = array(
-    '#type' => 'textfield',
+    '#type' => 'textarea',
     '#default_value' => $component['name'],
     '#title' => t('Label'),
     '#description' => t('This is used as a descriptive label when displaying this form element.'),
     '#required' => TRUE,
     '#weight' => -2,
-    '#maxlength' => 255,
   );
   $form['extra']['description'] = array(
     '#type' => 'textarea',
