Hi, When using subform there is a bug in the element tag dd. Exemple:
$form ...
foreach(..)
{
$subForm ..
$subForm->addElement('test', 'name' ...)
$form->addSubForm($subForm);
}
Now if you render the form and try to validate the HTML you get some
error because of some element that have the same id.
Thanks -- Mathieu Suen
