public function addSubFormActions(Zend_Form_SubForm $subForm)
 {
     $subForm->setAction('/devotees/process')->setMethod('post');
     return $this;
 }
 public function addSubFormAction(Zend_Form_SubForm $subForm)
 {
     $subForm->setAction('/register/process/')->setMethod('post');
     return $this;
 }