<form title="Checkboxes" header="head.tmpl" footer="foot.tmpl" post-event="done">
    <page name="Food">
        <title>Food</title>
        <field id="test" type="text" validation="test">
            <label>Would you like fries with that?</label>
        </field>
        <field id="test2" type="text">
            <label>Would you like fries with that?</label>
        </field>
    </page>
    <page name="Clothes">
        <field id="test3" type="text" validation="test">
            <label>Would you like fries with that?</label>
        </field>
        <field id="test4" type="text">
            <label>Would you like fries with that?</label>
        </field>
    </page>
</form>
