I don't have the code infront of me right now, but out of the top of
my head - it looks like that:
#view
{{=form.custom.begin}}
{{=form[0][0]}} <p>
{{=form[0][1]}} <p>
{{=form[0][2]}} <p>
{{=form[0][3]}} <p>
...
{{=form.custom.end}}
On 5 Lip, 13:51, mdipierro <[email protected]> wrote:
> Can you post an example of your custom form?
>
> On 5 Lug, 03:19, elfuego1 <[email protected]> wrote:
>
>
>
> > Hello,
>
> > I try to give my custom form sense of order. Unfortunatelly all the
> > input fields are out of order.
> > When I generate form usign {{=form}} syntax, all fields are displayed
> > nice and clean but in custom form it's all shifted, skew. Input fields
> > are glued to the label.
> > How can I align input fields so they would look like on a pro form?
>
> > Best regards.