From edccb761ec6f7cf9807101893be017777a6fa704 Mon Sep 17 00:00:00 2001 From: jordiSTIC Date: Fri, 2 Aug 2024 07:03:13 +0000 Subject: [PATCH] Remove recaptcha_configs in generated webForms --- modules/stic_Web_Forms/Assistant/Donation/DonationController.php | 1 - .../Assistant/EventInscription/EventInscriptionController.php | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/stic_Web_Forms/Assistant/Donation/DonationController.php b/modules/stic_Web_Forms/Assistant/Donation/DonationController.php index e03ba423aa8..2bb0d88ca1b 100644 --- a/modules/stic_Web_Forms/Assistant/Donation/DonationController.php +++ b/modules/stic_Web_Forms/Assistant/Donation/DonationController.php @@ -218,7 +218,6 @@ public function actionStepFormat() { 'email_template_id' => $this->persistentData['EMAIL_TEMPLATE_ID'], 'relation_type' => $this->persistentData['RELATION_TYPE'], 'include_recaptcha' => ($this->persistentData['include_recaptcha'] ? 1 : 0), - 'recaptcha_configs' => ($this->persistentData['recaptcha_configs']), 'recaptcha_configKeys' => ($this->persistentData['recaptcha_configKeys']), 'recaptcha_selected' => ($this->persistentData['recaptcha_selected']), )); diff --git a/modules/stic_Web_Forms/Assistant/EventInscription/EventInscriptionController.php b/modules/stic_Web_Forms/Assistant/EventInscription/EventInscriptionController.php index 26fb46d7388..6fb3b7c7b49 100644 --- a/modules/stic_Web_Forms/Assistant/EventInscription/EventInscriptionController.php +++ b/modules/stic_Web_Forms/Assistant/EventInscription/EventInscriptionController.php @@ -340,7 +340,6 @@ public function actionStepFormat() { 'account_name_optional' => ($this->persistentData['account_name_optional'] ? 1 : 0), 'email_template_id' => $this->persistentData['EMAIL_TEMPLATE_ID'], 'include_recaptcha' => ($this->persistentData['include_recaptcha'] ? 1 : 0), - 'recaptcha_configs' => ($this->persistentData['recaptcha_configs']), 'recaptcha_configKeys' => ($this->persistentData['recaptcha_configKeys']), 'recaptcha_selected' => ($this->persistentData['recaptcha_selected']), ));