Introduction
This Django app provides a set of inclusion tags for various pieces of form rendering. These inclusion tags are designed to replace the default rendering methods on Form instances. The included templates are flexible enough for most common form designs, but even complex designs may benefit by simply overriding the templates.
renderform's primary template tags are {% show_form %}, {% show_field %}, {% show_label %}, {% show_errors %}, and {% show_help_text %}. See the GettingStarted page for instructions and examples.
Use Cases
- Adding a required class to the appropriate label tags
- Rendering fields in tr, p, li, div, or other tags
- Updating form markup for your whole site in one place