Since Pyramid does not have any form dependencies, I some recommendations for form handling. This covers form generation, validation, etc. I only know wtforms, but I dont mind to use some other thing more advanced.

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

Go to the pseudo-standard form validator for pyramid:

Simple Form validator and rendering library

link|improve this answer
feedback

I'm using FormAlchemy http://docs.formalchemy.org/pyramid_formalchemy/

Pyramid's author wrote Deform https://docs.pylonsproject.org/projects/deform/dev/

link|improve this answer
feedback

I'd recommend deform. Beyond supporting form generation and validation it has great documentation, a running demo app and it supports localization and ajax. I don't believe formalchemy directly support ajax.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.