Hello.
I am writing an web app in pyramid. I have used both pylons and pyramid before.
I am currently in the process of decinding which form generation library to use.
I canot decide between
deform and
simpleform.
It has been decided to use Twitter Bootstrap and i have found
deform_bootsrap.
Since i am more inclinde to use jinja2, i have found
deform_jinja2 which supports bootstrap.
But while reading the
docs, I am yet to discover how to customize form.
In some forms I will need tabs, accordion and such widgets.
Will I have to
create new widget for those cases?
Any suggestions or links to docs?
With
pyramid_simpleform i have full control of the form, so it's a pro.
Another pro is I have used
FormEncode and
webhelpers before.
But I will have to code most of the forms by hand to use bootstrap so that's a con.
Any suggestions or links to docs?
Thank you,
Luka