self::SCENARIO_DEFAULT, ], [[ 'reCaptcha' ], \himiklab\yii2\recaptcha\ReCaptchaValidator::className(), 'secret' => '6LcmYmcUAAAAACVi_73RmSAIjJlw4BCgQpfUsrPs', 'uncheckedMessage' => 'Please confirm that you are not a bot.', 'on' => self::SCENARIO_DEFAULT, ], [ [ 'name', 'email', ], 'required', 'on' => self::SCENARIO_FEEDBACK, ], [ [ 'phone', 'name', ], 'required', 'on' => self::SCENARIO_CALLBACK, ], [ ['email'], 'email', ], // [ // [ 'phone' ], // 'match', // 'pattern' => '/^\+38\(\d{3}\)\d{3}-\d{2}-\d{2}$/', // ], [ [ 'name', 'phone', 'email', ], 'string', 'max' => 255, ], [ [ 'message', ], 'string', ], [ [ 'status', ], 'boolean', ], [ 'returnUrl', 'safe', ], ]; } } ?>