Running alongside the 2025 events (FESPA Global Print Expo, European Sign Expo and Personalisation Experience), from 6 – 9 May, at the Messe Berlin, Germany, each event will provide an insight into it
...
(function() {
// capture URL
function captureFormURL() {
var urlField = document.getElementById('00NQw00000572Jz');
if (urlField) {
// Capture the full URL including any UTM parameters
urlField.value = window.location.href;
}
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', captureFormURL);
} else {
captureFormURL();
}
})();