🚀 A new era: Kirby 4 Get to know
Skip to content

Form

$form = new Form([
    'name' => [
        'rules'   => ['required'],
        'message' => ['Name is required']
    ],
]);

A helper library for working with forms, using the Post/Redirect/Get design pattern

Related plugins

Other plugins by Martin Zurowietz