{{if form.errors:}}
error are {{=form.errors}}
{{pass}}
{{=form.custom.begin}}
{{=form.custom.submit}}
<input name="yourfield"/> <!-- place your fields as you like //-->
{{=form.custom.end}}
On Aug 7, 11:34 am, "david.waldrop" <[email protected]> wrote:
> I am having trouble controlling the visual aspects fo a SQLFORM. More
> specifically, I want to enable a text box and a POST button on the top
> of the screen and have a lsit display below it. The list is gonna be
> quite large so I do not want the default 2" text box and the button
> below it, but rather a single line of input (that can accept any
> mnumber of characters) and the POST button right beside it
> vertically. I played around with the formstyles, but there is not
> very good examples. Any suggestion/examples would be appreciated?