Hi,

How to remove <dt><dd> for hidden element type from rendered form (Zend_Form)?

thanks


<form enctype="application/x-www-form-urlencoded"
action="anggota/save" method="post"><dl class="zend_form">
<dt></dt>
<dd>
<input type="hidden" name="id" value="2" id="id" /></dd>
<dt></dt>
<dd>
<input type="hidden" name="keluarga_id" value="3" id="keluarga_id" /></dd>
<dt><label for="nomor">Nomor</label></dt>

<dd>
<input type="text" name="nomor" id="nomor" value="1" /></dd>
<dt><label for="nama_anggota">Nama_anggota</label></dt>
<dd>

Reply via email to