diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index 334b5613..1c8d962e 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -32,7 +32,7 @@ class Forms private $flextype; /** - * Sizes + * Form controls sizes * * @var array * @access private @@ -87,12 +87,19 @@ class Forms $form .= $this->_csrfHiddenField(); $form .= $this->_actionHiddenField(); + // Go through all sections if (count($fieldset['sections']) > 0) { $form .= '