On Sunday, September 2, 2012 4:50:32 PM UTC-4, Pystar wrote: > > Even when you do SQLFORM(..., formstyle='bootstrap') , the auto > generated forms still come out looking very terrible.
If that's the case, then we should fix formstyle='bootstrap' -- the whole purpose of it is to give us nice Bootstrap style forms. Can you suggest changes? Note, the only alternative is not using form.custom. Instead, you can now do formstyle=[callable] where the callable takes the form object and the fields and returns whatever customized form DOM you want to return. Anthony --