##Changelog
- passing parameters through field.New
- cleanup & refactoring
- submit field
- refactored form rendering
- access to form values as a map
- form level checks to evaluate multiple fields or the form as a whole
- improved errors
- cleanup & refactoring
- simple csrf protection field
- improved field validation & errors
- cleanup & refactoring
- improved testing and refactoring
- various new field basic types
- improved testing
- first draft initialized with base project structure
- Form, Field, Processor interfaces
- basic widgeting
- simple fields(text & derived text, boolean)