{"id":71909,"date":"2025-11-03T14:25:55","date_gmt":"2025-11-03T14:25:55","guid":{"rendered":"https:\/\/scan-score.com\/?page_id=71909"},"modified":"2025-11-03T18:34:05","modified_gmt":"2025-11-03T18:34:05","slug":"scan-star","status":"publish","type":"page","link":"https:\/\/scan-score.com\/en\/scan-star\/","title":{"rendered":"Scan Star"},"content":{"rendered":"<h1 data-end=\"530\" data-start=\"473\">\u2b50 Join the Scan Stars \u2b50<\/h1>\n<h2>Subscribe<\/h2>\n<p>            <span>*<\/span> indicates required            Email Address <span>*<\/span><span id=\"mce-EMAIL-HELPERTEXT\">Use the mail address matching to your account<\/span>First Name <span>*<\/span>Last Name <strong>System <span>*<\/span><\/strong><\/p>\n<ul>\n<li>Windows<\/li>\n<li>Mac<\/li>\n<\/ul>\n<p><strong>Version <span>*<\/span><\/strong><\/p>\n<ul>\n<li>ScanScore 3 Professional<\/li>\n<li>ScanScore 3 Ensemble<\/li>\n<li>ScanScore 3 Melody<\/li>\n<\/ul>\n<p><span id=\"mce-MMERGE5-HELPERTEXT\">(highest)<\/span>                                            [tcb-script type=&#8221;text\/javascript&#8221; src=&#8221;\/\/s3.amazonaws.com\/downloads.mailchimp.com\/js\/mc-validate.js&#8221;][\/tcb-script][tcb-script type=&#8221;text\/javascript&#8221;](function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=&#8217;EMAIL&#8217;;ftypes[0]=&#8217;email&#8217;;fnames[1]=&#8217;FNAME&#8217;;ftypes[1]=&#8217;text&#8217;;fnames[2]=&#8217;LNAME&#8217;;ftypes[2]=&#8217;text&#8217;;fnames[6]=&#8217;MMERGE6&#8242;;ftypes[6]=&#8217;radio&#8217;;fnames[5]=&#8217;MMERGE5&#8242;;ftypes[5]=&#8217;radio&#8217;;fnames[3]=&#8217;ADDRESS&#8217;;ftypes[3]=&#8217;address&#8217;;fnames[4]=&#8217;PHONE&#8217;;ftypes[4]=&#8217;phone&#8217;;}(jQuery));var $mcj = jQuery.noConflict(true);    \/\/ SMS Phone Multi-Country Functionality    if(!window.MC) {      window.MC = {};    }    window.MC.smsPhoneData = {      defaultCountryCode: &#8216;DE&#8217;,      programs: [],      smsProgramDataCountryNames: []    };    function getCountryUnicodeFlag(countryCode) {       return countryCode.toUpperCase().replace(\/.\/g, (char) =&gt; String.fromCodePoint(char.charCodeAt(0) + 127397))    };    \/\/ HTML sanitization function to prevent XSS    function sanitizeHtml(str) {      if (typeof str !== &#8216;string&#8217;) return &#8221;;      return str        .replace(\/&amp;\/g, &#8216;&amp;amp;&#8217;)        .replace(\/&lt;\/g, &#8216;&amp;lt;&#8217;)        .replace(\/&gt;\/g, &#8216;&amp;gt;&#8217;)        .replace(\/&#8221;\/g, &#8216;&amp;quot;&#8217;)        .replace(\/&#8217;\/g, &#8216;&amp;#x27;&#8217;)        .replace(\/\/\/g, &#8216;&amp;#x2F;&#8217;);    }    \/\/ URL sanitization function to prevent javascript: and data: URLs    function sanitizeUrl(url) {      if (typeof url !== &#8216;string&#8217;) return &#8221;;      const trimmedUrl = url.trim().toLowerCase();      if (trimmedUrl.startsWith(&#8216;javascript:&#8217;) || trimmedUrl.startsWith(&#8216;data:&#8217;) || trimmedUrl.startsWith(&#8216;vbscript:&#8217;)) {        return &#8216;#&#8217;;      }      return url;    }    const getBrowserLanguage = () =&gt; {      if (!window?.navigator?.language?.split(&#8216;-&#8216;)[1]) {        return window?.navigator?.language?.toUpperCase();      }      return window?.navigator?.language?.split(&#8216;-&#8216;)[1];    };    function getDefaultCountryProgram(defaultCountryCode, smsProgramData) {      if (!smsProgramData || smsProgramData.length === 0) {        return null;      }      const browserLanguage = getBrowserLanguage();      if (browserLanguage) {        const foundProgram = smsProgramData.find(          (program) =&gt; program?.countryCode === browserLanguage,        );        if (foundProgram) {          return foundProgram;        }      }      if (defaultCountryCode) {        const foundProgram = smsProgramData.find(          (program) =&gt; program?.countryCode === defaultCountryCode,        );        if (foundProgram) {          return foundProgram;        }      }      return smsProgramData[0];    }    function updateSmsLegalText(countryCode, fieldName) {      if (!countryCode || !fieldName) {        return;      }            const programs = window?.MC?.smsPhoneData?.programs;      if (!programs || !Array.isArray(programs)) {        return;      }            const program = programs.find(program =&gt; program?.countryCode === countryCode);      if (!program || !program.requiredTemplate) {        return;      }            const legalTextElement = document.querySelector(&#8216;#legal-text-&#8216; + fieldName);      if (!legalTextElement) {        return;      }            \/\/ Remove HTML tags and clean up the text      const divRegex = new RegExp(&#8216;&lt;\/?[div][^&gt;]*&gt;&#8217;, &#8216;gi&#8217;);      const fullAnchorRegex = new RegExp(&#8216;&lt;a.*?&lt;\/a&gt;&#8217;, &#8216;g&#8217;);      const anchorRegex = new RegExp(&#8216;&lt;a href=&#8221;(.*?)&#8221; target=&#8221;(.*?)&#8221;&gt;(.*?)&lt;\/a&gt;&#8217;);            const requiredLegalText = program.requiredTemplate        .replace(divRegex, &#8221;)        .replace(fullAnchorRegex, &#8221;)        .slice(0, -1);            const anchorMatches = program.requiredTemplate.match(anchorRegex);            if (anchorMatches &amp;&amp; anchorMatches.length &gt;= 4) {        \/\/ Create link element safely using DOM methods instead of innerHTML        const linkElement = document.createElement(&#8216;a&#8217;);        linkElement.href = sanitizeUrl(anchorMatches[1]);        linkElement.target = sanitizeHtml(anchorMatches[2]);        linkElement.textContent = sanitizeHtml(anchorMatches[3]);                legalTextElement.textContent = requiredLegalText + &#8216; &#8216;;        legalTextElement.appendChild(linkElement);        legalTextElement.appendChild(document.createTextNode(&#8216;.&#8217;));      } else {        legalTextElement.textContent = requiredLegalText + &#8216;.&#8217;;      }    }    function generateDropdownOptions(smsProgramData) {      if (!smsProgramData || smsProgramData.length === 0) {        return &#8221;;      }            return smsProgramData.map(program =&gt; {        const flag = getCountryUnicodeFlag(program.countryCode);        const countryName = getCountryName(program.countryCode);        const callingCode = program.countryCallingCode || &#8221;;        \/\/ Sanitize all values to prevent XSS        const sanitizedCountryCode = sanitizeHtml(program.countryCode || &#8221;);        const sanitizedCountryName = sanitizeHtml(countryName || &#8221;);        const sanitizedCallingCode = sanitizeHtml(callingCode || &#8221;);        return &#8216;&lt;option value=&#8221;&#8216; + sanitizedCountryCode + &#8216;&#8221;&gt;&#8217; + sanitizedCountryName + &#8216; &#8216; + sanitizedCallingCode + &#8216;&lt;\/option&gt;&#8217;;      }).join(&#8221;);    }    function getCountryName(countryCode) {      if (window.MC?.smsPhoneData?.smsProgramDataCountryNames &amp;&amp; Array.isArray(window.MC.smsPhoneData.smsProgramDataCountryNames)) {        for (let i = 0; i &lt; window.MC.smsPhoneData.smsProgramDataCountryNames.length; i++) {          if (window.MC.smsPhoneData.smsProgramDataCountryNames[i].code === countryCode) {            return window.MC.smsPhoneData.smsProgramDataCountryNames[i].name;          }        }      }      return countryCode;    }    function getDefaultPlaceholder(countryCode) {      if (!countryCode || typeof countryCode !== &#8216;string&#8217;) {        return &#8216;+1 000 000 0000&#8217;; \/\/ Default US placeholder      }            const mockPlaceholders = [        {      countryCode: &#8216;US&#8217;,      placeholder: &#8216;+1 000 000 0000&#8217;,      helpText: &#8216;Include the US country code +1 before the phone number&#8217;,    },    {      countryCode: &#8216;GB&#8217;,      placeholder: &#8216;+44 0000 000000&#8217;,      helpText: &#8216;Include the GB country code +44 before the phone number&#8217;,    },    {      countryCode: &#8216;CA&#8217;,      placeholder: &#8216;+1 000 000 0000&#8217;,      helpText: &#8216;Include the CA country code +1 before the phone number&#8217;,    },    {      countryCode: &#8216;AU&#8217;,      placeholder: &#8216;+61 000 000 000&#8217;,      helpText: &#8216;Include the AU country code +61 before the phone number&#8217;,    },    {      countryCode: &#8216;DE&#8217;,      placeholder: &#8216;+49 000 0000000&#8217;,      helpText: &#8216;F\u00fcgen Sie vor der Telefonnummer die DE-L\u00e4ndervorwahl +49 ein&#8217;,    },    {      countryCode: &#8216;FR&#8217;,      placeholder: &#8216;+33 0 00 00 00 00&#8217;,      helpText: &#8216;Incluez le code pays FR +33 avant le num\u00e9ro de t\u00e9l\u00e9phone&#8217;,    },    {      countryCode: &#8216;ES&#8217;,      placeholder: &#8216;+34 000 000 000&#8217;,      helpText: &#8216;Incluya el c\u00f3digo de pa\u00eds ES +34 antes del n\u00famero de tel\u00e9fono&#8217;,    },    {      countryCode: &#8216;NL&#8217;,      placeholder: &#8216;+31 0 00000000&#8217;,      helpText: &#8216;Voeg de NL-landcode +31 toe v\u00f3\u00f3r het telefoonnummer&#8217;,    },    {      countryCode: &#8216;BE&#8217;,      placeholder: &#8216;+32 000 00 00 00&#8217;,      helpText: &#8216;Incluez le code pays BE +32 avant le num\u00e9ro de t\u00e9l\u00e9phone&#8217;,    },    {      countryCode: &#8216;CH&#8217;,      placeholder: &#8216;+41 00 000 00 00&#8217;,      helpText: &#8216;F\u00fcgen Sie vor der Telefonnummer die CH-L\u00e4ndervorwahl +41 ein&#8217;,    },    {      countryCode: &#8216;AT&#8217;,      placeholder: &#8216;+43 000 000 0000&#8217;,      helpText: &#8216;F\u00fcgen Sie vor der Telefonnummer die AT-L\u00e4ndervorwahl +43 ein&#8217;,    },    {      countryCode: &#8216;IE&#8217;,      placeholder: &#8216;+353 00 000 0000&#8217;,      helpText: &#8216;Include the IE country code +353 before the phone number&#8217;,    },    {      countryCode: &#8216;IT&#8217;,      placeholder: &#8216;+39 000 000 0000&#8217;,      helpText:        &#8216;Includere il prefisso internazionale IT +39 prima del numero di telefono&#8217;,    },      ];      const selectedPlaceholder = mockPlaceholders.find(function(item) {        return item &amp;&amp; item.countryCode === countryCode;      });            return selectedPlaceholder ? selectedPlaceholder.placeholder : mockPlaceholders[0].placeholder;    }    function updatePlaceholder(countryCode, fieldName) {      if (!countryCode || !fieldName) {        return;      }            const phoneInput = document.querySelector(&#8216;#mce-&#8216; + fieldName);      if (!phoneInput) {        return;      }            const placeholder = getDefaultPlaceholder(countryCode);      if (placeholder) {        phoneInput.placeholder = placeholder;      }    }    function updateCountryCodeInstruction(countryCode, fieldName) {      updatePlaceholder(countryCode, fieldName);          }    function getDefaultHelpText(countryCode) {      const mockPlaceholders = [        {          countryCode: &#8216;US&#8217;,          placeholder: &#8216;+1 000 000 0000&#8217;,          helpText: &#8216;Include the US country code +1 before the phone number&#8217;,        },        {          countryCode: &#8216;GB&#8217;,          placeholder: &#8216;+44 0000 000000&#8217;,          helpText: &#8216;Include the GB country code +44 before the phone number&#8217;,        },        {          countryCode: &#8216;CA&#8217;,          placeholder: &#8216;+1 000 000 0000&#8217;,          helpText: &#8216;Include the CA country code +1 before the phone number&#8217;,        },        {          countryCode: &#8216;AU&#8217;,          placeholder: &#8216;+61 000 000 000&#8217;,          helpText: &#8216;Include the AU country code +61 before the phone number&#8217;,        },        {          countryCode: &#8216;DE&#8217;,          placeholder: &#8216;+49 000 0000000&#8217;,          helpText: &#8216;F\u00fcgen Sie vor der Telefonnummer die DE-L\u00e4ndervorwahl +49 ein&#8217;,        },        {          countryCode: &#8216;FR&#8217;,          placeholder: &#8216;+33 0 00 00 00 00&#8217;,          helpText: &#8216;Incluez le code pays FR +33 avant le num\u00e9ro de t\u00e9l\u00e9phone&#8217;,        },        {          countryCode: &#8216;ES&#8217;,          placeholder: &#8216;+34 000 000 000&#8217;,          helpText: &#8216;Incluya el c\u00f3digo de pa\u00eds ES +34 antes del n\u00famero de tel\u00e9fono&#8217;,        },        {          countryCode: &#8216;NL&#8217;,          placeholder: &#8216;+31 0 00000000&#8217;,          helpText: &#8216;Voeg de NL-landcode +31 toe v\u00f3\u00f3r het telefoonnummer&#8217;,        },        {          countryCode: &#8216;BE&#8217;,          placeholder: &#8216;+32 000 00 00 00&#8217;,          helpText: &#8216;Incluez le code pays BE +32 avant le num\u00e9ro de t\u00e9l\u00e9phone&#8217;,        },        {          countryCode: &#8216;CH&#8217;,          placeholder: &#8216;+41 00 000 00 00&#8217;,          helpText: &#8216;F\u00fcgen Sie vor der Telefonnummer die CH-L\u00e4ndervorwahl +41 ein&#8217;,        },        {          countryCode: &#8216;AT&#8217;,          placeholder: &#8216;+43 000 000 0000&#8217;,          helpText: &#8216;F\u00fcgen Sie vor der Telefonnummer die AT-L\u00e4ndervorwahl +43 ein&#8217;,        },        {          countryCode: &#8216;IE&#8217;,          placeholder: &#8216;+353 00 000 0000&#8217;,          helpText: &#8216;Include the IE country code +353 before the phone number&#8217;,        },        {          countryCode: &#8216;IT&#8217;,          placeholder: &#8216;+39 000 000 0000&#8217;,          helpText: &#8216;Includere il prefisso internazionale IT +39 prima del numero di telefono&#8217;,        },      ];            if (!countryCode || typeof countryCode !== &#8216;string&#8217;) {        return mockPlaceholders[0].helpText;      }            const selectedHelpText = mockPlaceholders.find(function(item) {          return item &amp;&amp; item.countryCode === countryCode;        });                return selectedHelpText ? selectedHelpText.helpText : mockPlaceholders[0].helpText;    }    function setDefaultHelpText(countryCode) {      const helpTextSpan = document.querySelector(&#8216;#help-text&#8217;);      if (!helpTextSpan) {        return;      }            }    function updateHelpTextCountryCode(countryCode, fieldName) {      if (!countryCode || !fieldName) {        return;      }            setDefaultHelpText(countryCode);    }    function initializeSmsPhoneDropdown(fieldName) {      if (!fieldName || typeof fieldName !== &#8216;string&#8217;) {        return;      }            const dropdown = document.querySelector(&#8216;#country-select-&#8216; + fieldName);      const displayFlag = document.querySelector(&#8216;#flag-display-&#8216; + fieldName);            if (!dropdown || !displayFlag) {        return;      }      const smsPhoneData = window.MC?.smsPhoneData;      if (smsPhoneData &amp;&amp; smsPhoneData.programs &amp;&amp; Array.isArray(smsPhoneData.programs)) {        dropdown.innerHTML = generateDropdownOptions(smsPhoneData.programs);      }      const defaultProgram = getDefaultCountryProgram(smsPhoneData?.defaultCountryCode, smsPhoneData?.programs);      if (defaultProgram &amp;&amp; defaultProgram.countryCode) {        dropdown.value = defaultProgram.countryCode;                const flagSpan = displayFlag?.querySelector(&#8216;#flag-emoji-&#8216; + fieldName);        if (flagSpan) {          flagSpan.textContent = getCountryUnicodeFlag(defaultProgram.countryCode);          flagSpan.setAttribute(&#8216;aria-label&#8217;, sanitizeHtml(defaultProgram.countryCode) + &#8216; flag&#8217;);        }                updateSmsLegalText(defaultProgram.countryCode, fieldName);        updatePlaceholder(defaultProgram.countryCode, fieldName);        updateCountryCodeInstruction(defaultProgram.countryCode, fieldName);      }           var smsNotRequiredRemoveCountryCodeEnabled = true;      var smsField = Object.values({&#8220;EMAIL&#8221;:{&#8220;name&#8221;:&#8221;EMAIL&#8221;,&#8221;label&#8221;:&#8221;Email Address&#8221;,&#8221;helper_text&#8221;:&#8221;Use the mail address matching to your account&#8221;,&#8221;type&#8221;:&#8221;email&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;Email Address&#8221;,&#8221;merge_id&#8221;:0,&#8221;help_text_enabled&#8221;:true,&#8221;enabled&#8221;:true,&#8221;order&#8221;:0,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;FNAME&#8221;:{&#8220;name&#8221;:&#8221;FNAME&#8221;,&#8221;label&#8221;:&#8221;First Name&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;text&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;First Name&#8221;,&#8221;merge_id&#8221;:1,&#8221;help_text_enabled&#8221;:false,&#8221;enabled&#8221;:true,&#8221;order&#8221;:1,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;LNAME&#8221;:{&#8220;name&#8221;:&#8221;LNAME&#8221;,&#8221;label&#8221;:&#8221;Last Name&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;text&#8221;,&#8221;required&#8221;:false,&#8221;audience_field_name&#8221;:&#8221;Last Name&#8221;,&#8221;merge_id&#8221;:2,&#8221;help_text_enabled&#8221;:false,&#8221;enabled&#8221;:true,&#8221;order&#8221;:2,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;MMERGE6&#8243;:{&#8220;name&#8221;:&#8221;MMERGE6&#8243;,&#8221;label&#8221;:&#8221;System&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;radio&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;System&#8221;,&#8221;choices&#8221;:[{&#8220;value&#8221;:&#8221;Windows&#8221;,&#8221;label&#8221;:&#8221;Windows&#8221;},{&#8220;value&#8221;:&#8221;Mac&#8221;,&#8221;label&#8221;:&#8221;Mac&#8221;}],&#8221;enabled&#8221;:true,&#8221;order&#8221;:3,&#8221;field_type&#8221;:&#8221;merge&#8221;,&#8221;merge_id&#8221;:6},&#8221;MMERGE5&#8243;:{&#8220;name&#8221;:&#8221;MMERGE5&#8243;,&#8221;label&#8221;:&#8221;Version&#8221;,&#8221;helper_text&#8221;:&#8221;(highest)&#8221;,&#8221;type&#8221;:&#8221;radio&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;Version&#8221;,&#8221;choices&#8221;:[{&#8220;value&#8221;:&#8221;ScanScore 3 Professional&#8221;,&#8221;label&#8221;:&#8221;ScanScore 3 Professional&#8221;},{&#8220;value&#8221;:&#8221;ScanScore 3 Ensemble&#8221;,&#8221;label&#8221;:&#8221;ScanScore 3 Ensemble&#8221;},{&#8220;value&#8221;:&#8221;ScanScore 3 Melody&#8221;,&#8221;label&#8221;:&#8221;ScanScore 3 Melody&#8221;}],&#8221;merge_id&#8221;:5,&#8221;help_text_enabled&#8221;:false,&#8221;enabled&#8221;:true,&#8221;order&#8221;:4,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;ADDRESS&#8221;:{&#8220;name&#8221;:&#8221;ADDRESS&#8221;,&#8221;label&#8221;:&#8221;Address&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;address&#8221;,&#8221;required&#8221;:false,&#8221;audience_field_name&#8221;:&#8221;Address&#8221;,&#8221;enabled&#8221;:false,&#8221;order&#8221;:null,&#8221;field_type&#8221;:&#8221;merge&#8221;,&#8221;merge_id&#8221;:3,&#8221;countries&#8221;:{&#8220;2&#8243;:&#8221;Albania&#8221;,&#8221;3&#8243;:&#8221;Algeria&#8221;,&#8221;4&#8243;:&#8221;Andorra&#8221;,&#8221;5&#8243;:&#8221;Angola&#8221;,&#8221;6&#8243;:&#8221;Argentina&#8221;,&#8221;7&#8243;:&#8221;Armenia&#8221;,&#8221;8&#8243;:&#8221;Australia&#8221;,&#8221;9&#8243;:&#8221;Austria&#8221;,&#8221;10&#8243;:&#8221;Azerbaijan&#8221;,&#8221;11&#8243;:&#8221;Bahamas&#8221;,&#8221;12&#8243;:&#8221;Bahrain&#8221;,&#8221;13&#8243;:&#8221;Bangladesh&#8221;,&#8221;14&#8243;:&#8221;Barbados&#8221;,&#8221;15&#8243;:&#8221;Belarus&#8221;,&#8221;16&#8243;:&#8221;Belgium&#8221;,&#8221;17&#8243;:&#8221;Belize&#8221;,&#8221;18&#8243;:&#8221;Benin&#8221;,&#8221;19&#8243;:&#8221;Bermuda&#8221;,&#8221;20&#8243;:&#8221;Bhutan&#8221;,&#8221;21&#8243;:&#8221;Bolivia&#8221;,&#8221;22&#8243;:&#8221;Bosnia and Herzegovina&#8221;,&#8221;23&#8243;:&#8221;Botswana&#8221;,&#8221;24&#8243;:&#8221;Brazil&#8221;,&#8221;25&#8243;:&#8221;Bulgaria&#8221;,&#8221;26&#8243;:&#8221;Burkina Faso&#8221;,&#8221;27&#8243;:&#8221;Burundi&#8221;,&#8221;28&#8243;:&#8221;Cambodia&#8221;,&#8221;29&#8243;:&#8221;Cameroon&#8221;,&#8221;30&#8243;:&#8221;Canada&#8221;,&#8221;31&#8243;:&#8221;Cape Verde&#8221;,&#8221;32&#8243;:&#8221;Cayman Islands&#8221;,&#8221;33&#8243;:&#8221;Central African Republic&#8221;,&#8221;34&#8243;:&#8221;Chad&#8221;,&#8221;35&#8243;:&#8221;Chile&#8221;,&#8221;36&#8243;:&#8221;China&#8221;,&#8221;37&#8243;:&#8221;Colombia&#8221;,&#8221;38&#8243;:&#8221;Congo&#8221;,&#8221;40&#8243;:&#8221;Croatia&#8221;,&#8221;41&#8243;:&#8221;Cyprus&#8221;,&#8221;42&#8243;:&#8221;Czech Republic&#8221;,&#8221;43&#8243;:&#8221;Denmark&#8221;,&#8221;44&#8243;:&#8221;Djibouti&#8221;,&#8221;45&#8243;:&#8221;Ecuador&#8221;,&#8221;46&#8243;:&#8221;Egypt&#8221;,&#8221;47&#8243;:&#8221;El Salvador&#8221;,&#8221;48&#8243;:&#8221;Equatorial Guinea&#8221;,&#8221;49&#8243;:&#8221;Eritrea&#8221;,&#8221;50&#8243;:&#8221;Estonia&#8221;,&#8221;51&#8243;:&#8221;Ethiopia&#8221;,&#8221;52&#8243;:&#8221;Fiji&#8221;,&#8221;53&#8243;:&#8221;Finland&#8221;,&#8221;54&#8243;:&#8221;France&#8221;,&#8221;56&#8243;:&#8221;Gabon&#8221;,&#8221;57&#8243;:&#8221;Gambia&#8221;,&#8221;58&#8243;:&#8221;Georgia&#8221;,&#8221;59&#8243;:&#8221;Germany&#8221;,&#8221;60&#8243;:&#8221;Ghana&#8221;,&#8221;61&#8243;:&#8221;Greece&#8221;,&#8221;62&#8243;:&#8221;Guam&#8221;,&#8221;63&#8243;:&#8221;Guinea&#8221;,&#8221;64&#8243;:&#8221;Guinea-Bissau&#8221;,&#8221;65&#8243;:&#8221;Guyana&#8221;,&#8221;66&#8243;:&#8221;Honduras&#8221;,&#8221;67&#8243;:&#8221;Hong Kong&#8221;,&#8221;68&#8243;:&#8221;Hungary&#8221;,&#8221;69&#8243;:&#8221;Iceland&#8221;,&#8221;70&#8243;:&#8221;India&#8221;,&#8221;71&#8243;:&#8221;Indonesia&#8221;,&#8221;74&#8243;:&#8221;Ireland&#8221;,&#8221;75&#8243;:&#8221;Israel&#8221;,&#8221;76&#8243;:&#8221;Italy&#8221;,&#8221;78&#8243;:&#8221;Japan&#8221;,&#8221;79&#8243;:&#8221;Jordan&#8221;,&#8221;80&#8243;:&#8221;Kazakhstan&#8221;,&#8221;81&#8243;:&#8221;Kenya&#8221;,&#8221;82&#8243;:&#8221;Kuwait&#8221;,&#8221;83&#8243;:&#8221;Kyrgyzstan&#8221;,&#8221;84&#8243;:&#8221;Lao People&#8217;s Democratic Republic&#8221;,&#8221;85&#8243;:&#8221;Latvia&#8221;,&#8221;86&#8243;:&#8221;Lebanon&#8221;,&#8221;87&#8243;:&#8221;Lesotho&#8221;,&#8221;88&#8243;:&#8221;Liberia&#8221;,&#8221;90&#8243;:&#8221;Liechtenstein&#8221;,&#8221;91&#8243;:&#8221;Lithuania&#8221;,&#8221;92&#8243;:&#8221;Luxembourg&#8221;,&#8221;93&#8243;:&#8221;Macedonia&#8221;,&#8221;94&#8243;:&#8221;Madagascar&#8221;,&#8221;95&#8243;:&#8221;Malawi&#8221;,&#8221;96&#8243;:&#8221;Malaysia&#8221;,&#8221;97&#8243;:&#8221;Maldives&#8221;,&#8221;98&#8243;:&#8221;Mali&#8221;,&#8221;99&#8243;:&#8221;Malta&#8221;,&#8221;100&#8243;:&#8221;Mauritania&#8221;,&#8221;101&#8243;:&#8221;Mexico&#8221;,&#8221;102&#8243;:&#8221;Moldova&#8221;,&#8221;103&#8243;:&#8221;Monaco&#8221;,&#8221;104&#8243;:&#8221;Mongolia&#8221;,&#8221;105&#8243;:&#8221;Morocco&#8221;,&#8221;106&#8243;:&#8221;Mozambique&#8221;,&#8221;107&#8243;:&#8221;Namibia&#8221;,&#8221;108&#8243;:&#8221;Nepal&#8221;,&#8221;109&#8243;:&#8221;Netherlands&#8221;,&#8221;110&#8243;:&#8221;Netherlands Antilles&#8221;,&#8221;111&#8243;:&#8221;New Zealand&#8221;,&#8221;112&#8243;:&#8221;Nicaragua&#8221;,&#8221;113&#8243;:&#8221;Niger&#8221;,&#8221;114&#8243;:&#8221;Nigeria&#8221;,&#8221;116&#8243;:&#8221;Norway&#8221;,&#8221;117&#8243;:&#8221;Oman&#8221;,&#8221;118&#8243;:&#8221;Pakistan&#8221;,&#8221;119&#8243;:&#8221;Panama&#8221;,&#8221;120&#8243;:&#8221;Paraguay&#8221;,&#8221;121&#8243;:&#8221;Peru&#8221;,&#8221;122&#8243;:&#8221;Philippines&#8221;,&#8221;123&#8243;:&#8221;Poland&#8221;,&#8221;124&#8243;:&#8221;Portugal&#8221;,&#8221;126&#8243;:&#8221;Qatar&#8221;,&#8221;127&#8243;:&#8221;Reunion&#8221;,&#8221;128&#8243;:&#8221;Romania&#8221;,&#8221;129&#8243;:&#8221;Russia&#8221;,&#8221;130&#8243;:&#8221;Rwanda&#8221;,&#8221;132&#8243;:&#8221;Samoa (Independent)&#8221;,&#8221;133&#8243;:&#8221;Saudi Arabia&#8221;,&#8221;134&#8243;:&#8221;Senegal&#8221;,&#8221;135&#8243;:&#8221;Seychelles&#8221;,&#8221;136&#8243;:&#8221;Sierra Leone&#8221;,&#8221;137&#8243;:&#8221;Singapore&#8221;,&#8221;138&#8243;:&#8221;Slovakia&#8221;,&#8221;139&#8243;:&#8221;Slovenia&#8221;,&#8221;140&#8243;:&#8221;Somalia&#8221;,&#8221;141&#8243;:&#8221;South Africa&#8221;,&#8221;142&#8243;:&#8221;South Korea&#8221;,&#8221;143&#8243;:&#8221;Spain&#8221;,&#8221;144&#8243;:&#8221;Sri Lanka&#8221;,&#8221;146&#8243;:&#8221;Suriname&#8221;,&#8221;147&#8243;:&#8221;Swaziland&#8221;,&#8221;148&#8243;:&#8221;Sweden&#8221;,&#8221;149&#8243;:&#8221;Switzerland&#8221;,&#8221;152&#8243;:&#8221;Taiwan&#8221;,&#8221;153&#8243;:&#8221;Tanzania&#8221;,&#8221;154&#8243;:&#8221;Thailand&#8221;,&#8221;155&#8243;:&#8221;Togo&#8221;,&#8221;156&#8243;:&#8221;Tunisia&#8221;,&#8221;157&#8243;:&#8221;Turkiye&#8221;,&#8221;158&#8243;:&#8221;Turkmenistan&#8221;,&#8221;159&#8243;:&#8221;Uganda&#8221;,&#8221;161&#8243;:&#8221;Ukraine&#8221;,&#8221;162&#8243;:&#8221;United Arab Emirates&#8221;,&#8221;163&#8243;:&#8221;Uruguay&#8221;,&#8221;164&#8243;:&#8221;USA&#8221;,&#8221;165&#8243;:&#8221;Uzbekistan&#8221;,&#8221;166&#8243;:&#8221;Vatican City State (Holy See)&#8221;,&#8221;167&#8243;:&#8221;Venezuela&#8221;,&#8221;168&#8243;:&#8221;Vietnam&#8221;,&#8221;169&#8243;:&#8221;Virgin Islands (British)&#8221;,&#8221;170&#8243;:&#8221;Yemen&#8221;,&#8221;173&#8243;:&#8221;Zambia&#8221;,&#8221;174&#8243;:&#8221;Zimbabwe&#8221;,&#8221;175&#8243;:&#8221;Antigua And Barbuda&#8221;,&#8221;176&#8243;:&#8221;Anguilla&#8221;,&#8221;178&#8243;:&#8221;American Samoa&#8221;,&#8221;179&#8243;:&#8221;Aruba&#8221;,&#8221;180&#8243;:&#8221;Brunei Darussalam&#8221;,&#8221;181&#8243;:&#8221;Bouvet Island&#8221;,&#8221;183&#8243;:&#8221;Cook Islands&#8221;,&#8221;185&#8243;:&#8221;Christmas Island&#8221;,&#8221;187&#8243;:&#8221;Dominican Republic&#8221;,&#8221;188&#8243;:&#8221;Western Sahara&#8221;,&#8221;189&#8243;:&#8221;Falkland Islands&#8221;,&#8221;191&#8243;:&#8221;Faroe Islands&#8221;,&#8221;192&#8243;:&#8221;Grenada&#8221;,&#8221;193&#8243;:&#8221;French Guiana&#8221;,&#8221;194&#8243;:&#8221;Gibraltar&#8221;,&#8221;195&#8243;:&#8221;Greenland&#8221;,&#8221;196&#8243;:&#8221;Guadeloupe&#8221;,&#8221;198&#8243;:&#8221;Guatemala&#8221;,&#8221;200&#8243;:&#8221;Haiti&#8221;,&#8221;202&#8243;:&#8221;Jamaica&#8221;,&#8221;203&#8243;:&#8221;Kiribati&#8221;,&#8221;204&#8243;:&#8221;Comoros&#8221;,&#8221;205&#8243;:&#8221;Saint Kitts and Nevis&#8221;,&#8221;206&#8243;:&#8221;Saint Lucia&#8221;,&#8221;207&#8243;:&#8221;Marshall Islands&#8221;,&#8221;208&#8243;:&#8221;Macau&#8221;,&#8221;210&#8243;:&#8221;Martinique&#8221;,&#8221;212&#8243;:&#8221;Mauritius&#8221;,&#8221;213&#8243;:&#8221;New Caledonia&#8221;,&#8221;214&#8243;:&#8221;Norfolk Island&#8221;,&#8221;215&#8243;:&#8221;Nauru&#8221;,&#8221;217&#8243;:&#8221;Niue&#8221;,&#8221;219&#8243;:&#8221;Papua New Guinea&#8221;,&#8221;221&#8243;:&#8221;Pitcairn&#8221;,&#8221;222&#8243;:&#8221;Palau&#8221;,&#8221;223&#8243;:&#8221;Solomon Islands&#8221;,&#8221;225&#8243;:&#8221;Svalbard and Jan Mayen Islands&#8221;,&#8221;227&#8243;:&#8221;San Marino&#8221;,&#8221;232&#8243;:&#8221;Tonga&#8221;,&#8221;233&#8243;:&#8221;Timor-Leste&#8221;,&#8221;234&#8243;:&#8221;Trinidad and Tobago&#8221;,&#8221;235&#8243;:&#8221;Tuvalu&#8221;,&#8221;237&#8243;:&#8221;Saint Vincent and the Grenadines&#8221;,&#8221;238&#8243;:&#8221;Virgin Islands (U.S.)&#8221;,&#8221;239&#8243;:&#8221;Vanuatu&#8221;,&#8221;241&#8243;:&#8221;Mayotte&#8221;,&#8221;242&#8243;:&#8221;Myanmar&#8221;,&#8221;255&#8243;:&#8221;Sao Tome and Principe&#8221;,&#8221;257&#8243;:&#8221;South Georgia and the South Sandwich Islands&#8221;,&#8221;260&#8243;:&#8221;Tajikistan&#8221;,&#8221;262&#8243;:&#8221;United Kingdom&#8221;,&#8221;268&#8243;:&#8221;Costa Rica&#8221;,&#8221;270&#8243;:&#8221;Guernsey&#8221;,&#8221;272&#8243;:&#8221;North Korea&#8221;,&#8221;274&#8243;:&#8221;Afghanistan&#8221;,&#8221;275&#8243;:&#8221;Cote D&#8217;Ivoire&#8221;,&#8221;276&#8243;:&#8221;Cuba&#8221;,&#8221;277&#8243;:&#8221;French Polynesia&#8221;,&#8221;278&#8243;:&#8221;Iran&#8221;,&#8221;279&#8243;:&#8221;Iraq&#8221;,&#8221;281&#8243;:&#8221;Libya&#8221;,&#8221;282&#8243;:&#8221;Palestine&#8221;,&#8221;285&#8243;:&#8221;Syria&#8221;,&#8221;286&#8243;:&#8221;Aaland Islands&#8221;,&#8221;287&#8243;:&#8221;Turks &amp; Caicos Islands&#8221;,&#8221;288&#8243;:&#8221;Jersey  (Channel Islands)&#8221;,&#8221;289&#8243;:&#8221;Dominica&#8221;,&#8221;290&#8243;:&#8221;Montenegro&#8221;,&#8221;293&#8243;:&#8221;Sudan&#8221;,&#8221;294&#8243;:&#8221;Montserrat&#8221;,&#8221;298&#8243;:&#8221;Curacao&#8221;,&#8221;302&#8243;:&#8221;Sint Maarten&#8221;,&#8221;311&#8243;:&#8221;South Sudan&#8221;,&#8221;315&#8243;:&#8221;Republic of Kosovo&#8221;,&#8221;318&#8243;:&#8221;Congo, Democratic Republic of the&#8221;,&#8221;323&#8243;:&#8221;Isle of Man&#8221;,&#8221;324&#8243;:&#8221;Saint Martin&#8221;,&#8221;325&#8243;:&#8221;Bonaire, Saint Eustatius and Saba&#8221;,&#8221;326&#8243;:&#8221;Serbia&#8221;},&#8221;defaultcountry&#8221;:164},&#8221;PHONE&#8221;:{&#8220;name&#8221;:&#8221;PHONE&#8221;,&#8221;label&#8221;:&#8221;Phone Number&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;phone&#8221;,&#8221;required&#8221;:false,&#8221;audience_field_name&#8221;:&#8221;Phone Number&#8221;,&#8221;phoneformat&#8221;:&#8221;&#8221;,&#8221;enabled&#8221;:false,&#8221;order&#8221;:null,&#8221;field_type&#8221;:&#8221;merge&#8221;,&#8221;merge_id&#8221;:4}}).find(function(f) { return f.name === fieldName &amp;&amp; f.type === &#8216;smsphone&#8217;; });      var isRequired = smsField ? smsField.required : false;      var shouldAppendCountryCode = smsNotRequiredRemoveCountryCodeEnabled ? isRequired : true;            var phoneInput = document.querySelector(&#8216;#mce-&#8216; + fieldName);      if (phoneInput &amp;&amp; defaultProgram.countryCallingCode &amp;&amp; shouldAppendCountryCode) {        phoneInput.value = defaultProgram.countryCallingCode;      }            displayFlag?.addEventListener(&#8216;click&#8217;, function(e) {        dropdown.focus();      });      dropdown?.addEventListener(&#8216;change&#8217;, function() {        const selectedCountry = this.value;                if (!selectedCountry || typeof selectedCountry !== &#8216;string&#8217;) {          return;        }                const flagSpan = displayFlag?.querySelector(&#8216;#flag-emoji-&#8216; + fieldName);        if (flagSpan) {          flagSpan.textContent = getCountryUnicodeFlag(selectedCountry);          flagSpan.setAttribute(&#8216;aria-label&#8217;, sanitizeHtml(selectedCountry) + &#8216; flag&#8217;);        }                 const selectedProgram = window.MC?.smsPhoneData?.programs.find(function(program) {          return program &amp;&amp; program.countryCode === selectedCountry;        });        var smsNotRequiredRemoveCountryCodeEnabled = true;        var smsField = Object.values({&#8220;EMAIL&#8221;:{&#8220;name&#8221;:&#8221;EMAIL&#8221;,&#8221;label&#8221;:&#8221;Email Address&#8221;,&#8221;helper_text&#8221;:&#8221;Use the mail address matching to your account&#8221;,&#8221;type&#8221;:&#8221;email&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;Email Address&#8221;,&#8221;merge_id&#8221;:0,&#8221;help_text_enabled&#8221;:true,&#8221;enabled&#8221;:true,&#8221;order&#8221;:0,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;FNAME&#8221;:{&#8220;name&#8221;:&#8221;FNAME&#8221;,&#8221;label&#8221;:&#8221;First Name&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;text&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;First Name&#8221;,&#8221;merge_id&#8221;:1,&#8221;help_text_enabled&#8221;:false,&#8221;enabled&#8221;:true,&#8221;order&#8221;:1,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;LNAME&#8221;:{&#8220;name&#8221;:&#8221;LNAME&#8221;,&#8221;label&#8221;:&#8221;Last Name&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;text&#8221;,&#8221;required&#8221;:false,&#8221;audience_field_name&#8221;:&#8221;Last Name&#8221;,&#8221;merge_id&#8221;:2,&#8221;help_text_enabled&#8221;:false,&#8221;enabled&#8221;:true,&#8221;order&#8221;:2,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;MMERGE6&#8243;:{&#8220;name&#8221;:&#8221;MMERGE6&#8243;,&#8221;label&#8221;:&#8221;System&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;radio&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;System&#8221;,&#8221;choices&#8221;:[{&#8220;value&#8221;:&#8221;Windows&#8221;,&#8221;label&#8221;:&#8221;Windows&#8221;},{&#8220;value&#8221;:&#8221;Mac&#8221;,&#8221;label&#8221;:&#8221;Mac&#8221;}],&#8221;enabled&#8221;:true,&#8221;order&#8221;:3,&#8221;field_type&#8221;:&#8221;merge&#8221;,&#8221;merge_id&#8221;:6},&#8221;MMERGE5&#8243;:{&#8220;name&#8221;:&#8221;MMERGE5&#8243;,&#8221;label&#8221;:&#8221;Version&#8221;,&#8221;helper_text&#8221;:&#8221;(highest)&#8221;,&#8221;type&#8221;:&#8221;radio&#8221;,&#8221;required&#8221;:true,&#8221;audience_field_name&#8221;:&#8221;Version&#8221;,&#8221;choices&#8221;:[{&#8220;value&#8221;:&#8221;ScanScore 3 Professional&#8221;,&#8221;label&#8221;:&#8221;ScanScore 3 Professional&#8221;},{&#8220;value&#8221;:&#8221;ScanScore 3 Ensemble&#8221;,&#8221;label&#8221;:&#8221;ScanScore 3 Ensemble&#8221;},{&#8220;value&#8221;:&#8221;ScanScore 3 Melody&#8221;,&#8221;label&#8221;:&#8221;ScanScore 3 Melody&#8221;}],&#8221;merge_id&#8221;:5,&#8221;help_text_enabled&#8221;:false,&#8221;enabled&#8221;:true,&#8221;order&#8221;:4,&#8221;field_type&#8221;:&#8221;merge&#8221;},&#8221;ADDRESS&#8221;:{&#8220;name&#8221;:&#8221;ADDRESS&#8221;,&#8221;label&#8221;:&#8221;Address&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;address&#8221;,&#8221;required&#8221;:false,&#8221;audience_field_name&#8221;:&#8221;Address&#8221;,&#8221;enabled&#8221;:false,&#8221;order&#8221;:null,&#8221;field_type&#8221;:&#8221;merge&#8221;,&#8221;merge_id&#8221;:3,&#8221;countries&#8221;:{&#8220;2&#8243;:&#8221;Albania&#8221;,&#8221;3&#8243;:&#8221;Algeria&#8221;,&#8221;4&#8243;:&#8221;Andorra&#8221;,&#8221;5&#8243;:&#8221;Angola&#8221;,&#8221;6&#8243;:&#8221;Argentina&#8221;,&#8221;7&#8243;:&#8221;Armenia&#8221;,&#8221;8&#8243;:&#8221;Australia&#8221;,&#8221;9&#8243;:&#8221;Austria&#8221;,&#8221;10&#8243;:&#8221;Azerbaijan&#8221;,&#8221;11&#8243;:&#8221;Bahamas&#8221;,&#8221;12&#8243;:&#8221;Bahrain&#8221;,&#8221;13&#8243;:&#8221;Bangladesh&#8221;,&#8221;14&#8243;:&#8221;Barbados&#8221;,&#8221;15&#8243;:&#8221;Belarus&#8221;,&#8221;16&#8243;:&#8221;Belgium&#8221;,&#8221;17&#8243;:&#8221;Belize&#8221;,&#8221;18&#8243;:&#8221;Benin&#8221;,&#8221;19&#8243;:&#8221;Bermuda&#8221;,&#8221;20&#8243;:&#8221;Bhutan&#8221;,&#8221;21&#8243;:&#8221;Bolivia&#8221;,&#8221;22&#8243;:&#8221;Bosnia and Herzegovina&#8221;,&#8221;23&#8243;:&#8221;Botswana&#8221;,&#8221;24&#8243;:&#8221;Brazil&#8221;,&#8221;25&#8243;:&#8221;Bulgaria&#8221;,&#8221;26&#8243;:&#8221;Burkina Faso&#8221;,&#8221;27&#8243;:&#8221;Burundi&#8221;,&#8221;28&#8243;:&#8221;Cambodia&#8221;,&#8221;29&#8243;:&#8221;Cameroon&#8221;,&#8221;30&#8243;:&#8221;Canada&#8221;,&#8221;31&#8243;:&#8221;Cape Verde&#8221;,&#8221;32&#8243;:&#8221;Cayman Islands&#8221;,&#8221;33&#8243;:&#8221;Central African Republic&#8221;,&#8221;34&#8243;:&#8221;Chad&#8221;,&#8221;35&#8243;:&#8221;Chile&#8221;,&#8221;36&#8243;:&#8221;China&#8221;,&#8221;37&#8243;:&#8221;Colombia&#8221;,&#8221;38&#8243;:&#8221;Congo&#8221;,&#8221;40&#8243;:&#8221;Croatia&#8221;,&#8221;41&#8243;:&#8221;Cyprus&#8221;,&#8221;42&#8243;:&#8221;Czech Republic&#8221;,&#8221;43&#8243;:&#8221;Denmark&#8221;,&#8221;44&#8243;:&#8221;Djibouti&#8221;,&#8221;45&#8243;:&#8221;Ecuador&#8221;,&#8221;46&#8243;:&#8221;Egypt&#8221;,&#8221;47&#8243;:&#8221;El Salvador&#8221;,&#8221;48&#8243;:&#8221;Equatorial Guinea&#8221;,&#8221;49&#8243;:&#8221;Eritrea&#8221;,&#8221;50&#8243;:&#8221;Estonia&#8221;,&#8221;51&#8243;:&#8221;Ethiopia&#8221;,&#8221;52&#8243;:&#8221;Fiji&#8221;,&#8221;53&#8243;:&#8221;Finland&#8221;,&#8221;54&#8243;:&#8221;France&#8221;,&#8221;56&#8243;:&#8221;Gabon&#8221;,&#8221;57&#8243;:&#8221;Gambia&#8221;,&#8221;58&#8243;:&#8221;Georgia&#8221;,&#8221;59&#8243;:&#8221;Germany&#8221;,&#8221;60&#8243;:&#8221;Ghana&#8221;,&#8221;61&#8243;:&#8221;Greece&#8221;,&#8221;62&#8243;:&#8221;Guam&#8221;,&#8221;63&#8243;:&#8221;Guinea&#8221;,&#8221;64&#8243;:&#8221;Guinea-Bissau&#8221;,&#8221;65&#8243;:&#8221;Guyana&#8221;,&#8221;66&#8243;:&#8221;Honduras&#8221;,&#8221;67&#8243;:&#8221;Hong Kong&#8221;,&#8221;68&#8243;:&#8221;Hungary&#8221;,&#8221;69&#8243;:&#8221;Iceland&#8221;,&#8221;70&#8243;:&#8221;India&#8221;,&#8221;71&#8243;:&#8221;Indonesia&#8221;,&#8221;74&#8243;:&#8221;Ireland&#8221;,&#8221;75&#8243;:&#8221;Israel&#8221;,&#8221;76&#8243;:&#8221;Italy&#8221;,&#8221;78&#8243;:&#8221;Japan&#8221;,&#8221;79&#8243;:&#8221;Jordan&#8221;,&#8221;80&#8243;:&#8221;Kazakhstan&#8221;,&#8221;81&#8243;:&#8221;Kenya&#8221;,&#8221;82&#8243;:&#8221;Kuwait&#8221;,&#8221;83&#8243;:&#8221;Kyrgyzstan&#8221;,&#8221;84&#8243;:&#8221;Lao People&#8217;s Democratic Republic&#8221;,&#8221;85&#8243;:&#8221;Latvia&#8221;,&#8221;86&#8243;:&#8221;Lebanon&#8221;,&#8221;87&#8243;:&#8221;Lesotho&#8221;,&#8221;88&#8243;:&#8221;Liberia&#8221;,&#8221;90&#8243;:&#8221;Liechtenstein&#8221;,&#8221;91&#8243;:&#8221;Lithuania&#8221;,&#8221;92&#8243;:&#8221;Luxembourg&#8221;,&#8221;93&#8243;:&#8221;Macedonia&#8221;,&#8221;94&#8243;:&#8221;Madagascar&#8221;,&#8221;95&#8243;:&#8221;Malawi&#8221;,&#8221;96&#8243;:&#8221;Malaysia&#8221;,&#8221;97&#8243;:&#8221;Maldives&#8221;,&#8221;98&#8243;:&#8221;Mali&#8221;,&#8221;99&#8243;:&#8221;Malta&#8221;,&#8221;100&#8243;:&#8221;Mauritania&#8221;,&#8221;101&#8243;:&#8221;Mexico&#8221;,&#8221;102&#8243;:&#8221;Moldova&#8221;,&#8221;103&#8243;:&#8221;Monaco&#8221;,&#8221;104&#8243;:&#8221;Mongolia&#8221;,&#8221;105&#8243;:&#8221;Morocco&#8221;,&#8221;106&#8243;:&#8221;Mozambique&#8221;,&#8221;107&#8243;:&#8221;Namibia&#8221;,&#8221;108&#8243;:&#8221;Nepal&#8221;,&#8221;109&#8243;:&#8221;Netherlands&#8221;,&#8221;110&#8243;:&#8221;Netherlands Antilles&#8221;,&#8221;111&#8243;:&#8221;New Zealand&#8221;,&#8221;112&#8243;:&#8221;Nicaragua&#8221;,&#8221;113&#8243;:&#8221;Niger&#8221;,&#8221;114&#8243;:&#8221;Nigeria&#8221;,&#8221;116&#8243;:&#8221;Norway&#8221;,&#8221;117&#8243;:&#8221;Oman&#8221;,&#8221;118&#8243;:&#8221;Pakistan&#8221;,&#8221;119&#8243;:&#8221;Panama&#8221;,&#8221;120&#8243;:&#8221;Paraguay&#8221;,&#8221;121&#8243;:&#8221;Peru&#8221;,&#8221;122&#8243;:&#8221;Philippines&#8221;,&#8221;123&#8243;:&#8221;Poland&#8221;,&#8221;124&#8243;:&#8221;Portugal&#8221;,&#8221;126&#8243;:&#8221;Qatar&#8221;,&#8221;127&#8243;:&#8221;Reunion&#8221;,&#8221;128&#8243;:&#8221;Romania&#8221;,&#8221;129&#8243;:&#8221;Russia&#8221;,&#8221;130&#8243;:&#8221;Rwanda&#8221;,&#8221;132&#8243;:&#8221;Samoa (Independent)&#8221;,&#8221;133&#8243;:&#8221;Saudi Arabia&#8221;,&#8221;134&#8243;:&#8221;Senegal&#8221;,&#8221;135&#8243;:&#8221;Seychelles&#8221;,&#8221;136&#8243;:&#8221;Sierra Leone&#8221;,&#8221;137&#8243;:&#8221;Singapore&#8221;,&#8221;138&#8243;:&#8221;Slovakia&#8221;,&#8221;139&#8243;:&#8221;Slovenia&#8221;,&#8221;140&#8243;:&#8221;Somalia&#8221;,&#8221;141&#8243;:&#8221;South Africa&#8221;,&#8221;142&#8243;:&#8221;South Korea&#8221;,&#8221;143&#8243;:&#8221;Spain&#8221;,&#8221;144&#8243;:&#8221;Sri Lanka&#8221;,&#8221;146&#8243;:&#8221;Suriname&#8221;,&#8221;147&#8243;:&#8221;Swaziland&#8221;,&#8221;148&#8243;:&#8221;Sweden&#8221;,&#8221;149&#8243;:&#8221;Switzerland&#8221;,&#8221;152&#8243;:&#8221;Taiwan&#8221;,&#8221;153&#8243;:&#8221;Tanzania&#8221;,&#8221;154&#8243;:&#8221;Thailand&#8221;,&#8221;155&#8243;:&#8221;Togo&#8221;,&#8221;156&#8243;:&#8221;Tunisia&#8221;,&#8221;157&#8243;:&#8221;Turkiye&#8221;,&#8221;158&#8243;:&#8221;Turkmenistan&#8221;,&#8221;159&#8243;:&#8221;Uganda&#8221;,&#8221;161&#8243;:&#8221;Ukraine&#8221;,&#8221;162&#8243;:&#8221;United Arab Emirates&#8221;,&#8221;163&#8243;:&#8221;Uruguay&#8221;,&#8221;164&#8243;:&#8221;USA&#8221;,&#8221;165&#8243;:&#8221;Uzbekistan&#8221;,&#8221;166&#8243;:&#8221;Vatican City State (Holy See)&#8221;,&#8221;167&#8243;:&#8221;Venezuela&#8221;,&#8221;168&#8243;:&#8221;Vietnam&#8221;,&#8221;169&#8243;:&#8221;Virgin Islands (British)&#8221;,&#8221;170&#8243;:&#8221;Yemen&#8221;,&#8221;173&#8243;:&#8221;Zambia&#8221;,&#8221;174&#8243;:&#8221;Zimbabwe&#8221;,&#8221;175&#8243;:&#8221;Antigua And Barbuda&#8221;,&#8221;176&#8243;:&#8221;Anguilla&#8221;,&#8221;178&#8243;:&#8221;American Samoa&#8221;,&#8221;179&#8243;:&#8221;Aruba&#8221;,&#8221;180&#8243;:&#8221;Brunei Darussalam&#8221;,&#8221;181&#8243;:&#8221;Bouvet Island&#8221;,&#8221;183&#8243;:&#8221;Cook Islands&#8221;,&#8221;185&#8243;:&#8221;Christmas Island&#8221;,&#8221;187&#8243;:&#8221;Dominican Republic&#8221;,&#8221;188&#8243;:&#8221;Western Sahara&#8221;,&#8221;189&#8243;:&#8221;Falkland Islands&#8221;,&#8221;191&#8243;:&#8221;Faroe Islands&#8221;,&#8221;192&#8243;:&#8221;Grenada&#8221;,&#8221;193&#8243;:&#8221;French Guiana&#8221;,&#8221;194&#8243;:&#8221;Gibraltar&#8221;,&#8221;195&#8243;:&#8221;Greenland&#8221;,&#8221;196&#8243;:&#8221;Guadeloupe&#8221;,&#8221;198&#8243;:&#8221;Guatemala&#8221;,&#8221;200&#8243;:&#8221;Haiti&#8221;,&#8221;202&#8243;:&#8221;Jamaica&#8221;,&#8221;203&#8243;:&#8221;Kiribati&#8221;,&#8221;204&#8243;:&#8221;Comoros&#8221;,&#8221;205&#8243;:&#8221;Saint Kitts and Nevis&#8221;,&#8221;206&#8243;:&#8221;Saint Lucia&#8221;,&#8221;207&#8243;:&#8221;Marshall Islands&#8221;,&#8221;208&#8243;:&#8221;Macau&#8221;,&#8221;210&#8243;:&#8221;Martinique&#8221;,&#8221;212&#8243;:&#8221;Mauritius&#8221;,&#8221;213&#8243;:&#8221;New Caledonia&#8221;,&#8221;214&#8243;:&#8221;Norfolk Island&#8221;,&#8221;215&#8243;:&#8221;Nauru&#8221;,&#8221;217&#8243;:&#8221;Niue&#8221;,&#8221;219&#8243;:&#8221;Papua New Guinea&#8221;,&#8221;221&#8243;:&#8221;Pitcairn&#8221;,&#8221;222&#8243;:&#8221;Palau&#8221;,&#8221;223&#8243;:&#8221;Solomon Islands&#8221;,&#8221;225&#8243;:&#8221;Svalbard and Jan Mayen Islands&#8221;,&#8221;227&#8243;:&#8221;San Marino&#8221;,&#8221;232&#8243;:&#8221;Tonga&#8221;,&#8221;233&#8243;:&#8221;Timor-Leste&#8221;,&#8221;234&#8243;:&#8221;Trinidad and Tobago&#8221;,&#8221;235&#8243;:&#8221;Tuvalu&#8221;,&#8221;237&#8243;:&#8221;Saint Vincent and the Grenadines&#8221;,&#8221;238&#8243;:&#8221;Virgin Islands (U.S.)&#8221;,&#8221;239&#8243;:&#8221;Vanuatu&#8221;,&#8221;241&#8243;:&#8221;Mayotte&#8221;,&#8221;242&#8243;:&#8221;Myanmar&#8221;,&#8221;255&#8243;:&#8221;Sao Tome and Principe&#8221;,&#8221;257&#8243;:&#8221;South Georgia and the South Sandwich Islands&#8221;,&#8221;260&#8243;:&#8221;Tajikistan&#8221;,&#8221;262&#8243;:&#8221;United Kingdom&#8221;,&#8221;268&#8243;:&#8221;Costa Rica&#8221;,&#8221;270&#8243;:&#8221;Guernsey&#8221;,&#8221;272&#8243;:&#8221;North Korea&#8221;,&#8221;274&#8243;:&#8221;Afghanistan&#8221;,&#8221;275&#8243;:&#8221;Cote D&#8217;Ivoire&#8221;,&#8221;276&#8243;:&#8221;Cuba&#8221;,&#8221;277&#8243;:&#8221;French Polynesia&#8221;,&#8221;278&#8243;:&#8221;Iran&#8221;,&#8221;279&#8243;:&#8221;Iraq&#8221;,&#8221;281&#8243;:&#8221;Libya&#8221;,&#8221;282&#8243;:&#8221;Palestine&#8221;,&#8221;285&#8243;:&#8221;Syria&#8221;,&#8221;286&#8243;:&#8221;Aaland Islands&#8221;,&#8221;287&#8243;:&#8221;Turks &amp; Caicos Islands&#8221;,&#8221;288&#8243;:&#8221;Jersey  (Channel Islands)&#8221;,&#8221;289&#8243;:&#8221;Dominica&#8221;,&#8221;290&#8243;:&#8221;Montenegro&#8221;,&#8221;293&#8243;:&#8221;Sudan&#8221;,&#8221;294&#8243;:&#8221;Montserrat&#8221;,&#8221;298&#8243;:&#8221;Curacao&#8221;,&#8221;302&#8243;:&#8221;Sint Maarten&#8221;,&#8221;311&#8243;:&#8221;South Sudan&#8221;,&#8221;315&#8243;:&#8221;Republic of Kosovo&#8221;,&#8221;318&#8243;:&#8221;Congo, Democratic Republic of the&#8221;,&#8221;323&#8243;:&#8221;Isle of Man&#8221;,&#8221;324&#8243;:&#8221;Saint Martin&#8221;,&#8221;325&#8243;:&#8221;Bonaire, Saint Eustatius and Saba&#8221;,&#8221;326&#8243;:&#8221;Serbia&#8221;},&#8221;defaultcountry&#8221;:164},&#8221;PHONE&#8221;:{&#8220;name&#8221;:&#8221;PHONE&#8221;,&#8221;label&#8221;:&#8221;Phone Number&#8221;,&#8221;helper_text&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;phone&#8221;,&#8221;required&#8221;:false,&#8221;audience_field_name&#8221;:&#8221;Phone Number&#8221;,&#8221;phoneformat&#8221;:&#8221;&#8221;,&#8221;enabled&#8221;:false,&#8221;order&#8221;:null,&#8221;field_type&#8221;:&#8221;merge&#8221;,&#8221;merge_id&#8221;:4}}).find(function(f) { return f.name === fieldName &amp;&amp; f.type === &#8216;smsphone&#8217;; });        var isRequired = smsField ? smsField.required : false;        var shouldAppendCountryCode = smsNotRequiredRemoveCountryCodeEnabled ? isRequired : true;                var phoneInput = document.querySelector(&#8216;#mce-&#8216; + fieldName);        if (phoneInput &amp;&amp; selectedProgram.countryCallingCode &amp;&amp; shouldAppendCountryCode) {          phoneInput.value = selectedProgram.countryCallingCode;        }                        updateSmsLegalText(selectedCountry, fieldName);        updatePlaceholder(selectedCountry, fieldName);        updateCountryCodeInstruction(selectedCountry, fieldName);      });    }    document.addEventListener(&#8216;DOMContentLoaded&#8217;, function() {      const smsPhoneFields = document.querySelectorAll(&#8216;[id^=&#8221;country-select-&#8220;]&#8217;);            smsPhoneFields.forEach(function(dropdown) {        const fieldName = dropdown?.id.replace(&#8216;country-select-&#8216;, &#8221;);        initializeSmsPhoneDropdown(fieldName);      });    });    [\/tcb-script]<strong data-end=\"530\" data-start=\"477\"><\/strong><strong data-end=\"530\" data-start=\"477\">Shape the Future of ScanScore<\/strong><strong data-end=\"530\" data-start=\"477\">\u200b<\/strong><\/p>\n<p data-end=\"717\" data-start=\"532\">ScanScore is entering a new era.After the passing of our founder and creator, we want to honor his vision by making ScanScore more open, innovative, and user-driven than ever before.<\/p>\n<p data-end=\"845\" data-start=\"719\">That\u2019s why we\u2019re launching <strong data-end=\"759\" data-start=\"746\">Scan Stars<\/strong> \u2013 a select group of passionate users who help shape the next generation of ScanScore.<\/p>\n<p data-end=\"873\" data-start=\"847\">As a Scan Star, you\u2019ll get:<\/p>\n<ul data-end=\"1134\" data-start=\"874\">\n<li data-end=\"932\" data-start=\"874\"><strong data-end=\"902\" data-start=\"876\">Exclusive early access<\/strong> to unreleased beta versions<\/li>\n<li data-end=\"988\" data-start=\"933\"><strong data-end=\"959\" data-start=\"935\">Guided testing tasks<\/strong> and feedback opportunities<\/li>\n<li data-end=\"1046\" data-start=\"989\"><strong data-end=\"1011\" data-start=\"991\">Direct influence<\/strong> on new features and improvements<\/li>\n<li data-end=\"1134\" data-start=\"1047\"><strong data-end=\"1068\" data-start=\"1049\">Special rewards<\/strong> like discounts or even free licenses based on your contribution<\/li>\n<\/ul>\n<p data-end=\"1246\" data-start=\"1136\">You don\u2019t need to be a tech expert \u2013 just someone who loves ScanScore and wants to help make it even better.<\/p>\n<p data-end=\"1377\" data-start=\"1248\">Join the movement.Be part of the team where <strong data-end=\"1321\" data-start=\"1295\">users create for users<\/strong>.Together, we\u2019ll write the next chapter of ScanScore.<\/p>\n<p data-end=\"1377\" data-start=\"1248\">\n<p data-end=\"1377\" data-start=\"1248\">Best,&nbsp;<\/p>\n<p data-end=\"1377\" data-start=\"1248\">Marvin<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2b50 Join the Scan Stars \u2b50 Subscribe * indicates required Email Address *Use the mail address matching to your accountFirst Name *Last Name System * Windows Mac Version * ScanScore 3 Professional ScanScore 3 Ensemble ScanScore 3 Melody (highest) [tcb-script type=&#8221;text\/javascript&#8221; src=&#8221;\/\/s3.amazonaws.com\/downloads.mailchimp.com\/js\/mc-validate.js&#8221;][\/tcb-script][tcb-script type=&#8221;text\/javascript&#8221;](function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=&#8217;EMAIL&#8217;;ftypes[0]=&#8217;email&#8217;;fnames[1]=&#8217;FNAME&#8217;;ftypes[1]=&#8217;text&#8217;;fnames[2]=&#8217;LNAME&#8217;;ftypes[2]=&#8217;text&#8217;;fnames[6]=&#8217;MMERGE6&#8242;;ftypes[6]=&#8217;radio&#8217;;fnames[5]=&#8217;MMERGE5&#8242;;ftypes[5]=&#8217;radio&#8217;;fnames[3]=&#8217;ADDRESS&#8217;;ftypes[3]=&#8217;address&#8217;;fnames[4]=&#8217;PHONE&#8217;;ftypes[4]=&#8217;phone&#8217;;}(jQuery));var $mcj = jQuery.noConflict(true); \/\/ [&hellip;]<\/p>\n","protected":false},"author":14433,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"Scan Star","_seopress_titles_desc":"Help to shape ScanScore by giving feedback to unreleased features and get discounts!","_seopress_robots_index":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-71909","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/pages\/71909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/users\/14433"}],"replies":[{"embeddable":true,"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/comments?post=71909"}],"version-history":[{"count":14,"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/pages\/71909\/revisions"}],"predecessor-version":[{"id":71960,"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/pages\/71909\/revisions\/71960"}],"wp:attachment":[{"href":"https:\/\/scan-score.com\/en\/wp-json\/wp\/v2\/media?parent=71909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}