Files
deb-python-pecan/docs/source/forms.rst
2012-03-13 17:34:36 -07:00

27 lines
606 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. _forms:
Generating and Validating Forms
===============================
Out of the box, Pecan provides no opinionated support for working with
form generation and validation libraries, but its easy to hook into your
library of choice with minimal effort.
This article details best practices for integrating the popular forms library,
WTForms, into your Pecan project.
Defining a Form Definition
--------------------------
TODO
Rendering a Form in a Template
------------------------------
TODO
Validating POST Values
----------------------
TODO
Further Documentation
---------------------
TODO