RGE Certified Network

Find the ideal expert for your project.

Look no further. We will put you in touch with the best R'BULL-approved installers in your area. Fast, free and eligible for government grants and EECs.

Free quote within 48 hours
RGE-certified tradespeople
Grant support

What would you like to insulate?

What is the surface area to be insulated?

When would you like the work to be carried out?

Where can we reach you?

This information allows us to find the tradesperson closest to you.

Your data is secure and will only be shared with our network of certified tradespeople.

{progress} %`; } nextBtns.forEach (btn =>{ btn.addEventListener('click', () => { if (currentStep { btn.addEventListener('click', () => { if (currentStep > 0) { currentStep--; updateWizard(); } }); }); // 2. ⭐️ MULTILINGUAL DETECTION FOR REDIRECTION AND EMAIL ⭐️ // We retrieve the active language on the PrestaShop page (e.g. "fr", "en", "es") const currentLang =document.documentElement.lang ?document.documentElement.lang.substring (0, 2).toLowerCase() : 'fr'; const redirectInput =document.getElementById ('redirectUrl'); const autoResponseInput =document.getElementById ('autoResponseMsg'); if (redirectInput && autoResponseInput){ // Si la langue est l'ANGLAIS if (currentLang === 'en') { // ⚠️ Remplacer par la vraie URL de votre page anglaise générée par PrestaShop redirectInput.value = "https://ceilingo-isolation.com/gb/content/12-demande-envoyee"; autoResponseInput.value = "Hello! We have received your request to find a certified installer. The Ceilingo team is reviewing your project and will contact you shortly to connect you with our best partner in your area. Speak to you soon!"; } // If the language is SPANISH else if (currentLang === 'es'){ // ⚠️ Remplacer par la vraie URL de votre page espagnole générée par PrestaShop redirectInput.value = "https://ceilingo-isolation.com/gb/content/12-demande-envoyee"; autoResponseInput.value = "¡Hola! Hemos recibido su solicitud para encontrar un instalador certificado. El equipo de Ceilingo está analizando su proyecto y se pondrá en contacto con usted muy pronto para orientarle hacia nuestro mejor instalador asociado en su zona. ¡Hasta pronto!"; } // Note: if it is French, the script does nothing and keeps the default HTML values! } });