$form->fill()
Sets the value for each field with a matching key in the input array
$form->fill(array $input, bool $passthrough = true): Kirby\Form\Form
Parameters
| Name | Type | Default |
|---|---|---|
| $inputrequired | array |
no default value |
| $passthrough | bool |
true
|
Return type
This method does not modify the existing $form object but returns a new object with the changes applied. Learn more →