
Element.prototype.remove = function() {
    try{
         this.parentElement.removeChild(this);
     }catch(e){ }
}

NodeList.prototype.remove = HTMLCollection.prototype.remove = function() {
    for(var i = 0, len = this.length; i < len; i++) {
        if(this[i] && this[i].parentElement) {
            this[i].parentElement.removeChild(this[i]);
        }
    }
}

function setEvent(htmlElem, event, func) {
        if (htmlElem.attachEvent) {
            htmlElem["e" + event + func] = func;
            htmlElem[event + func] = function () { htmlElem["e" + event + func](window.event); };
            htmlElem.attachEvent("on" + event, htmlElem[event + func]);
        }else {
            htmlElem.addEventListener(event, func, false);
        }
}

function applyIframeProps(setIFrameProps, elem) {
    return function() {
        setIFrameProps.apply(elem, arguments);
    };
}

var isFormSubmitted = 0;
var iframeID="2976000000144021";

function setIFrameProps(){
    this.interval = setTimeout(function(){
        var iframeElem = document.getElementById(iframeID);
        var height = 0;
        var iFrameHeight = 0;
         try{
            var scrollHeight;
            var offsetHeight;
            if (iframeElem.contentWindow.document.height){
                height = iframeElem.contentWindow.document.height;
                if (iframeElem.contentWindow.document.body.scrollHeight){
                    height = scrollHeight = iframeElem.contentWindow.document.body.scrollHeight;
                }
                if (iframeElem.contentWindow.document.body.offsetHeight){
                    height = offsetHeight = iframeElem.contentWindow.document.body.offsetHeight;
                }
            } else if (iframeElem.contentWindow.document.body){
                if (iframeElem.contentWindow.document.body.scrollHeight){
                    height = scrollHeight = iframeElem.contentWindow.document.body.scrollHeight;
                }
                var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
                if (isChrome) {
                    height = scrollHeight = iframeElem.contentWindow.document.height;
                }
                if (iframeElem.contentWindow.document.body.offsetHeight){
                    height = offsetHeight = iframeElem.contentWindow.document.body.offsetHeight;
                }
                if (scrollHeight && offsetHeight){
                    height = Math.max(scrollHeight, offsetHeight);
                }
            }            
        }catch(e){ }
        iFrameHeight = height;
        if(height === undefined){
            iframeElem.style.height = iFrameHeight;
            if(!iframeElem.style.minHeight){
                iframeElem.style.minHeight = "300px";
            }
        }else {
            var existingHeight = 0;
            if(isFormSubmitted!==1){
                try{
                    if (iframeElem.contentWindow.window.innerHeight) {
                        existingHeight = iframeElem.contentWindow.window.innerHeight - 18;
                    }else if ((iframeElem.contentWindow.document.documentElement) && (iframeElem.contentWindow.document.documentElement.clientHeight)) {
                        existingHeight = iframeElem.contentWindow.document.documentElement.clientHeight;
                    }else if ((iframeElem.contentWindow.document.body) && (iframeElem.contentWindow.document.body.clientHeight)) {
                        existingHeight = iframeElem.contentWindow.document.body.clientHeight;
                    }            
                }catch(e){}
            }
            if (Math.abs(height - existingHeight) > 15){
                iframeElem.style.height = (height)+"px";
                iFrameHeight = (height)+"px";
            }
        }
        var iframeEl = document.createElement("iframe");
        iframeEl.setAttribute("frameborder","0");
        iframeEl.setAttribute("src","https://forms.zohopublic.eu/c3/form/NewsletterSubscriptionForm/formperma/36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA");
        iframeEl.setAttribute("scrolling","no");    
        iframeEl.setAttribute("style","width:100%;height:"+iFrameHeight+"");
        iframeEl.setAttribute("allowtransparency","true");
        iframeEl.setAttribute("id","zforms_iframe_id");
iframeEl.setAttribute("onload"," try { zfutm_zfLead.zfutm_jsEmbedSprt(this.id); }catch(err){} try {JSEmbedSupport(this.id); } catch(err){}");
var scriptElem = document.getElementById("ZFScript");
        scriptElem.parentNode.insertBefore(iframeEl,scriptElem); 
        document.getElementById(iframeID).remove();
    },100);
}

