Martin Zurowietz Martin Zurowietz

Uniform

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

Manual

Download and extract the folder to site/plugins/uniform

Composer

Git Submodule

$form = new Form([
    'name' => [
        'rules'   => ['required'],
        'message' => ['Name is required']
    ],
]);
Version
5.6.1
License
MIT
Stars
256
Supports
K4 K3
More