diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index 1035c6e8ada..4524d977bbe 100644 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -953,7 +953,7 @@ public function controls(array $fields, array $options = []) continue; } - $out .= $this->control($name, (array)$opts); + $out .= $this->input($name, (array)$opts); } return $this->fieldset($out, $options);