$OpenBSD: patch-webform_components_inc,v 1.2 2008/10/25 14:27:42 espie Exp $
--- webform_components.inc.orig	Sat Oct 25 15:48:56 2008
+++ webform_components.inc	Sat Oct 25 15:49:13 2008
@@ -284,7 +284,7 @@ function webform_component_edit_form(&$node, $componen
     '#default_value' => $component['name'],
     '#title' => t("Label"),
     '#description' => t('This is used as a descriptive label when displaying this form element.'),
-    '#required' => TRUE,
+    '#required' => FALSE,
     '#weight' => -2,
     '#maxlength' => 255,
   );
