simple-form: Forms that configure themselves based on type

[ library, web ] [ Propose Tags ]

Inspired by the RubyGem of the same name, this package allows you to easily build validating forms that infer defaults based on type.

Most users will want to both render Html and parse input, and so should use the SimpleForm.Digestive.Combined and SimpleForm.Combined modules.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.5.0
Dependencies base (>=4 && <5), blaze-html, digestive-functors, email-validate, network, old-locale, text, time, transformers [details]
License LicenseRef-OtherLicense
Copyright © 2013 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Web
Home page https://github.com/singpolyma/simple-form
Bug tracker https://github.com/singpolyma/simple-form/issues
Source repo head: git clone git://github.com/singpolyma/simple-form.git
Uploaded by StephenWeber at 2013-10-13T23:15:44Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5263 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for simple-form-0.4

[back to package description]
Inspired by the RubyGem of the same name, this package allows you to
easily build validating forms that infer defaults based on type.

Most users will want to both render 'Html' and parse input, and so
should use the SimpleForm.Digestive.Combined and SimpleForm.Combined
modules.