Skip to content

Kirby 4.2.0

$fieldset->form()

Creates a form for the given fields

$fieldset->form(array $fields, array $input = [ ]): Kirby\Form\Form

Parameters

Name Type Default
$fields * array
$input array [ ]

Return type

Kirby\Form\Form

Parent class

Kirby\Cms\Fieldset