i want to decorate my form in a table something like http://www.nabble.com/How-render-Zend_Form-to-html-table--td15299082.html
except in the following format +--------+----------+-----------+ | label | label | label | +--------+----------+-----------+ |element| element | element | +--------+----------+-----------+ and maybe in abit more conplex like + ---------------- + ---------------- + ----------------- + | | static header | static header | + ---------------- + ---------------- + ----------------- + | static header | elem | elem | + ---------------- + ---------------- + ----------------- + | static header | elem | elem | + ---------------- + ---------------- + ----------------- + can i do it? -- View this message in context: http://www.nabble.com/Forms-in-Table-tp23362936p23362936.html Sent from the Zend Framework mailing list archive at Nabble.com.
