Wednesday, 21 August 2013

Bootstrap Multiselect Integration with WTForms

Bootstrap Multiselect Integration with WTForms

I'm new to WTForms and was wondering how to integrate a bootstrap styled
multiselect like this one
http://davidstutz.github.io/bootstrap-multiselect/ into WTForms.
I know I can write the HTML directly to create the multiselect dropdown
form but I'd rather work with WTForm objects to keep my forms consistent.
Is there a simple way to convert the WTForms SelectMultipleField class
into a dropdown multiselect box? Or is something more sophisticated
needed?
Thanks!

No comments:

Post a Comment