diff --git a/en/views/helpers/form.rst b/en/views/helpers/form.rst index 4b85696f5e..b11742ff05 100644 --- a/en/views/helpers/form.rst +++ b/en/views/helpers/form.rst @@ -1697,7 +1697,7 @@ specify the generated fields by including them:: echo $this->Form->inputs([ 'name', - 'email + 'email' ]); You can customize the legend text using an option::