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.

