On 04/10/2007, Ruben Fonseca <rubenfonseca at di.uminho.pt> wrote:
> Hi!
>
> Is it possible to include a blank <div id="foo"></div> on my form,
> either on YAML or manually using Perl?
Simply add a Block element in the relevant place.
---
elements:
- type: Block
id: foo
It will default to a 'div' tag.