Lautsprecher Stative

CHF 25.00
CHF 20.00

Lautsprecher Stative

HK Audio Doppelgabel 780mm

CHF 10.00

Lautsprecher Stative

Stativ Multifunktion

CHF 10.00

Lautsprecher Stative

Gravity Stativverlängerung 50cm

CHF 5.00

Lautsprecher Stative

Distanzstange mit Kurbel

CHF 4.30
document.addEventListener('wpcf7mailsent', function(event) { const emailInput = document.querySelector('input[name="email-521"]'); const phoneInput = document.querySelector('input[name="tel-532"]'); const email = emailInput?.value?.trim(); let phone = phoneInput?.value?.trim(); console.log('Raw email:', email); console.log('Raw phone:', phone); if (phone && phone.startsWith('0')) { phone = '+41' + phone.substring(1).replace(/\D/g, ''); } else { phone = '+' + phone?.replace(/\D/g, ''); } console.log('Formatted phone:', phone); if (email && phone) { window.dataLayer = window.dataLayer || []; const pushData = { 'event': 'lead_submission', 'enhanced_conversion_data': { 'email': email, 'phone_number': phone } }; console.log('Pushing to dataLayer:', pushData); dataLayer.push(pushData); } else { console.warn('Email or phone missing, dataLayer push skipped.'); } }, false);