Martin Zurowietz 3 Plugins GitHub Featured $form = new Form([ 'name' => [ 'rules' => ['required'], 'message' => ['Name is required'] ], ]); Uniform Probably the most versatile solution for handling web form submissions, validation and backend processing on your site Kirby 4 plugins $form = new Form([ 'name' => [ 'rules' => ['required'], 'message' => ['Name is required'] ], ]); Form A helper library for working with forms, using the Post/Redirect/Get design pattern Forms Templating Kirby 3 plugins Event Calendar A plugin for the Kirby CMS to easily implement an event calendar. Dates Templating Calendars