I never used WTForms on production, but everything should work out of the box apart from @validate support. But even @validate support should be pretty straightforward using a custom class to wrap the form providing a .validate() method.
I think a tgext.wtforms module can be rolled out in a bunch of hours. I won't be able to write it myself as I don't use wtforms, but If you are willing to go that way I'll gladly provide any help. On Tue, Oct 20, 2015 at 5:30 PM, lebouquetin <[email protected]> wrote: > Hi All, > > I'd like to know if anyone has already used WTForm forms within a TG2 > application ? > I did not yet tried to, was first looking for any feedback on this subject. > > > Damien > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

