606 B
606 B
Generating and Validating Forms
Out of the box, Pecan provides no opinionated support for working with form generation and validation libraries, but it’s 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