function createIframe(){
   var iframeCode = "<"+"iframe onload=\"window.parent.scrollTo(0,0);\" src=\"\" allowtransparency=\"true\" frameborder=\"0\" name=\""+iframeID+"\" id=\""+iframeID+"\" style=\"width:100%; border:none; visibility:hidden; \" scrolling=\"no\"></iframe>";
   document.write(iframeCode);
   var iframeElem = document.getElementById(iframeID);
   var iframeDoc = iframeElem.contentDocument ? iframeElem.contentDocument : (iframeElem.contentWindow.document || iframeElem.document);
   var isIEBrowser = !!window.ActiveXObject;
   if(isIEBrowser){
       try{
           iframeDoc.open();
           iframeDoc.write("");
       }catch(err){
           var hostName = window.location.hostname;
           var dotCount=0;
           var prefixStr="";
           for(var i=0; i< hostName.length;i++){
                var currChar = hostName.charAt(i);
                if(currChar === "."){
                    dotCount++;
                }else if(dotCount === 0){
                    prefixStr+=currChar;
                }
           }
           if(dotCount===2){
               hostName = hostName.replace(prefixStr+".","");
           }
           iframeElem.src= "javascript:void((function(){document.open();document.domain=\'"+ hostName+"\';document.close();})())";
       }
   }
   setEvent(iframeElem, 'load', applyIframeProps(setIFrameProps,this));
   if(window.chrome!==undefined){
       iframeElem.onload = function(){
            try{
                var contentDoc = this.contentWindow.document;
                if(contentDoc!==undefined){
                    var form = contentDoc.getElementById(""+this.iframeID);
                    setEvent(form, "submit", function(){
                        isFormSubmitted=1;
                    });
                }
            }catch(e){}
       }
   }
   iframeDoc.open();
   iframeDoc.write("<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\"> <html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\"><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/><!-- To allow zoom in mobile browser, maximum-scale to 3 & user-scalable to 1 have been set in form live page and thank you page. --><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=1\"\/><meta name=\"MobileOptimized\" content=\"width\"><meta name=\"HandheldFriendly\" content=\"true\"><meta http-equiv=\"cleartype\" content=\"on\"><meta property=\"og:title\" content=\"Newsletter&#x20;Subscription&#x20;Form\" \/><meta property=\"og:type\" content=\"website\" \/><meta property=\"og:url\" content=\"https:\/\/forms.zoho.eu\/c3\/form\/NewsletterSubscriptionForm\/formperma\/jsembed\/36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA\" \/><meta property=\"og:description\" content=\"Fill out this form.\" \/><head><link href=\"https:\/\/static.zohocdn.com\/forms\/images\/favicon.37058de8107866f7201992cc9d942c64.ico\" rel=\"shortcut icon\"><title>Newsletter&#x20;Subscription&#x20;Form<\/title><link rel=\"stylesheet\" href=\"https:\/\/static.zohocdn.com\/forms\/css\/formsthirdparty.30f1d9e47460a32724d65e15e4894579.css\"><link rel=\"stylesheet\" href=\"https:\/\/static.zohocdn.com\/forms\/css\/formslive.06e0085773ee3446d74081a8d84396dd.css\"><\/head><link href=\"https:\/\/static.zohocdn.com\/forms\/css\/themes\/custom.0e4f3819b20aa78313a11aecbaa595a3.css\" rel=\"stylesheet\" type=\"text\/css\"  \/><style id=\"CUSTOM_STYLE_TAG\">.templateWrapper {background-color: transparent; background-image: none}.backgroundBg {background-color: #F5F5F5;background-image: none}.tempHeadContBdr .frmTitle{font-family: Open Sans;font-size: 24px;color: #3C3C3C;font-style: normal;font-weight: 400}.tempHeadContBdr .frmDesc{font-family: Open Sans;font-size: 14px;color: #525252;font-style: normal;font-weight: 400}.tempFrmWrapper .labelName{font-family: Open Sans;font-size: 13px;color: #444444;font-style: normal;font-weight: 700}.instruction, .phone .tempContDiv span label, .date .tempContDiv span label, .time .tempContDiv span label, .currency .tempContDiv span label, .address .tempContDiv span label, .geolocation .tempContDiv span label, .name .tempContDiv span label, .slider .sliderValue em{font-family: Open Sans;font-size: 11px;color: #888888;font-style: normal;font-weight: 400}.slider .sliderValue{color: #888888;}.currency .tempContDiv .symbol{font-family: Open Sans;color: #888888;font-style: normal;font-weight: 400}.section h2{font-family: Open Sans;font-size: 22px;color: #000000;font-style: normal;font-weight: 500}.section p{font-family: Open Sans;font-size: 12px;color: #847F7F;font-style: normal;font-weight: 400}.sideBySide .tempContDiv span label, .oneColumns .tempContDiv span label, .twoColumns .tempContDiv span label, .threeColumns .tempContDiv span label, .sideBySide .tempContDiv .addedImgWrapper b, .oneColumns .tempContDiv .addedImgWrapper b, .twoColumns .tempContDiv .addedImgWrapper b, .threeColumns .tempContDiv .addedImgWrapper b {font-family: Open Sans;font-size: 13px;color: #444444;font-style: normal;font-weight: 400}.matrix_choice .tempContDiv thead th {font-family: Open Sans;font-size: 13px;color: #444444;font-style: normal;font-weight: 400}.matrix_choice .tempContDiv tbody tr th {font-family: Open Sans;font-size: 13px;color: #444444;font-style: normal;font-weight: 400}.submitColor{font-family: Open Sans;font-size: 13px;color: #FFFFFF;font-style: normal;font-weight: 400}.saveColor{font-family: Open Sans;font-size: 13px;color: #FFFFFF;font-style: normal;font-weight: 400}.formPageHeader h2, .pTitle td {font-family: Open Sans;font-size: 15px;color: #444444;font-style: normal;font-weight: 400}.next_previous{font-family: Open Sans;font-size: 13px;color: #222222;font-style: normal;font-weight: 400}@font-face {   font-family:\"Open Sans\";   font-weight:400;   font-style:normal;   src:url(\"https:\/\/webfonts.zohowebstatic.com\/opensans\/font.woff\") format(\"woff\");}.templateWrapper {box-shadow: 0px 0px 3px #E1E1E1}.templateWrapper {border: 1px solid #D6D6D6}.tempHeadContBdr {border-bottom: 0px none #EAEAEA}.tempHeadBdr {border-bottom: 1px solid #EAEAEA}.section h2 {border-bottom: 1px solid #D7D7D7}.footerWrapper {border-top: 0px none #444444}.submitColor {border: 0px none #1988D6}.submitWrapper {border: 1px solid #1988D6}.saveColor {border: 0px none #1988D6}.saveBtn {border: 1px solid #1988D6}.formPageHeader {border-bottom: 1px solid #D7D7D7}.next_previous {border: 0px none #BDC3C7}.navWrapper {border: 1px solid #BDC3C7} .tempContDiv input[type=\"text\"], .tempContDiv .pdfTextArea, .form_sBox ,  .mSelect select ,  .tempContDiv input[type=\"file\"], .signContainer canvas, .signContainer .signArea, .signImg ,  .tempContDiv textarea {border-radius :  0px !important; border-width : 1px !important; border-style : solid !important; } .tempContDiv input[type=\"text\"]:focus, .tempContDiv .pdfTextArea:focus, .form_sBox:focus,  .mSelect select:focus,  .tempContDiv input[type=\"file\"]:focus, .signContainer canvas:focus, .signContainer .signArea:focus, .signImg:focus,  .tempContDiv textarea:focus { -moz-box-shadow : 0px 0px 6px  rgba(121, 187, 238, 0.5)  !important;  -webkit-box-shadow : 0px 0px 6px  rgba(121, 187, 238, 0.5)  !important;  box-shadow : 0px 0px 6px  rgba(121, 187, 238, 0.5)  !important; border-radius :  0px !important; border-width : 1px !important; border-style : solid !important; }.customThemeDummyClass{ margin-left : 0px; margin-right : 0px; color : #e5e5e5;  }.tempHeadContBdr {text-align: left}.alignSubmit {float: center}.formPageHeader {text-align: left}.alignSubmit { display : inline-block }.pageFotDef .prevAlign {float: left }  .pageFotDef .alignNext{float : right}.tempHeadContBdr {background-image: none;background-color: #FFFFFF}.subContWrap {background-image: none;background-color: #FFFFFF}.fmFooter {background-image: none;background-color: #FFFFFF}.submitColor {background-image: none;background-color: #1988D6}.saveColor {background-image: none;background-color: #1988D6}.formPageHeader {background-image: none;background-color: #FFFFFF}.next_previous {background-image: none;background-color: #BDC3C7}.backgroundBg{ opacity : 1.0;}.pBarWrapper .selected .pBar, .pBarWrapper .selected em.pNumber b {background-color: #1abc9c}.pBarWrapper .currentPTab em.pNumber { border-color : #1abc9c}.bar .currentPTab .pArrow { border-color : #1abc9c transparent}.pBarWrapper .unselected em.pNumber b, .pBarWrapper .unselected .pBar {background-color: #BDC3C7}.pBarWrapper .selected em.pNumber b{ color: #FFFFFF}.pBarWrapper .unselected em.pNumber b{ color: #818181}.footerPgNum{ color: #444444}.templateWidth {width: 800px}<\/style><link href=\"https:\/\/static.zohocdn.com\/forms\/css\/themes\/media.a7d11c1c4d44c6a99de0a703992dd731.css\" rel=\"stylesheet\" type=\"text\/css\"\/><link href=\"https:\/\/static.zohocdn.com\/forms\/css\/themes\/media\/customMedia.bdbbc9b6f964ee4f4c1d1debd83b0068.css\" rel=\"stylesheet\" type=\"text\/css\"\/><script>var i18n = {\"noentry\":\"No entry\", \"nofields\":\"No fields are available\", \"asterisksymbol\":\"*\", \"entervalue\":\"Enter\x20a\x20value\x20for\x20this\x20field.\",\"entervaluenumber\":\"Enter\x20a\x20number\x20for\x20this\x20field.\",\"entervaluecaptcha\":\"Enter\x20a\x20value\x20for\x20this\x20field.\",\"entervaluerecaptcha\":\"Confirm\x20you\x27re\x20not\x20a\x20robot.\",\"recaptchaerror\":\"reCAPTCHA\x20validation\x20failed.\",\"entervalidmail\":\"Enter\x20a\x20valid\x20email\x20address.\x20\x28eg\x3A\x20yourname\x40domain.com\x29\",\"entervalidnumber\":\"Enter\x20a\x20numeric\x20value.\x20\",\"invaliddecimal\":\"Enter\x20a\x20valid\x20decimal\x20number.\x20\",\"invalidcurrency\":\"Enter\x20a\x20numeric\x20value.\x20\x28currency\x29\",\"invalidurl\":\"Enter\x20a\x20valid\x20website.\x20\x28eg\x3A\x20www.domain.com\x29\",\"invalidphone\":\"Enter\x20a\x20valid\x20phone\x20number.\x20\x28Allowed\x20characters\x3A\x20\x2D,\x20\x2B,\x20\x28\x29,\x20and\x20space\x29\",\"invalidcountrycode\":\"Enter\x20a\x20valid\x20country\x20code.\",\"selectchoice\":\"Select\x20a\x20choice.\",\"chooseoption\":\"Choose\x20your\x20option\x28s\x29.\",\"selectdate\":\"Choose\x20a\x20date.\",\"selectcountrycode\":\"Select\x20a\x20country\x20code.\",\"selectrating\":\"Specify\x20your\x20rating\x20here.\",\"selecttime\":\"Choose\x20a\x20time.\x20\",\"checkfield\":\"Select\x20this\x20option.\",\"choosefile\":\"Upload\x20a\x20file\x20here.\x20\",\"contactadmin\":\"Please\x20contact\x20your\x20form\x20administrator\x20for\x20further\x20assistance.\",\"incompletesignature\":\"Add\x20your\x20signature\x20here.\",\"matrixchoicemandatory\":\"Choose\x20at\x20least\x20one\x20answer\x20for\x20each\x20question.\",\"uploadsize\":\"File\x20size\x20should\x20be\x20less\x20than\x20\x7B0\x7D.\",\"chooseval\":\"Choose\x20a\x20rating\x20on\x20this\x20scale.\",\"select\":\"\x2DSelect\x2D\",\"wrongverificationcode\":\"That\x20CAPTCHA\x20was\x20incorrect.\x20\",\"incompleteinputtime\":\"Enter\x20time\x20in\x20\x28HH\x3AMM\x20AM\x2FPM\x29\x20format.\",\"fileupload\":\"There\x20was\x20an\x20error\x20while\x20uploading\x20file.\x20Please\x20try\x20again.\",\"formclosed\":\"The\x20form\x20you\x20are\x20trying\x20to\x20access\x20is\x20closed.\",\"donationhintmsg\":\"Min.\x20amount\x20is\",\"paymentdecimallen\":\"You\x20are\x20only\x20allowed\x20to\x20enter\x20\x7B0\x7D\x20digits.\",\"entervalidamount\":\"Enter\x20a\x20valid\x20amount.\",\"moredecimalplaces\":\"You\x20are\x20only\x20allowed\x20to\x20enter\x20upto\x20\x7B0\x7D\x20decimals.\", \"maxchoicelimit\":\"You\x20can\x20only\x20choose\x20upto\x20\x7B0\x7D\x20choice\x28s\x29.\", \"minchoicelimit\":\"You\x20must\x20choose\x20at\x20least\x20\x7B0\x7D\x20choice\x28s\x29.\", \"allowedimg\":\"Only\x20the\x20following\x20file\x20types\x20are\x20supported\x3A\x20\x7B0\x7D\",\"alloweddomain\":\"Only\x20the\x20following\x20email\x20domains\x20are\x20allowed\x3A\x20\x7B0\x7D\", \"restricteddomain\":\"The\x20following\x20domains\x20have\x20been\x20restricted\x3A\x20\x7B0\x7D\",\"checktcfield\":\"You\x20must\x20accept\x20the\x20terms\x20and\x20conditions.\x20\",\"chooseimg\":\"Choose\x20an\x20image\x20of\x20your\x20choice.\",\"subformentriesminlimit\":\"Please\x20enter\x20at\x20least\x20\x7B0\x7D\x20entries.\",\"subformentriesminlimit1\":\"Please\x20enter\x20at\x20least\x201\x20entry.\",\"subformentriesmaxlimit\":\"Only\x20\x7B0\x7D\x20entries\x20are\x20allowed\x20in\x20this\x20section.\",\"subformentriesmaxlimit1\":\"Only\x201\x20entry\x20is\x20allowed\x20in\x20this\x20section.\",\"formPaymentError\":\"Data added successfully! For some reason the Payment hasn't gone through. Please contact admin to resolve the problem.\", \"invalidentriesfound\":\"Invalid entries found.\", \"correctentries\":\"Please check your entries and try again.\", \"erroroccurred\":\"Error Occurred!\", \"unabletoconnecttosheetserver\":\"Unable to connect to Zoho Sheet server.\", \"internalserver\":\"Error occurred. Please write to us at support@zohoforms.com\", \"paymenttransaction\":\"Transaction\x20failed\", \"errorinformsubmission\":\"Error occurred while submitting Form.\", \"somethingwentwrong\":\"Something went wrong while submitting the form\", \"checkfieldconfiguration\":\"Please check the field configurations and try again.\", \"zohocrmmintwochars\":\"Please enter minimum of 2 characters.\", \"zohocrmnoentries\":\"No matches found.\", \"encrypterroradmin\" : \"This form contains encrypted fields. Please upgrade to access this form.\", \"oopserrmsg\" : \"Oops! Something went wrong here\", \"formdataencryptionprocessing\":\"No action can be performed on this form, as field encryption is in progress.\",\"razorpayminamount\":\"Minimun amount is 1 INR.\", \"filescountexceed\":\"You\x20can\x20only\x20upload\x20\x7B0\x7D\x20files.\",\"filescountminlimiterror\":\"Upload\x20at\x20least\x20\x7B0\x7D\x20files.\",\"fileuploadext\":\"The following file types are supported: {0}\", \"fileuploadmaxsize\":\"Max size allowed:\",\"uploadsize\":\"File size should be less than {0}.\",\"single_fu_instruction\":\"Choose File\",\"multiple_fu_instruction\":\"Choose File(s)\",\"drag_file_instruction\":\"Drag & Drop (or)\",\"paymentnotprocessed\":\"Your\x20payment\x20could\x20not\x20be\x20processed.\", \"paymentbrwsrcompatibility\":\"You\x20are\x20using\x20an\x20unsupported\x20browser.\", \"maxcharlimit\":\"You\x20can\x20only\x20enter\x20\x7B0\x7D\x20characters.\", \"mincharlimit\":\"Enter\x20at\x20least\x20\x7B0\x7D\x20characters.\", \"maxwordlimit\":\"You\x20can\x20only\x20enter\x20\x7B0\x7D\x20words.\", \"minwordlimit\":\"Enter\x20at\x20least\x20\x7B0\x7D\x20words.\x20\", \"maxdatelimit\":\"Choose\x20a\x20date\x20on\x20or\x20before\x20\x7B0\x7D.\", \"mindatelimit\":\"Choose\x20a\x20date\x20on\x20or\x20after\x20\x7B0\x7D.\", \"disabledayslimit\":\"You\x20are\x20not\x20allowed\x20to\x20pick\x20this\x20\x7B0\x7D.\", \"mindigitslimit\":\"You\x20must\x20enter\x20at\x20least\x20\x7B0\x7D\x20digits.\", \"maxdigitslimit\":\"Maximum\x20limit\x3A\x20\x7B0\x7D\x20digits.\", \"mindatetimelimit\":\"Choose\x20a\x20date\x2Dtime\x20from\x20\x7B0\x7D.\", \"maxdatetimelimit\":\"You\x20can\x20choose\x20a\x20date\x2Dtime\x20till\x20\x7B0\x7D.\", \"invaliddate\":\"Enter\x20a\x20valid\x20date.\", \"invaliddatetime\":\"Enter\x20a\x20valid\x20date\x20and\x20time.\", \"minvalerror\" : \"You\x20must\x20enter\x20a\x20value\x20greater\x20than\x20\x7B0\x7D.\", \"maxvalerror\" : \"You\x20must\x20enter\x20a\x20value\x20less\x20than\x20\x7B0\x7D.\", \"minonecharlimit\" : \"Enter\x20at\x20least\x201\x20character.\", \"minonewordlimit\" : \"Enter\x20at\x20least\x201\x20word.\", \"maxonecharlimit\" : \"You\x20can\x20enter\x20only\x201\x20character.\", \"maxonewordlimit\" : \"You\x20can\x20enter\x20only\x201\x20word.\", \"paymentretry\":\"Do\x20you\x20still\x20wish\x20to\x20retry\x3F\", \"multilinewords\":\"words\", \"multilinechars\":\"characters\", \"emailsdonotmatch\": \"Emails\x20do\x20not\x20match\",\"uploadservererror\":\"An error occurred while uploading the file to the server.\", \"saveandresume_email_success\":\"Link\x20emailed\x20successfully\x21\", \"saveandresume_email_sent\":\"Link\x20already\x20emailed\x20to\", \"saveandresume_email_error\":\"An error occurred. Please try again after sometime.\",\"phonenosdonotmatch\":\"Phone\x20numbers\x20do\x20not\x20match.\",\"subformcarderrgeneral\":\"An\x20error\x20occurred.\x20Please\x20check\x20your\x20entry.\",\"phoneformatnumeronlyerror\":\"Enter\x20only\x20numbers.\",\"matrixtextinputlimit\":\"Value\x20must\x20be\x20between\x20\x7B0\x7D\x20\x2D\x20\x7B1\x7D\x20characters.\",\"matrixchoicetextboxmandatory\":\"Enter\x20at\x20least\x20one\x20answer\x20for\x20each\x20question.\" };<\/script><script type=\"text\/javascript\" src=\"https:\/\/static.zohocdn.com\/forms\/js\/formstplivejs.592aa65c9f477e2acbffa2a30f28629a.js\"><\/script><input type=\"hidden\" name=\"antispam-url\" value=\"https:\/\/as.zoho.eu\/cf\/checkurl.cf?URL=\" id=\"antispam-url-id\" \/><script>var CustomDateLocale = {\"en-GB\" : { \/\/English(UK) closeText: \"Done\", prevText: \"Prev\", nextText: \"Next\", currentText: \"Today\", monthNames: [ \"January\",\"February\",\"March\",\"April\",\"May\",\"June\", \"July\",\"August\",\"September\",\"October\",\"November\",\"December\" ], monthNamesShort: [ \"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\" ], dayNames: [ \"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\" ], dayNamesShort: [ \"Sun\", \"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\" ], dayNamesMin: [ \"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\" ], weekHeader: \"Wk\", showMonthAfterYear: false,AM : \"AM\", PM : \"PM\", yearSuffix: \"\"}};<\/script><script>var uploadServerEndpoint = \"https:\/\/files.zohopublic.eu\";var uploadServerServicekey = \"forms\";ZFLive.isOldUploadType = false;ZFLive.portalName = \"c3\";ZFLive.formLinkName = \"NewsletterSubscriptionForm\";ZFLive.isClientPortalPrivateForm = false;ZFLive.clientPortalID = \"\"; if(ZFLive.isClientPortalPrivateForm){ZFLive.clientPortalID = \"null\";  }<\/script><body><div class=\"backgroundBg\"><\/div><div class=\"backgroundSecBg\"><div elname=\"frmTemplate\" class=\"templateWidth\"><div class=\"topContainer\"><\/div><div class=\"centerContainer \"><div id=\"formDiv\"><div id=\"logo-wallpaper\" class=\"fLogowall\" style=\"display:none\"><img id=\"logo-wallpaper-img\" src=\"\"\/><\/div><div id=\"fileuploadtemplate\" style=\"display:none\" ><\/div><form name=\"test\" id=\"test\"><input type=\"hidden\" name=\"formName\" value=\"NewsletterSubscriptionForm\" id=\"formName\"\/><!-- Form Perma will be sent only for PermaUrls --><input type=\"hidden\" name=\"formPerma\" value=\"36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA\" id=\"formPerma\"\/><input type=\"hidden\" name=\"referrerName\" id=\"referrerName\" value=\"null\"\/><input type=\"hidden\" name=\"isPaymentForm\" value=\"false\" id=\"isPaymentForm\"\/><input type=\"hidden\" name=\"formType\" value=\"0\" id=\"formType\"\/><input type=\"hidden\" id=\"zf_date_format\"  dateLocale=\"en-GB\" name=\"date_format\" value=\"dd-MMM-yyyy\" id=\"formType\"\/><input type=\"hidden\" name=\"isDocsPublicForm\" value=\"false\" id=\"isDocsPublicForm\"\/><input type=\"hidden\" name=\"formrid\" value=\"\" id=\"formrid\"\/><input type=\"hidden\" name=\"resizeform\" value=\"0\" id=\"resizeform\"\/><div id=\"zf_utmTrack\" style=\"display: none;\"><\/div><div class=\"templateWrapper\" id=\"formRedirectURL\"><ul class=\"tempHeadBdr formRelative\"><li class=\"tempHeadContBdr fLogoLt\"><span id=\"logo-formheader\" class=\"formLogo\"><img id=\"logo-formheader-img\" src=\"https:\/\/forms.zohopublic.eu\/c3\/downloadlogoperma?filepath=\/c3\/zf-customthemes-zf\/1551781178230_NL_Banner.png\" \/><\/span> <h2 class=\"frmTitle\"><em>Newsletter Subscription Form<\/em><\/h2><p class=\"frmDesc\"><\/p><div class=\"clearBoth\"><\/div><\/li><\/ul><!-- 'FieldElement' class is imported in order to get the key for display name of the component of 'Address' field.'FormField' class is used to get field type of Zoho CRM field.--><div id=\"formBodyDiv\" class=\"formRelative subContWrap topAlign\"><!-- <button elname=\"openPopUpSubForm\" onclick=\"openPopUp();event.preventDefault()\"> Open subform pop up <\/button> --><!-- formFieldWrapper class is used to differantiate form fields and subform fields in themes. Direct children (li) are considered as form fields. Dont change the order of class used. --><ul elname=\"formBodyULName\" class=\"ulNoStyle formFieldWrapper\" page_no=\"1\" needpagedata=\"true\"  > <!-- i) Private form, ii) Perma, iii) Shared form, iv) Theme preview, v) Current Theme --><!-- \"isVisible\"=\"false\": This 'Admin Only' field must not be shown to user. --><!-- \"isVisible\"=\"true\": Case 1: This is not an 'Admin Only' field. Case 2: This 'Admin Only' field must be shown to user. --><!-- Theme Preview, Current Theme - Admin Only fields will be shown. Formula won't be calculated. Field Rules won't be executed. -->				<!-- formMetaData.key=Field link name --><!-- Zoho CRM field : \"FIELD_LIST\" key won't be present. --><li class=\"tempFrmWrapper decesion \"  elname=\"livefield-elem\" comptype=\"18\" needdata=\"true\" id=\"DecisionBox-li\" compname=\"DecisionBox\" linkname=\"DecisionBox\" isvisible=true    mandatory=\"false\" page_no=\"1\" page_link_name=\"Page\"> <div class=\"tempContDiv\"><input onmousedown=\"event.preventDefault();\" type=\"checkbox\" id=\"DecisionBox\" name=\"DecisionBox\" \/><label class=\"labelName\"  for=\"DecisionBox\"><span>I would like to register for the SECURITYMADEIN.LU newsletter<\/span> <\/label><p class=\"errorMessage\" elname=\"error\" id=\"error-DecisionBox\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper decesion \"  elname=\"livefield-elem\" comptype=\"18\" needdata=\"true\" id=\"DecisionBox1-li\" compname=\"DecisionBox1\" linkname=\"DecisionBox1\" isvisible=true    mandatory=\"false\" page_no=\"1\" page_link_name=\"Page\"> <div class=\"tempContDiv\"><input onmousedown=\"event.preventDefault();\" type=\"checkbox\" id=\"DecisionBox1\" name=\"DecisionBox1\" \/><label class=\"labelName\"  for=\"DecisionBox1\"><span>I would like to receive information about cybersecurity activities &#x28;Cybersecurity Breakfast, trainings, conferences...&#x29;<\/span> <\/label><p class=\"errorMessage\" elname=\"error\" id=\"error-DecisionBox1\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>      <li class=\"tempFrmWrapper name namemedium\"  elname=\"livefield-elem\" comptype=\"7\" needdata=\"true\" id=\"Name-li\" compname=\"Name\" linkname=\"Name\" isvisible=true    mandatory=\"true\" page_no=\"1\" page_link_name=\"Page\"> <label class=\"labelName\"><span>Name<\/span> <em class=\"important\">*<\/em><\/label><div class=\"tempContDiv twoType\"  ><div class=\"nameWrapper\"  >				  <span>  <input  onfocusout=\"ZFLive.validateFieldConstraint(this);\" autocomplete=\"off\" type=\"text\" maxlength=\"255\" elname=\"First\" name=\"Name\" complink=\"Name_First\" value=\"\" mandatory=\"true\"   		   \/><label class=\"formSubInfoText\">First<\/label> <\/span>  <span>  <input  onfocusout=\"ZFLive.validateFieldConstraint(this);\" autocomplete=\"off\" type=\"text\" maxlength=\"255\" elname=\"Last\" name=\"Name\" complink=\"Name_Last\" value=\"\" mandatory=\"true\"   		   \/><label class=\"formSubInfoText\">Last<\/label> <\/span><div class=\"clearBoth\"><\/div><\/div><p class=\"errorMessage\" elname=\"error\" id=\"error-Name\"><\/p><\/div><div class=\"clearBoth\"><\/div><\/li>  <li class=\"tempFrmWrapper email small\"  elname=\"livefield-elem\" comptype=\"9\" id=\"Email-li\" needdata=\"true\" compname=\"Email\" linkname=\"Email\" isvisible=true    mandatory=\"true\" page_no=\"1\" page_link_name=\"Page\" domain_option=\"0\"   need_reconf=\"false\">  <label class=\"labelName\"><span>Email<\/span> <em class=\"important\">*<\/em><\/label><div class=\"tempContDiv\"><span elname=\"livefield-email-elem\"><input onfocusout=\"ZFLive.validateFieldConstraint(this);\" autocomplete=\"off\" type=\"text\" maxlength=\"255\" name=\"Email\" value=\"\"  \/><p class=\"errorMessage\" elname=\"error\" id=\"error-Email\"><\/p> <\/span><\/div><div class=\"clearBoth\"><\/div><\/li>  <\/ul><\/div><ul elname=\"footer\" class=\"footerWrapper formRelative\" page_no=\"1\" page_count=\"1\" page_link_name=\"Page\"  ><li style=\"overflow:visible; position: relative;\" class= \"btnAllign fmFooter\" id=\"formAccess\" elname=\"0\"><div class=\"pageFotDef\">  <div class=\"alignSubmit\"><div class=\"formRelative inlineBlock submitBtnCont\"><button class=\"fmSmtButton submitColor submitWrapper\" elname=\"submit\" value=\"submit\"><em>Submit<\/em><\/button><\/div><\/div><\/div><div class=\"clearBoth\"><\/div><\/li><\/ul><!-- Uncomment the following Code to enable automation location based value filling for GeoLocation Fields --><!-- Set the mapquestURL from zohoforms.properties --><!--   --><!--Div to show error for unconfirmed users --><div id=\"errorDiv\" style=\"display:none\" class=\"errorMsgWrapper\"><div class=\"flLeft errorIcon\"><\/div><div class=\"errorMsgCont\"><h2>Error Occurred!<\/h2><span id=\"errorMsgSpan\">You haven&apos;t verified your email yet, click<a href=\"javascript:;\" onclick=\"ZFUtil.resendMail('0');\"> here <\/a> to receive a verification email.<\/span><\/div><div class=\"clearBoth\"><\/div><\/div><\/div><!-- 'formRedirectURL' ends --><div id=\"popupdiv\" class=\"dim-div2\" style=\"display:none;\"><div id=\"imageChoiceDiv-cont\" class=\"popUpOuter imageTypeZoom\" ><div class=\"popUpInnerWrapper\"><div class=\"popupHeader removeBdr\"><a class=\"flRight ppDeleteIcon\" onclick=\"ZFLive.hideZoomedImage();\" href=\"javascript:;\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont\"><img src=\"\"><\/div><\/div><\/div><\/div><\/form><\/div><!-- 'formDiv' ends --><\/div><!-- 'centerContainer' ends --><div class=\"btmContainer\"><\/div><\/div><!-- 'templateWidth' ends --><div class=\"clearBoth\"><\/div><\/div><!-- 'backgroundSecBg' ends --><div id=\"paymentDummyDiv\" style=\"display:none;\"><\/div><!--<div id=\"successDiv\" class=\"zf-loading blackLoad\" style=\"position: absolute; top: 112px; left: 568.5px;display:none;\" elname=\"edit-form-msg\"><span>IAMEncoder.encodeHTML(successMessage)<\/span><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\"><\/div><div id=\"waitDiv\" class=\"zf-loading blackLoad\" style=\"position: absolute; top: 112px; left: 568.5px;display:none;\" elname=\"edit-form-msg\"><span>IAMEncoder.encodeHTML(successMessage)<\/span><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\"><\/div>--> <!-- DIV TO SHOW ERROR MESSAGE WHEN THE FORM SUBMISSION LEVEL REACHED --> <div class=\"dim-div\" style=\"display:none;\" id=\"settingsErr-div\"><div class=\"popUpOuter\" style=\"width: 370px; position: absolute; top: 131px; left: 489.5px;\" id=\"settingsErr-div-cont\"><div class=\"popUpInner\"><div class=\"popupHeader removeBdr\"><a href=\"javascript:;\" onclick=\"closeErrorPopup();\" class=\"flRight ppDeleteIcon\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont\"><div class=\"popUpFields\"><label id=\"popHeader\"><\/label><div id=\"msgBody\"><\/div><\/div><\/div><div class=\"popupTemFot\" style=\"text-align: center\"><a href=\"javascript:;\" onclick=\"closeErrorPopup();\" class=\"btnCurve lightGray\">OK<\/a><\/div><\/div><\/div><\/div><div class=\"dim-div\" style=\"display:none;\" id=\"restrictionPopup\"><div class=\"popUpOuter\" style=\"width: 370px; position: absolute; top: 131px; left: 489.5px;\" id=\"restrictionPopup-cont\"><div class=\"popUpInner\"><div class=\"popupHeader removeBdr\"><a href=\"javascript:;\" onclick=\"hideRestrictionPopup();\" class=\"flRight ppDeleteIcon\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont\"><div class=\"popUpFields\"><label id=\"popHeader\"><\/label><div elname=\"message\"><\/div><\/div><\/div><div class=\"popupTemFot\" style=\"text-align: center\"><a href=\"javascript:;\" onclick=\"hideRestrictionPopup();\" class=\"btnCurve lightGray\">OK<\/a><\/div><\/div><\/div><\/div><div class=\"dim-div1 screenFreeze\" id=\"screenFreezeDiv\" style=\"display:none;\"><\/div><div class=\"dim-div\" style=\"display:none;\" id=\"paymentsErr-div\"><div class=\"popUpOuter\" style=\"width: 450px; position: absolute; top: 131px; left: 489.5px;\" id=\"paymentsErr-div-cont\"><div class=\"popUpInner paymentFailed_Wrap\"><div class=\"popupHeader removeBdr\"><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont\"><div class=\"popUpFields\"><div class=\"failedHead\"><span class=\"warnInfoIcon flLeft\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/warning-info.7918136a266a5080f84a72e1884992fe.png\"><\/span><label class=\"flLeft\" id=\"popHeader\"> <\/label><div class=\"clearBoth\"><\/div><\/div><div id=\"msgBody\"><\/div><\/div><\/div><div class=\"popupTemFot btnAlign_rht\"><a href=\"javascript:;\" onclick=\"retryPaymentErrPopup();\" class=\"btnCurve blue\">Retry<\/a><a href=\"javascript:;\" onclick=\"cancelPaymentError();\" class=\"btnCurve lightGray\">Cancel<\/a><\/div><\/div><\/div><\/div><div style=\"display:none;\" class=\"dim-div\" id=\"errmsg-div\"><div class=\"popUpOuter\" id=\"errmsgdivCont\" style=\"width:500px;\"><div class=\"popUpInner\"><div class=\"popupHeader removeBdr\"><a class=\"flRight ppDeleteIcon\" onclick=\"closeErrMsgPopUp()\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont messageCont\"><p elname=\"errorMsg\">That CAPTCHA was incorrect. <\/p><\/div><\/div><\/div><\/div><div style=\"display:none;\" class=\"dim-div\" id=\"infomsg-popup-div\"><div class=\"popUpOuter sfLimtEntryWrap\" id=\"infomsg-popup-cont\"><div class=\"popUpInner\"><div class=\"popupHeader removeBdr\"><a class=\"flRight ppDeleteIcon\" onclick=\"closeInfoPopUp()\"><\/a><div class=\"clearBoth\"><\/div><\/div><div class=\"popupMainCont messageCont\"><p elname=\"infoMsg\"><\/p><\/div><\/div><\/div><\/div><div style=\"display:none;\" class=\"dim-div\" id=\"form-deactive-div\"><div class=\"deactivatedMsg\" id=\"formdeactivedivCont\"><div class=\"popUpInner\"><div class=\"errMsg\"><span>Your form has been deactivated.<\/span> <span>Contact support@zohoforms.com for further information.<\/span><\/div><\/div><\/div><\/div><div id=\"pleaseWait_Div\" style=\"display: none;\" class=\"dim-div1\"><div id=\"pleaseWait_DivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\" \/><span>Submitting...<\/span><\/div><\/div><\/div><\/div><div id=\"reviewLoad_Div\" style=\"display: none;\" class=\"dim-div1\"><div id=\"reviewLoad_DivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\" \/><span>Please Wait...<\/span><\/div><\/div><\/div><\/div><div id=\"savingDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"savingDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\" \/><span>Saving...<\/span><\/div><\/div><\/div><\/div><div id=\"paymentRedirectDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"paymentRedirectDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\" \/><span>Redirecting to Merchant Website..<\/span><\/div><\/div><\/div><\/div><div id=\"paymentProcessingDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"paymentProcessingDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\" \/><span>Verifying Credit Card Details...<\/span><\/div><\/div><\/div><\/div><div id=\"merchantActionDiv\" style=\"display: none;\" class=\"dim-div1\"><div id=\"merchantActionDivCont\" class=\"popUpOuter loaderWrapper\"><div class=\"popUpInner\"><div class=\"loaderCont\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/loader.79de1b954774690fff0e7345d82faa25.gif\" \/><span>Please wait...<\/span><\/div><\/div><\/div><\/div><div id=\"paypalCkoutActionDiv\" style=\"display: none;\" class=\"dim-div pScroll\" ><div id=\"paypalCkoutActionDivCont\" class=\"popUpOuterSave saveandReswrap pymntPopUp\"><div class=\"popUpInner\"><div class=\"popupMainCont\"><div id=\"paypalck-button-container\"><\/div><\/div><\/div><\/div><\/div><!--Email verification info div --> <div id=\"infoMsgDiv\" class=\"loadingCont loadSuccess\" style=\"display:none;\"><em class=\"smallTickIcon\"><\/em><span id=\"info-msg\">Verification mail sent.<\/span><\/div><div id=\"savePopUpDiv\" style=\"display:none;\"><div class=\"dim-div darkDim\" ><\/div><div class=\"popUpOuterSave saveandReswrap\" id=\"savePopUpDivCont\"><div class=\"popUpInner\"><div class=\"popupHeader\"><a href=\"javascript:;\" onclick=\"ZFLive.closePopUp('savePopUpDiv'); event.stopPropagation();\" class=\"flRight ppDeleteIcon\"><\/a><\/div><div class=\"popupMainCont\"><h2> Link to resume this form later&#x3a;<\/h2><div elname=\"emailtoDiv\"><p class=\"headTxtsave\">Email Link to<\/p><div class=\"saveEmailDiv1\" elname=\"emailSavedLink\" style=\"display:none;\"><input type=\"text\" elname=\"emailID\" class=\"emailLinksave flLeft\"><button class=\"fmSmtButton emailsaveBtn flRight\" elname=\"sendEmailBtn\"><em elname=\"loadingImgElem\" style=\"display:none;\" class=\"btnLoad flLeft\"><\/em><em>Send<\/em><\/button><div class=\"clearBoth\"><\/div><p class=\"errorMessage rangeError\" elname=\"errorMsg\" style=\"display: none;\">Please enter a valid email address to configure Zoho Sign settings.<\/p><\/div><div class=\"saveSuccesDiv\" elname=\"succesDiv\" style=\"display:none;\"><img src=\"https:\/\/static.zohocdn.com\/forms\/images\/check-mark-outline.8aab5fa655475cfbbfd7ee7133bf8e2e.png\"><span><em elname=\"successDivMsg\"><\/em>&nbsp;<em elname=\"emailMsg\"class=\"textBold\"><\/em><\/span><\/div><\/div><div class=\"posReldiv\"><span class=\"headTxtsave flLeft\">Copy Link<\/span> <span elname=\"copyClip\" style=\"display:none;\" class=\"saveCpyBoard\">Copied to clipboard.<\/span> <textarea onclick=\"selectTxtAreaContAndCopy(this);\" readonly> <\/textarea><\/div><\/div><\/div><\/div><\/div><div id=\"splash_message_div\" style=\"display: none;\" class=\"dim-div1 splashMsgWrapper\"><div id=\"splash_message_div_cont\" class=\"splashMsgOuterCont\" ><span id=\"splash_msg_text\" class=\"splashMsgCont\"> <\/span><\/div><\/div><div class=\"ruleDropDown\" elname=\"crm-entry-listing-div\"><!-- This div is hidden in CSS. Dropdown needs to be dynamically placed hence moved here from zohocrm.jsp--><ul elname=\"entry-ul-clone\" style=\"display:none;\"><li entry_id=\"\" elname=\"entry-li-clone\" onclick=\"ZFCrmLive.zfCrmLive.selectCrmEntry(this)\" onmouseover=\"ZFUtil.removeOtherLiHovers(this)\"><\/li><\/ul><ul elname=\"entry-ul\"><\/ul><p class=\"ruleNoActionFields\" elname=\"err-entry\"><\/p><\/div><div id=\"subFormPopUp\" class=\"dim-div-sf pScroll\" style=\"display:none\"><div id=\"subFormPopUpCont\" class=\"popUpOuter\"><div><div id=\"sFPopUpCloseLink\" class=\"sfPopCloseIcn\"><span class=\"flRight ppDeleteIcon\"><\/span><\/div><div class=\"templateWrapper ani2\"><ul elname=\"sfPopUpHeader\" class=\"tempHeadBdr formRelative\"><li class=\"tempHeadContBdr\"><h2 class=\"frmTitle\"><em><\/em><\/h2> <p class=\"frmDesc\"><\/p><div class=\"clearBoth\"><\/div><\/li><\/ul><div id=\"sFPopUpElem\" class=\"formRelative popupMainCont subContWrap topAlign\"><\/div><ul elname=\"footer\" class=\"footerWrapper formRelative\"><li style=\"overflow:visible; position: relative;\" class=\"btnAllign fmFooter\"><div class=\"pageFotDef\"><div class=\"alignSubmit\"><div class=\"formRelative inlineBlock submitBtnCont\"><button class=\"fmSmtButton submitColor submitWrapper\" elname=\"submit\" value=\"submit\" onclick=\"addThisSFEntryFromPopUp();\"><em>Done<\/em><\/button><\/div><\/div><\/div><div class=\"clearBoth\"><\/div><\/li><\/ul><\/div><\/div><\/div><\/div><script>var spacerGifLiveUrl = \"https:\/\/static.zohocdn.com\/forms\/images\/spacer.325472601571f31e1bf00674c368d335.gif\";$(document).ready(function(){var userAgent = \"Java\x2F1.8.0_252\";if(userAgent.indexOf(\"Mobile\")!=-1){if(window.top.location != window.self.location){$(\"#deviceCont\").hide();}ZFLive.isReqFromMobile = true;}\/*Old forms have backgroundsecbg with padding:30px in custom.css . Now changed padding to templateWidth class.Old Users have form width of 800px will change to 740px because of 30px padding on left and right of form.Hence to differentiate old and new forms, .newThemeDummyWidth class is used. This calculation is not needed for mobile view.*\/var customCssStr = $(\"#CUSTOM_STYLE_TAG\").text();if(ZFLive.isReqFromMobile == false && customCssStr.indexOf(\".newThemeDummyWidth\") == -1) {var formElem = $(\".templateWidth\");var computedWidth = parseInt($(formElem).outerWidth()) + 60;if(window.top.location != window.self.location) {\/*If form is embedded, for iframe size less than 768px media query will be applied. Hence computed width should not be applied.For iframe size greater than 768px , apply the computed width.*\/var iframeWidth;if(document.body.getBoundingClientRect().width) { \/\/For all browsersiframeWidth = document.body.getBoundingClientRect().width;}else if(document.body.offsetWidth) { \/\/For IE iframeWidth = document.body.offsetWidth;}if(iframeWidth > 768) {$(formElem).css(\"width\",computedWidth + \"px\"); }}else {\/*For private form and perma form apply the computed width*\/$(formElem).css(\"width\",computedWidth + \"px\"); }}var firstPageUl = $(\"#formDiv\").find(\"ul[elname=formBodyULName][page_no=1]\");setWidthForSFElem(firstPageUl);setWidthForCurrencySymbolInSubForm(firstPageUl);ZFLive.csrf = 'e3e644c7-7278-4fd4-9220-653448636d90';ZFLive.accountsUrl = \"https:\/\/accounts.zoho.eu\";ZFLive.recID = \"\";ZFLive.encodedString = \"\";ZFLive.skipValidation = falseZFLive.isSaveReq = false;ZFLive.isFormAdmin=false; ZFLive.paymentMerchantList = null;ZFLive.authNetApiLoginID = ''; ZFLive.authNetPublicClientKey = '';ZFLive.mode = \"live\"; ZFLive.formulaJson = null;ZFLive.formulaJson = '\x5B\x5D';ZFLive.constraintJson; ZFLive.constraintJson = jQuery.parseJSON('\x7B\x22Email\x22\x3A\x7B\x22min_len\x22\x3A0,\x22range_type\x22\x3A1,\x22max_len\x22\x3A255\x7D\x7D');ZFLive.dateConstraintJson; ZFLive.dateConstraintJson = jQuery.parseJSON('\x7B\x7D');ZFLive.currentDate; ZFLive.currentDate = '11-Aug-2020 10:28 AM';ZFLive.formulaFieldsList = null;ZFLive.formulaFieldsList = '\x5B\x5D';ZFLive.bindEventForFormula(); ZFLive.prefillFieldsList = undefined;ZFLive.prefillFieldsList = '\x5B\x5D';ZFCrmLive.zfCrmLive = new ZFCrmLive();ZFCrmLive.zfCrmLive.zohoCrmFieldPropsJson = {};ZFLive.isEmbedded = true;if(window.top.location === window.self.location) {ZFLive.isEmbedded = false;focusFirstLiElemOnLoad();}disableButtonNotNeeded();$('form[name=test]').find('input, select').keypress(function(e){if ( e.which == 13 ) \/\/ Enter key = keycode 13{e.preventDefault();var fldLiElem = $(this).closest(\"li[elname='livefield-elem']\"); ZFLive.currentFocusElem = fldLiElem;var fldCompType = parseInt($(fldLiElem).attr(\"comptype\")); \/* If livefield-elem <li>is not present, then fldCompType=NaN and submission of form happens.If 'comptype' attribute is not present, then fldCompType=NaN and submission of form happens.*\/if(fldCompType !== ZFFieldTypeConstants.ZOHO_CRM) { \/\/ When 'Enter' key is pressed in Zoho CRM field, the form must not be submitted.var pageCount = $(\"#formBodyDiv\").find('ul[elname=formBodyULName]').length;var pageNum = $(this).closest('ul[elname=formBodyULName]').attr('page_no'); if(pageCount != pageNum){$(\"#formRedirectURL\").find('ul[elname=footer][page_no='+pageNum+']').find('button[elname=next]').click();}else{if($('button[elname=\"submit\"]').prop(\"disabled\") != true){$('form[name=test]').find(\"button[elname=submit]\").click();}}} \/\/ comptype 'if' block ends. }});$('form[name=test]').find(\"button[elname=submit]\").click(function(e) { e.preventDefault();if(uploadObjects.length == 0){$(\"#fileuploadtemplate\").html(\"<form style='display:none' id='ZF-UploadFileForm' target='zc-fileupload-target' enctype='multipart\/form-data' method='post' name='UploadFileForm' action='\/c3\/form\/NewsletterSubscriptionForm\/uploadFile'><input type='hidden' name='mode' value='live'\/><input type='hidden' name='zfcpn'\/><\/form><iframe  style='display:none;' width='1%' scrolling='no' height='30' frameborder='0' align='top' marginheight='0' marginwidth='0' name='zc-fileupload-target'><html><head><\/head><body><\/body><\/html><\/iframe>\");$(\"#ZF-UploadFileForm\").attr(\"action\",\"\/c3\/form\/NewsletterSubscriptionForm\/formperma\/36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA\/uploadFile\"); var merchantType = $(\"#test\").find(\"div[elname=merchantDiv]\").attr(\"merchantType\"); if(merchantType != null ){performPaymentAndSubmitData(merchantType);} else {ZFLive.currEvent = e;ZFLive.ValidateAndSubmitData();}} else {var errorObj = ZFLive.validateForm(Mode.LIVE, true);if (errorObj.length == 0) {if (uploadObjects.length == 0) {$(this).trigger('click');    } else {ZFLive.submitButtonClicked = true;ZFLive.actionBtn = this;$(\"#pleaseWait_Div\").show();setPopUpElemPosition($(\"#pleaseWait_DivCont\")); }} else {showError(errorObj);resetCaptcha();}}});$('form[name=test]').find(\"button[elname=update]\").click(function(e) { e.preventDefault();if(uploadObjects.length == 0){$(\"#fileuploadtemplate\").html(\"<form style='display:none' id='ZF-UploadFileForm' target='zc-fileupload-target' enctype='multipart\/form-data' method='post' name='UploadFileForm' action='\/c3\/form\/NewsletterSubscriptionForm\/record\/null\/uploadFile'><input type='hidden' name='mode' value='edit'\/><input type='hidden' name='zfcpn'\/><\/form><iframe  style='display:none;' width='1%' scrolling='no' height='30' frameborder='0' align='top' marginheight='0' marginwidth='0' name='zc-fileupload-target'><html><head><\/head><body><\/body><\/html><\/iframe>\");$(\"#ZF-UploadFileForm\").attr(\"action\",\"\/c3\/form\/NewsletterSubscriptionForm\/formperma\/36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA\/uploadFile\"); $('form[name=test]').find(\"button[elname=update]\").attr(\"recordLinkID\",\"\");ZFLive.ValidateAndUpdateDataForLiveEdit();} else {var errorObj = ZFLive.validateForm(true);if (errorObj.length == 0) {if (uploadObjects.length == 0) {$(this).trigger('click');    } else {ZFLive.submitButtonClicked = true;ZFLive.actionBtn = this;$(\"#pleaseWait_Div\").show();setPopUpElemPosition($(\"#pleaseWait_DivCont\")); }} else {showError(errorObj);resetCaptcha();}}});$('form[name=test]').find(\"button[elname=back],button[elname=next],button[elname=save],button[elname=submit],button[elname=update],button[elname=review]\").mousedown(function(e){if(!isIELessThan9() && typeof ZFLive.constraintJson !== ResponseKey.UNDEFINED){e.preventDefault();}});$('form[name=test]').find(\"button[elname=save]\").click(function(e) { e.preventDefault();if(uploadObjects.length == 0){$(\"#fileuploadtemplate\").html(\"<form style='display:none' id='ZF-UploadFileForm' target='zc-fileupload-target' enctype='multipart\/form-data' method='post' name='UploadFileForm' action='\/c3\/form\/NewsletterSubscriptionForm\/uploadFile'><input type='hidden' name='mode' value='live'\/><input type='hidden' name='zfcpn'\/><\/form><iframe  style='display:none;' width='1%' scrolling='no' height='30' frameborder='0' align='top' marginheight='0' marginwidth='0' name='zc-fileupload-target'><html><head><\/head><body><\/body><\/html><\/iframe>\");$(\"#ZF-UploadFileForm\").attr(\"action\",\"\/c3\/form\/NewsletterSubscriptionForm\/formperma\/36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA\/uploadFile\"); $('form[name=test]').find(\"button[elname=save]\").attr(\"recordLinkID\",\"\");ZFLive.ValidateAndSaveData();} else {var errorObj = ZFLive.validateForm(Mode.LIVE, false);if (errorObj.length == 0) {if(uploadObjects.length == 0){$(this).trigger('click');    } else {ZFLive.submitButtonClicked = true;ZFLive.actionBtn = this;$(\"#savingDiv\").show();setPopUpElemPosition($(\"#savingDivCont\")); }} else {showError(errorObj);resetCaptcha();}}});ZFLive.ShowPageTitle;$('form[name=test]').find(\"button[elname=review]\").click(function(e) { e.preventDefault();if(uploadObjects.length == 0){ZFLive.ShowPageTitle = 1ZFLive.reviewType = 1ZFLive.reviewData();} else {        if(uploadObjects.length == 0){$(this).trigger('click');    } else {ZFLive.submitButtonClicked = true;ZFLive.actionBtn = this;$(\"#reviewLoad_Div\").show();setPopUpElemPosition($(\"#reviewLoad_DivCont\")); }  }ZFLive.disableReviewBtn();});addCustomCSSStyles();ZFLive.preevalPrefillFldLabel();});ZFLive.isSalesIQIntegrationEnabled = false;ZFLive.salesIQFieldsArray = null;var zf_rule = new ZFRule();var zfPageRule = new ZFPageRule();zf_rule.getRules('\/c3\/form\/NewsletterSubscriptionForm\/formperma\/36bDpLpCNa77yn13WBMp31e60fRqLKMbo1dP24gFsQA\/liverules');<\/script><\/body><\/html>");
   setTimeout( function(){
            iframeDoc.close();
        },200);
}
createIframe();