A text element of a form can be made read only therefore user cannot touch the value



$this->addElement('text','current_date',array(
'attribs' => array('readonly' => 'true')));


that will do it.

0 comments



Some Links (off programming)