![]() |
CMS
Version 3.9
|
If a survey allows anonymous responses, then email message is only required if the user enters a recipient, additional recipient, or cc recipient. More...
Inherits RequiredValidator.
Public Member Functions | |
__construct ($form, $field, $title="", $message="") | |
writeClient () | |
validate () | |
Public Attributes | |
$conditionalFields = array() | |
If a survey allows anonymous responses, then email message is only required if the user enters a recipient, additional recipient, or cc recipient.
This validator is only used in the case of survey allow_anonymous_responses == true.
Definition at line 270 of file validation.inc.
RequiredQuestionnaireMessageValidator::__construct | ( | $form, | |
$field, | |||
$title = "" , |
|||
$message = "" |
|||
) |
Definition at line 274 of file validation.inc.
RequiredQuestionnaireMessageValidator::validate | ( | ) |
Definition at line 316 of file validation.inc.
RequiredQuestionnaireMessageValidator::writeClient | ( | ) |
Definition at line 290 of file validation.inc.
RequiredQuestionnaireMessageValidator::$conditionalFields = array() |
Definition at line 272 of file validation.inc.