// Function to get URL parameters function getURLParameter(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } // Append UTM parameters to Brevo form document.addEventListener("DOMContentLoaded", function () { // Extract UTM parameters from the URL var utmSource = getURLParameter('utm_source'); var utmMedium = getURLParameter('utm_medium'); var utmCampaign = getURLParameter('utm_campaign'); // Locate the Brevo form iframe var brevoIframe = document.querySelector('iframe[src*="brevo"]'); if (brevoIframe) { // Get the original form URL var formSrc = brevoIframe.src; // Append UTM parameters to the URL var newSrc = formSrc + (formSrc.includes('?') ? '&' : '?') + 'utm_source=' + encodeURIComponent(utmSource) + '&utm_medium=' + encodeURIComponent(utmMedium) + '&utm_campaign=' + encodeURIComponent(utmCampaign); // Update the iframe source brevoIframe.src = newSrc; } });
top of page
O_white_200px.png

The Solar Future Netherlands

Time is TBD

|

Utrecht

We are pleased to announce our participation as a Lead Partner at this year's Solar Future Netherlands and Utrecht to discuss the new era for a maturing market. Join us and meet our local specialists in Utrecht.

Registration is Closed
See other events
The Solar Future Netherlands
The Solar Future Netherlands

Saat ve Yer

Time is TBD

Utrecht, Westkanaaldijk 7, 3542 DA Utrecht, Netherlands

Etkinlik Hakkında

We are pleased to announce our participation as a Lead Partner at this year's Solar Future Netherlands and Utrecht to discuss the new era for a maturing market. Join us and meet our local specialists in Utrecht.

Bu Etkinliği Paylaş

bottom of page