Hi, is it possible (when using new form macros – without any addons) to render an input in a container? Something like {input container[email]} or {input $name[$name]}.
{input container[email]}
{input $name[$name]}
It renders to $form[$name[$name]]->getControl() which doesn't work.
$form[$name[$name]]->getControl()
Try {input container-email}.
{input container-email}
It works, thanks.