Hi, all
I need create next html code
<form>
<table>
<tr>
    <td>Label</td>
    <td><input type="text" name="test"></td>
</tr>
<tr>
    <td colspan=2><input type="submit"></td>
</tr>
</table>
</form>
Do I have a way to create this HTML using Zend_Form?
Thank you for answers.
Andriy
-- 
View this message in context: 
http://www.nabble.com/How-render-Zend_Form-to-html-table--tp15299082s16154p15299082.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to