$r.render("sourceview")

Forms

Forms are stateful, aut-rendering and fileds check on the data entered depending on their type. Furthermore, forms provide a hook to arbitrarialy validate fields. User feedback upon non-validating fields can be set on any field individually. The framework comes with predefined validators for some of the field types.

This is the old style form, and will be replaced by the Flexi Forms.

Demo form $r.render("form")