/**
  * Get the respondent mailfields and add them
  */
 protected function loadMailFields()
 {
     parent::loadMailFields();
     $this->addMailFields($this->getRespondentMailFields());
 }