I suggest you do

form=SQLFORM.factory(Field('hello'))

and you have form.custom.

On Mar 22, 11:31 pm, Ashwin Purohit <puro...@gmail.com> wrote:
> How do rearrange form fields like I want to in the view, if I don't have a
> SQLFORM with a form.custom, but just a regular FORM:
>
> form=FORM(INPUT(_name='hello'),
>           INPUT(_type='submit'))
>
> In the view, I want to begin and end the form manually and put the input
> fields in random places. How do I do this? Because {{=form.custom}} doesn't
> exist.
>
> Thanks.

Reply via email to