diff --git a/en/views/helpers/form.rst b/en/views/helpers/form.rst index 30fe1b31db..4b85696f5e 100644 --- a/en/views/helpers/form.rst +++ b/en/views/helpers/form.rst @@ -1696,7 +1696,8 @@ Generates a set of inputs for the given context wrapped in a fieldset. You can specify the generated fields by including them:: echo $this->Form->inputs([ - 'name' => ['label' => 'custom label'] + 'name', + 'email ]); You can customize the legend text using an option::