HTML::FormFu FAQ
Please refer to http://search.cpan.org/dist/HTML-FormFu/lib/HTML/FormFu.pm first.
How do I insert an element (image etc.) in the middle of a form?
Here is the relevant bit from a form config:
return {
auto_fieldset => 1,
auto_label => "%n",
elements => [
{
type => 'Block',
tag => 'div',
add_attrs => { class => 'current_image' },
content_xml => '
',
},
]
}
Showing changes from previous revision. Removed | Added

