/** * Pushes Contact Form 7 submission data to the Piwik PRO data layer. * Fires on the native `wpcf7mailsent` event, which CF7 dispatches only * after a form has been validated and successfully sent (no AJAX * race condition, since CF7 submits without a page reload). * * Replaces the previously auto-generated `stg.formSubmit` event. */ document.addEventListener('wpcf7mailsent', (event) => { const form = event.target; const inputs = event.detail?.inputs ?? []; // Build a simple { fieldName: value } lookup from CF7's inputs array. const fields = inputs.reduce((acc, { name, value }) => { acc[name] = value; return acc; }, {}); window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'form_submitted_successfully', 'formId': event.detail?.contactFormId ?? null, 'your-case-bu': fields['your-case-bu'] ?? null, 'your-interest': fields['your-interest'] ?? null, 'elementId': form?.id ?? '', 'elementClasses': form?.className ?? '', 'elementUrl': window.location.href, 'elementName': form?.getAttribute('name') ?? null, }); });

Certificazioni

Culligan è un’azienda con sistema di qualità certificato secondo ISO 9001:2015, ISO 13485-2016 per dispositivi medici, ISO 45001:2018 per la salute e sicurezza sul lavoro e ISO 14001:2015 per il sistema di gestione ambientale dell’organizzazione.

ISO 9001:2015

Certificato ISO 9001:2015 (IT-EN)

-
Certificazioni Medical Device

Certificato per gli Impianti MEDICAL DEVICE ISO 13485:2016 (ITALIANO)

-

Certificato per gli Impianti MEDICAL DEVICE ISO 13485:2016 (ENGLISH)

-
ISO 45001:2018 per la Salute e Sicurezza sul Lavoro

Certificato ISO 45001:2018 (IT-EN)

-
ISO 14001:2015 per il Sistema di Gestione Ambientale dell’Organizzazione

ISO 14001:2015 (IT-EN)

-
Certificazione RePro

Certificazione rilasciata da Achilles RePro n. 331818

-