[web2py] Re: Generating Forms

2010-06-21 Thread Candid
form=SQLFORM(...,formstyle='divs') http://groups.google.com/group/web2py/msg/9823ffc7410fd3e4 On Jun 19, 7:18 pm, Binh wrote: > Hi, > > Is there any way to generate the auth form and general SQLForms with a > div wrapping instead of the default table wrapping without hacking the > form generator

[web2py] Re: Generating Forms

2010-06-19 Thread Binh
Awesome! Thank you all for the great replies. On Jun 19, 7:19 pm, weheh wrote: > You can try custom forms, which gives you total control over the form. > Here's a link to the > doc:http://web2py.com/book/default/section/7/7?search=custom+form > > On Jun 19, 8:05 pm, Phyo Arkar wrote: > > > use

[web2py] Re: Generating Forms

2010-06-19 Thread weheh
You can try custom forms, which gives you total control over the form. Here's a link to the doc: http://web2py.com/book/default/section/7/7?search=custom+form On Jun 19, 8:05 pm, Phyo Arkar wrote: > use HTML Form , > > Check in Web2py Book , Section SQLForms near the end. > > It is simple , const