Skip to content

Kirby 5.2.3

$form->reset()

Resets the value of each field

$form->reset(): Kirby\Form\Form

Return type

Kirby\Form\Form

This method does not modify the existing $form object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Form\Form