Hi folks, I have a Zend_Form with values in it, so far good. However, I need to add some fields that aren't editable and there appears to be nothing that I can use to do this, i.e
<form method=...> <table> <tr> <td>content<td><td><input type="text" name="wibble" value=<?=$record["field1"]?>/></td> </tr> </table> (code for button etc) </form> Any ideas how i can do this with regards to the content field? Thanks, Alex -- View this message in context: http://www.nabble.com/Adding-extra-fields-to-a-Zend_Form-tp18774058p18774058.html Sent from the Zend Framework mailing list archive at Nabble.com.
