Hi
Using:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$form->setMask("<label for='%name%'>%title% %seperator%</label> \n %field% %help% \n %error%\n\n", true);
// datefield
$form -> useTable(false);
$form -> borderStart("Browser");
....
$form -> borderStop();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This seems to add an empty table at before the </fieldset> tag.
Do I need to modify the config file to remove all table markup manually?