On 12/07/12 06:08, Octavian Rasnita wrote:
> Is it possible to render the form elements one by one
hello,
something like this might work:
[% form.start %]
<h2> [% form.element({ name => 'box1' }) %] </h2>
<p> here is some text </p>
<h3> [% form.element({ name => 'box2' }) %] </h3>
[% form.end %]
hope it does :)
-ben