Ben bir form öğesi var:
$Form=new Zend_Form;
$Form->setAction($this->view->url(array('controller'=>'auth','action'=>'create'),null,true))
->setMethod('post')
->setAttrib('id','auth-form')
->removeAttrib('enctype');
Görülebileceği gibi, I, varsayılan EncType kaldırmak için removeAttrib yöntemi. Ben formu yankı Ama, ben yine de olsun:
<form id="auth-form" enctype="application/x-www-form-urlencoded" action="/auth/resetpassword2" method="post">