/**
  * Return whether the field has an error or not.
  *
  * @param $fieldName
  * @return bool
  */
 public function hasFormError($fieldName)
 {
     return $this->form->hasError($fieldName);
 }