Hi, you can use 'setValue' method of your Zend Form Element. $myForm->myElement->setValue();
You can also use 'populate' form method to populate all your form fields with a value ( http://framework.zend.com/manual/en/zend.form.forms.html#zend.form.forms.elements.values ) $myForm->populate($data); $data array should contain a valid key/value pairs. Hope it helps. Bye Sergio _________________________________________________________________ Taglia i costi. Chiama e videochiama da Messenger http://www.messenger.it/videoconversazioni.aspx
