{form} macro and containers

Notice: This thread is very old.
mkoubik
Member | 728
+
0
-

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]}.

It renders to $form[$name[$name]]->getControl() which doesn't work.

Jan Tvrdík
Nette guru | 2595
+
0
-

Try {input container-email}.

mkoubik
Member | 728
+
0
-

It works, thanks.