Contactez-nous

7 RUE CENTRALE
69360 ST SYMPHORIEN D'OZON
Téléphone : 04 78 02 19 70 - Mail : getas@isbashoes.com

 

 

Vos coordonnées :

Contact

require(['jquery'], function ($) { $('#form-validate-1039599492').on('submit', function() { var captcha_response = grecaptcha.getResponse(); if(captcha_response.length == 0) { // Captcha is not Passed $('#form-validate-1039599492 #html_element_form-validate-1039599492_field_913840231').html('
Ce champ est obligatoire.
'); $('#form-validate-1039599492 div.mage-error-custom').attr('style','display:block !important; color:#e02b27; font-size:1.2rem; margin-top:7px;'); return false; }else{ // Captcha is Passed $('#form-validate-1039599492 #html_element_form-validate-1039599492_field_913840231').html(''); return true; } }); });