[html-formfu] Render just a single element?

Benjamin Martin benmartin at venda.com
Thu Jul 12 10:41:45 GMT 2012


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



More information about the HTML-FormFu mailing list