On Fri, Aug 1, 2008 at 2:26 PM, SexyAlexy <[EMAIL PROTECTED]> wrote:
>
>
> Florian Sonnenburg wrote:
>>
>>
>>     $form->addElement('text', 'someText', array('label' => 'My Text',
>> 'readonly' => 'readonly'));
>>
>> to create a readonly text field.
>>
>
> Yes, that would work, but I really don't want to show an input box at all.
> Any other ideas?

<table>
<tr>
<td>content<td><td><input type="hidden" name="wibble"
value=<?=$record["field1"]?>/><?php echo $record["field1"]; ?></td>
</tr>
</table>

>
> Regards,
> Alex
>
>
> --
> View this message in context: 
> http://www.nabble.com/Adding-extra-fields-to-a-Zend_Form-tp18774058p18774243.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>

Reply via email to