Kirby Uniform Documentation

A versatile and powerful Kirby 2 plugin to handle web form actions.

See the Kirby with Uniform blog post for a step by step tutorial on using Uniform.

Questions? See the answers in the docs, post an issue if you think it is a bug or create a topic in the forum if you need help (be sure to use the uniform tag or mention @mzur).

Builtin actions:

  • email: Send the form data by email.
  • email-select: Choose from multiple recipients to send the form data by email.
  • log: Log the form data to a file.
  • login: Log in to the Kirby frontend.
  • webhook: Send the form data as a HTTP request to a webhook.

Installation

  1. Copy or link the uniform directory to site/plugins/ or use the Kirby CLI kirby plugin:install mzur/kirby-uniform.

  2. Add the content of uniform.css to your CSS.

If you have a single language site you can choose the language Uniform should use in site/config/config.php (default is en):

c::set('uniform.language', 'de');

For a quick-start jump directly to the basic example.