I didn't notice your view script is for the Form itself and not for the form element.
In your view script try calling:
<?php echo $this->getElement('ORDER_NUMBER')->render();?>
render() takes an optional object that implement Zend_View_Interface as a
parameter.
--
View this message in context:
http://www.nabble.com/Zend-Form-ViewScript-Not-Working-tp19980420p19981494.html
Sent from the Zend Framework mailing list archive at Nabble.com.
