Am 07.12.2012, 14:52 Uhr, schrieb Javier Garcia <tirengar...@gmail.com>:

Hi,

I have a form that i have instantiated in the controller and now i want to render it in the view without showing the labels.

Is there any way to render the fields without the label (only the input, select.. html tags)?

Hi Javi,
write in your view script:

<?= $this->form->foo->renderViewHelper('') ?>

("foo" is the name of a form element)


Kind regards,
Frank

--
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to