Form handling for Yesod, in the same style as formlets. See the forms
chapter of the Yesod book.
This package provies a set of basic form inputs such as text, number, time,
checkbox, select, textarea, and etc. via Yesod.Form.Fields module. Also,
there is Yesod.Form.Nic module providing richtext field using Nic editor.
However, this module is grandfathered now and Nic editor is not actively
maintained since June 2012. You can find additional richtext editor fields in
yesod-form-richtext package (currently in provides
support of Summernote editor only).
Changes
1.4.16
Korean translation
1.4.15
Added Alternative instance to FormResult to simplify handling pages with multiple forms.
1.4.14
Added WForm to reduce the verbosity using monadic forms.
Added wreq and wopt correspondent functions for WForm.
1.4.13
Fixed textareaFieldwriteHtmlEscapedChar trim “\r”
1.4.12
Password field does not remember its previous value
1.4.11
Fix warnings
Fixed spelling errors and wording for Yesod.Form.Functions.convertField’s
documentation
1.4.10
Fixed identifyForm to properly return FormMissing for empty forms. #1072