var scr = document.currentScript; var html = "
The Name is required!
The firstname is required!
WhatsApp, Telegram... The Phone is required!
The email is required!
Please enter the solution. This is required.
Please accept the presentation.
Please accept the data protection.
"; if (scr !== undefined) { scr.insertAdjacentHTML("afterend", html); var inlineScript0 = document.createTextNode(" /** This section is only needed once per page if manually copying **/ if (typeof MauticSDKLoaded == 'undefined') { var MauticSDKLoaded = true; var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://mautic.reljuv.com/media/js/mautic-form.js?v7401cd60'; script.onload = function() { MauticSDK.onLoad(); }; head.appendChild(script); var MauticDomain = 'https://mautic.reljuv.com'; var MauticLang = { 'submittingMessage': \"Please wait...\" } }else if (typeof MauticSDK != 'undefined') { MauticSDK.onLoad(); }"); var script0 = document.createElement('script'); script0.appendChild(inlineScript0); document.getElementsByTagName('head')[0].appendChild(script0); } else { document.write(""+html); }