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

Uniform

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

Probably the most versatile solution for handling web form submissions, validation and backend processing on your site

Related plugins

Other plugins by Martin Zurowietz