Is easy use a custom form instead of {{=form}}, then you can control
where put your input fields...
{{=form.custom.begin}}
Image name: <div>{{=form.custom.widget.name}}</div>
Image file: <div>{{=form.custom.widget.file}}</div>
Click here to upload: {{=form.custom.submit}}
{{=form.custom.end}}
Reference:
http://web2py.com/books/default/chapter/29/07#Custom-forms
Christian.
El viernes, 4 de enero de 2013 04:22:51 UTC-3, software.ted escribió:
>
> How do you change the order of the form after it has been created using:
>
> form = SQLFORM(db.table)
>
> Also how do you change the font of the web2py editor???
>
> --
>
> .......................................................................................
> Teddy Lubasi Nyambe
> Opensource Zambia
> Lusaka, ZAMBIA
>
> Cell: +260 97 7760473
> website: http://www.opensource.org.zm
>
> ~/
> Human Knowledge belongs to the world! - AntiTrust
>
> Man is a tool-using animal. Without tools he is nothing, with tools he is
> all - Thomas Carlyle 1795-1881
>
> /~
>
--