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

Solar Exhibition and Conference

Wed, Apr 06

|

Rimini Expo Centre

Solar Exhibition & Conference by KEY ENERGY will be held from 06 to 08 April at the Rimini Expo Centre. Its three days will be dedicated to the solar energy industry and its supply chains, with an exhibition area, conferences, meetings and debates. Come visit us at our Booth!

Registration is Closed
See other events
Solar Exhibition and Conference
Solar Exhibition and Conference

Time & Location

Apr 06, 2022, 7:00 AM – Apr 08, 2022, 7:00 AM

Rimini Expo Centre, Province of Rimini, Italy

About the event

Use this space for Agenda if its your own event.

Share this event

bottom of page