Hi folks, I trying, but needed that the zend_form generates a html code like this:
<form action="/signup/submit" class="vForm" id="frmSignup" method="post"> <fieldset> <legend>Dados Pessoais</legend> <label>Nome: <input type="text" name="nome" class="input-m" value="" /></label> <label>Sobrenome: <input type="text" name="sobrenome" class="input-m" value=""/></label> <label>Email: <input type="text" name="email" class="input-g" value=""/></label> </fieldset> </form> -- View this message in context: http://www.nabble.com/Changing-Zend-Forms%27-HTML---Decorators-tp22057465p22057465.html Sent from the Zend Framework mailing list archive at Nabble.com.
