// 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

CISOLAR 2022

05-25, tr

|

Hilton Hotel Kyiv

CISOLAR is the premier solar energy conference and trade show of Central and Eastern Europe. CISOLAR has become the premier meeting point for the global and local market players to gather, get the market insignts, meeting partners and clients, do business. Make sure to catch us there!

Registration is Closed
See other events
CISOLAR 2022
CISOLAR 2022

Laikas ir vieta

2022-05-25 09:00 – 2022-05-26 13:00

Hilton Hotel Kyiv, Tarasa Shevchenko Blvd, 30, Kyiv, Ukraine, 01030

Apie renginį

Use this space for Agenda if its your own event.

Bendrinti šį renginį

bottom of page