Closed BigOHenry closed 7 years ago
Hello, in the Multiplier container there is no group name set in the form with: $form->addGroup('GroupName');
$form->addGroup('GroupName');
So in the template when i call this: $control->getCurrentGroup()->getOption('label'); i get error there is no group option.
$control->getCurrentGroup()->getOption('label');
Is any way to add this feature?
Thank you :)
Can you try dev-master, please? I do not know if I understood it
Yeah, thats it. Works great. Thank you :-)
Hello, in the Multiplier container there is no group name set in the form with:
$form->addGroup('GroupName');
So in the template when i call this:
$control->getCurrentGroup()->getOption('label');
i get error there is no group option.Is any way to add this feature?
Thank you :)