Maybe I've missed it, but please tell me if there is a programmatic way to print an element and make it disabled when rendered.
Something like this maybe?
PHP Code:
$cellular = new Zend_Form_Element_Text('cellular');
$cellular->setValue($cellular->name);
$cellular->setDisabled( true);