Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion en/views/helpers/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down