Form abstraction used to create forms not tied to ORM backed models, or to other permanent datastores. Ideal for implementing forms on top of API services, or contact forms.
Protects against form tampering. It ensures that:
Contains the schema information for Form instances.