From: soufiane Date: Wed, 28 Aug 2024 08:19:11 +0000 (+0200) Subject: wait #7041 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fe8fe3ff9a2bb5527c79196ed80840dc103e85be;p=ccv-wordpress.git wait #7041 @0:10 --- diff --git a/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js b/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js index b3d0747..784f142 100644 --- a/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js +++ b/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js @@ -95,7 +95,6 @@ function createRequestHandler (formEl) { // Should we hide form? if (response.hide_form) { formEl.querySelector('.cube-form-content').style.display = 'none' - formEl.querySelector('.cube-form-message').style.display = 'none' } // Should we redirect? diff --git a/wp-content/themes/CCV/resources/views/partials/content-form.blade.php b/wp-content/themes/CCV/resources/views/partials/content-form.blade.php index f94ae98..1cb0ed2 100644 --- a/wp-content/themes/CCV/resources/views/partials/content-form.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/content-form.blade.php @@ -309,7 +309,7 @@