forms/forms library

Classes

Form
Form is a base class for building your own forms. Please see the tests for examples on how they can be used.
FormError
FormError represents an error found by a form. You'll maybe want to extend this to provide your own error types, but its usable as is, too.