view package:reform

create a Form from some view. This is typically used to turn markup like <br> into a Form.
A view represents a visual representation of a form. It is composed of a function which takes a list of all errors and then produces a new view
Just evaluate the form to a view. This usually maps to a GET request in the browser.
Change the view of a form using a simple function This is useful for wrapping a form inside of a <fieldset> or other markup element.