/**
  * Add the next button
  */
 protected function addNextButton()
 {
     parent::addNextButton();
     if (!(isset($this->formData['survey']) && $this->formData['survey'])) {
         $this->_nextButton->setAttrib('disabled', 'disabled');
     }
 }