apart from the formstyle argument, you can code your own serialization and pass that to the formstyle or take a round on the book for custom forms...
http://web2py.com/books/default/chapter/29/07#Custom-forms On Thursday, February 28, 2013 10:19:28 AM UTC+1, JoergP wrote: > > thanks for your quick response. > > I want to design my form in the way that I have 3rows instead of 3cols > like the SQLFORM form. I didn't found a way to do this with SQLFORM so I > started to design my own FORM with TABLE, TR & TD. > If there is a way to output the SQLFORM in 3rows (1st row are the labels, > 2nd row are the inputs-fields, 3rd row are the error message) instead of > cols, then this would solve all my problems. > > Am Donnerstag, 28. Februar 2013 09:46:28 UTC+1 schrieb Niphlod: >> >> did you try with SQLFORM.factory ? >> >> On Wednesday, February 27, 2013 11:18:58 PM UTC+1, JoergP wrote: >>> >>> Hello, >>> >>> I try to build my own form with FORM. Is there a way to use autocomplete >>> on a manual input of the form instead of using SQLFORM. How can I use >>> widgets on normal FORM input elements? >>> >>> Best regards, >>> Joerg >>> >> -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

