brendan-bitlance/php-form-builder

v1.12.0 2017-04-16 09:03 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:31:09 UTC


README

Forms are annoying.

You have to 1) code them, 2) populate them, 3) validate them, 4) make them look pretty.

Overview

  1. Make form building fun again by providing an OO package and helper class with a concise structure.

  2. Throw $_POST (or whatever) at it and make it stick to the correct elements.

  3. Set validation rules and alert users to their foolish mistakes.

  4. Bootstrap. Nuff said.

Demo

Run index.php in a browser to see and interact with a dummy form.