var qsProxy=false;function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=(this.frame.contentWindow)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="100vh";window.parent.scrollTo(0,0);}else if(!this.frame.dataset.parentScrolled){this.frame.dataset.parentScrolled=true;var container=window.parent.document&&window.parent.document.querySelector('.jt-content');if(container){container.scrollTo(0,0);}}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||[];var i211530937066050=new FrameBuilder("211530937066050",false,"","<html lang=\"\"><head><title>CoinMarketCap Influencer(KOL) \u2013 Content Submission Form<\/title><link rel=\"canonical\" href=\"https:\/\/coinmarketcap.jotform.com\/211530937066050\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http:\/\/www.jotform.com\/form\/211530937066050\" title=\"oEmbed Form\"\/><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=http:\/\/www.jotform.com\/form\/&#x27;211530937066050\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"CoinMarketCap Influencer(KOL) \u2013 Content Submission Form\"\/><meta property=\"og:url\" content=\"http:\/\/www.coinmarketcap.jotform.com\/form\/211530937066050\"\/><meta property=\"og:description\" content=\"Please click the link to complete this form.\"\/><meta property=\"og:image\" content=\"https:\/\/coinmarketcap.jotform.com\/uploads\/jang.woojin\/form_files\/cmc-icon.60b9be74f228b8.01421721.png\"\/><meta name=\"slack-app-id\" content=\"AHNMASS8M\"\/><link rel=\"preload\" href=\"https:\/\/coinmarketcap.jotform.com\/stylebuilder\/default.css?f0d12e98\" as=\"style\"\/><link rel=\"preload\" href=\"https:\/\/coinmarketcap.jotform.com\/stylebuilder\/211530937066050.css?themeID=59660a76cf3bfe1147278031\" as=\"style\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/coinmarketcap.jotform.com\/stylebuilder\/default.css?f0d12e98\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/coinmarketcap.jotform.com\/stylebuilder\/211530937066050.css?themeID=59660a76cf3bfe1147278031\"\/><style>\n        body { overflow: hidden; }\n        body ul,\n        body ol { list-style: none; }\n        body { opacity: 0; }\n      <\/style><link rel=\"shortcut icon\" href=\"\/favicon.ico\"\/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\/><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\"\/><script>window.FORM_MODE = \"cardform\";<\/script><\/head><body class=\"jfCardForm notLoaded cf-minimal welcomeMode\"><div class=\"js-pressEnterHint isHidden\" style=\"color:white;position:absolute;z-index:1;bottom:29.5%;left:37.2%;display:none\">You can always press Enter\u23ce to continue<\/div><div id=\"jfQuestion-proxy\" class=\"forFullScreen\"><\/div><div>\n        <script src=\"https:\/\/coinmarketcap.jotform.com\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/coinmarketcap.jotform.com\/static\/jotform.forms.js?3.3.29597\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.js\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = true;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = true;\n\tJotForm.newPaymentUI = true;\n\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\n\tJotForm.enterprise = \"coinmarketcap.jotform.com\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\n      JotForm.alterTexts(undefined);\n\t\n        \n        \n\t});\n\n   JotForm.prepareCalculationsOnTheFly([null,null,null,null,null,{\"description\":\"\",\"name\":\"ltstronggtcoinmarketcapRegistered\",\"qid\":\"5\",\"subLabel\":\"example@example.com\",\"text\":\"CoinMarketCap Registered 'Email' Address\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"ltstronggtcontentTypeltstronggt\",\"qid\":\"6\",\"text\":\"Content Type\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"ltstronggtlanguageltstronggt\",\"qid\":\"7\",\"text\":\"Language\",\"type\":\"control_radio\"},null,{\"description\":\"\",\"name\":\"ltstronggtpleaseCarefully\",\"qid\":\"9\",\"text\":\"Please carefully read the CoinMarketCap\u00a0Terms and Conditions. You will only be eligible to participate in the program if you click on \\\"I agree with the CoinMarketCap Terms and Conditions\\\"\",\"type\":\"control_radio\"},null,{\"description\":\"Ex) @superman731 [Submit your Telegram username to request joining the private CoinMarketCap Influencer(KOL) Telegram group]\",\"name\":\"ltstronggttelegramusername\",\"qid\":\"11\",\"subLabel\":\"\",\"text\":\"Telegram @Username [OPTIONAL]\",\"type\":\"control_textbox\"},{\"description\":\"Ex) bnb1234567ff5c9d12346fc123ce123456cf4f1234. Winners will be contacted via Email. Make sure you have input your CoinMarketCap registered email (Mismatched information will result in a disqualification). You may input your USDT (BEP2) wallet information beforehand, or input the info once you've won. (https:\\u002F\\u002Fbinance.com\\u002Fen\\u002Fmy\\u002Fwallet\\u002Faccount\\u002Fmain\\u002Fdeposit\\u002Fcrypto\\u002FUSDT)\",\"name\":\"ltstronggtusdtbep2Wallet12\",\"qid\":\"12\",\"subLabel\":\"bnb1234567ff5c9d12346fc123ce123456cf4f1234\",\"text\":\"'USDT(BEP2)' Wallet Address\",\"type\":\"control_textbox\"},{\"description\":\"Ex) 432134 [https:\\u002F\\u002Fbinance.com\\u002Fen\\u002Fmy\\u002Fwallet\\u002Faccount\\u002Fmain\\u002Fdeposit\\u002Fcrypto\\u002FUSDT]\",\"name\":\"ltstronggtusdtbep2Memoltstronggt13\",\"qid\":\"13\",\"subLabel\":\"432134\",\"text\":\"'USDT(BEP2)' Memo\",\"type\":\"control_textbox\"},{\"description\":\"Ex: 12345678 (How to Find BUID)\",\"name\":\"ltstronggtbinancecomuidltstronggt14\",\"qid\":\"14\",\"subLabel\":\"12345678\",\"text\":\"Binance.com 'UID'\",\"type\":\"control_textbox\"},null,null,{\"name\":\"input17\",\"qid\":\"17\",\"text\":\"CoinMarketCap Influencer(KOL) Content PolicyMake sure you understand the content policies.\u00a0Influencers(Content-Creators) need to create and publish Crypto-Content, which includes a link back to CoinMarketCap. That's it. At the end of each month, CoinMarketCap will personally review each content based on various criteria (Quantity, Quality, Views, Shares, Bonus-Links, Topics, etc). Winners and Rewards will be distributed at the end-of-month. With the Prize-Pool periodically increasing.https:\\u002F\\u002Fcoinmarketcap.com\\u002Falexandria\\u002Farticle\\u002Fcoinmarketcap-influencer-kol-content-policy\\n\u00a0\\nCoinMarketCap Community Links\\nCoinMarketCap \u2013 https:\\u002F\\u002Fcoinmarketcap.com?utm_source=cmckolApp (iOS) \u2013 https:\\u002F\\u002Fapps.apple.com\\u002Fapp\\u002Fcoinmarketcap\\u002Fid1282107098App (Android) \u2013 https:\\u002F\\u002Fplay.google.com\\u002Fstore\\u002Fapps\\u002Fdetails?id=com.coinmarketcap.android Watchlist \u2013 https:\\u002F\\u002Fcoinmarketcap.com\\u002Fwatchlist?utm_source=cmckolPortfolio \u2013 https:\\u002F\\u002Fcoinmarketcap.com\\u002Fportfolio-tracker?utm_source=cmckolTelegram (A) \u2013 https:\\u002F\\u002Ft.me\\u002FCoinMarketCapTelegram (B) \u2013 https:\\u002F\\u002Ft.me\\u002FCoinMarketCapENTwitter \u2013 https:\\u002F\\u002Ftwitter.com\\u002FCoinMarketCapFacebook \u2013 https:\\u002F\\u002Ffacebook.com\\u002FCoinMarketCapReddit \u2013 https:\\u002F\\u002Freddit.com\\u002Fr\\u002FCoinMarketCapInstagram \u2013 https:\\u002F\\u002Finstagram.com\\u002FCoinMarketCap\",\"type\":\"control_text\"},{\"description\":\"Ex) https:\\u002F\\u002Fcoinmarketcap.com\\u002Falexandria\\u002Farticle\\u002Fwhat-is-metamask [You can submit multiple rows of content, but they must be the same content-type (Ee: Video\\u002FBlog\\u002FShare\\u002Fetc) for qualification]\",\"name\":\"ltstronggtsubmitContent\",\"qid\":\"18\",\"subLabel\":\"https:\\u002F\\u002Fcoinmarketcap.com\\u002Falexandria\\u002Farticle\\u002Fwhat-is-metamask\",\"text\":\"Submit Content (Link\\u002FURL) [Multiple Submission of the Same Type of Content Possible]\",\"type\":\"control_textarea\"},{\"description\":\"Official CoinMarketCap Influencers will receive a &quot;Limited-Edition NFT&quot;. Top ranking influencers will receive NFTs on a monthly basis. Please make sure to input your ERC-1155 Address. Receive NFT (https:\\u002F\\u002Fenj.in\\u002Fuq4), Create Wallet (https:\\u002F\\u002Fenj.in\\u002Fz3c), and Download Enjin Wallet (https:\\u002F\\u002Fenj.in\\u002FNFT)\",\"name\":\"ltstronggtnftInput\",\"qid\":\"19\",\"subLabel\":\"0xD123c71234a7C5Bff1234F1234123412D8F90B4\",\"text\":\"[NFT] Input 'ERC-1155' Ethereum Address\",\"type\":\"control_textbox\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,null,null,null,{\"description\":\"\",\"name\":\"ltstronggtcoinmarketcapRegistered\",\"qid\":\"5\",\"subLabel\":\"example@example.com\",\"text\":\"CoinMarketCap Registered 'Email' Address\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"ltstronggtcontentTypeltstronggt\",\"qid\":\"6\",\"text\":\"Content Type\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"ltstronggtlanguageltstronggt\",\"qid\":\"7\",\"text\":\"Language\",\"type\":\"control_radio\"},null,{\"description\":\"\",\"name\":\"ltstronggtpleaseCarefully\",\"qid\":\"9\",\"text\":\"Please carefully read the CoinMarketCap\u00a0Terms and Conditions. You will only be eligible to participate in the program if you click on \\\"I agree with the CoinMarketCap Terms and Conditions\\\"\",\"type\":\"control_radio\"},null,{\"description\":\"Ex) @superman731 [Submit your Telegram username to request joining the private CoinMarketCap Influencer(KOL) Telegram group]\",\"name\":\"ltstronggttelegramusername\",\"qid\":\"11\",\"subLabel\":\"\",\"text\":\"Telegram @Username [OPTIONAL]\",\"type\":\"control_textbox\"},{\"description\":\"Ex) bnb1234567ff5c9d12346fc123ce123456cf4f1234. Winners will be contacted via Email. Make sure you have input your CoinMarketCap registered email (Mismatched information will result in a disqualification). You may input your USDT (BEP2) wallet information beforehand, or input the info once you've won. (https:\\u002F\\u002Fbinance.com\\u002Fen\\u002Fmy\\u002Fwallet\\u002Faccount\\u002Fmain\\u002Fdeposit\\u002Fcrypto\\u002FUSDT)\",\"name\":\"ltstronggtusdtbep2Wallet12\",\"qid\":\"12\",\"subLabel\":\"bnb1234567ff5c9d12346fc123ce123456cf4f1234\",\"text\":\"'USDT(BEP2)' Wallet Address\",\"type\":\"control_textbox\"},{\"description\":\"Ex) 432134 [https:\\u002F\\u002Fbinance.com\\u002Fen\\u002Fmy\\u002Fwallet\\u002Faccount\\u002Fmain\\u002Fdeposit\\u002Fcrypto\\u002FUSDT]\",\"name\":\"ltstronggtusdtbep2Memoltstronggt13\",\"qid\":\"13\",\"subLabel\":\"432134\",\"text\":\"'USDT(BEP2)' Memo\",\"type\":\"control_textbox\"},{\"description\":\"Ex: 12345678 (How to Find BUID)\",\"name\":\"ltstronggtbinancecomuidltstronggt14\",\"qid\":\"14\",\"subLabel\":\"12345678\",\"text\":\"Binance.com 'UID'\",\"type\":\"control_textbox\"},null,null,{\"name\":\"input17\",\"qid\":\"17\",\"text\":\"CoinMarketCap Influencer(KOL) Content PolicyMake sure you understand the content policies.\u00a0Influencers(Content-Creators) need to create and publish Crypto-Content, which includes a link back to CoinMarketCap. That's it. At the end of each month, CoinMarketCap will personally review each content based on various criteria (Quantity, Quality, Views, Shares, Bonus-Links, Topics, etc). Winners and Rewards will be distributed at the end-of-month. With the Prize-Pool periodically increasing.https:\\u002F\\u002Fcoinmarketcap.com\\u002Falexandria\\u002Farticle\\u002Fcoinmarketcap-influencer-kol-content-policy\\n\u00a0\\nCoinMarketCap Community Links\\nCoinMarketCap \u2013 https:\\u002F\\u002Fcoinmarketcap.com?utm_source=cmckolApp (iOS) \u2013 https:\\u002F\\u002Fapps.apple.com\\u002Fapp\\u002Fcoinmarketcap\\u002Fid1282107098App (Android) \u2013 https:\\u002F\\u002Fplay.google.com\\u002Fstore\\u002Fapps\\u002Fdetails?id=com.coinmarketcap.android Watchlist \u2013 https:\\u002F\\u002Fcoinmarketcap.com\\u002Fwatchlist?utm_source=cmckolPortfolio \u2013 https:\\u002F\\u002Fcoinmarketcap.com\\u002Fportfolio-tracker?utm_source=cmckolTelegram (A) \u2013 https:\\u002F\\u002Ft.me\\u002FCoinMarketCapTelegram (B) \u2013 https:\\u002F\\u002Ft.me\\u002FCoinMarketCapENTwitter \u2013 https:\\u002F\\u002Ftwitter.com\\u002FCoinMarketCapFacebook \u2013 https:\\u002F\\u002Ffacebook.com\\u002FCoinMarketCapReddit \u2013 https:\\u002F\\u002Freddit.com\\u002Fr\\u002FCoinMarketCapInstagram \u2013 https:\\u002F\\u002Finstagram.com\\u002FCoinMarketCap\",\"type\":\"control_text\"},{\"description\":\"Ex) https:\\u002F\\u002Fcoinmarketcap.com\\u002Falexandria\\u002Farticle\\u002Fwhat-is-metamask [You can submit multiple rows of content, but they must be the same content-type (Ee: Video\\u002FBlog\\u002FShare\\u002Fetc) for qualification]\",\"name\":\"ltstronggtsubmitContent\",\"qid\":\"18\",\"subLabel\":\"https:\\u002F\\u002Fcoinmarketcap.com\\u002Falexandria\\u002Farticle\\u002Fwhat-is-metamask\",\"text\":\"Submit Content (Link\\u002FURL) [Multiple Submission of the Same Type of Content Possible]\",\"type\":\"control_textarea\"},{\"description\":\"Official CoinMarketCap Influencers will receive a &quot;Limited-Edition NFT&quot;. Top ranking influencers will receive NFTs on a monthly basis. Please make sure to input your ERC-1155 Address. Receive NFT (https:\\u002F\\u002Fenj.in\\u002Fuq4), Create Wallet (https:\\u002F\\u002Fenj.in\\u002Fz3c), and Download Enjin Wallet (https:\\u002F\\u002Fenj.in\\u002FNFT)\",\"name\":\"ltstronggtnftInput\",\"qid\":\"19\",\"subLabel\":\"0xD123c71234a7C5Bff1234F1234123412D8F90B4\",\"text\":\"[NFT] Input 'ERC-1155' Ethereum Address\",\"type\":\"control_textbox\"}]);}, 20); \n<\/script>\n\n      <\/div><div class=\"jfForm-wrapper\"><div class=\"jfForm-backgroundContainer\"><\/div><div class=\"jfForm-backgroundUnderlay\"><\/div><div class=\"jfForm-backgroundOverlay\"><\/div><div class=\"jfForm-background\"><div class=\"jfForm-background-mask\"><\/div><\/div><div class=\"jfWelcome-wrapper\" role=\"banner\"><div class=\"jfWelcome\"><div class=\"jfWelcome-imageWrapper\"><img src=\"https:\/\/coinmarketcap.jotform.com\/uploads\/jang.woojin\/form_files\/cmc-icon.60b9be74f228b8.01421721.png\" alt=\"CoinMarketCap Influencer(KOL)\u00a0\" class=\"jfWelcome-image\" loading=\"lazy\"\/><\/div><div id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:1\">CoinMarketCap Influencer(KOL)\u00a0<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\">Content Submission Form<\/div><div class=\"jfWelcome-sectionInfo\"><span class=\"jfWelcome-sectionInfo-questionCount\">11<\/span><span class=\"jfWelcome-sectionInfo-text\">Questions<\/span><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-previous\" style=\"display:none\"><\/button><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-start\" style=\"display:inline\">START<\/button><\/div><\/div><\/div><div class=\"jfForm-logo\" role=\"img\" aria-hidden=\"true\"><img src=\"https:\/\/coinmarketcap.jotform.com\/uploads\/jang.woojin\/form_files\/cmc-icon.60b9be74f228b8.01421721.png\" alt=\"CoinMarketCap Influencer(KOL) \u2013 Content Submission Form\"\/><\/div><form role=\"main\" class=\"jotform-form\" id=\"211530937066050\" name=\"form_211530937066050\" action=\"https:\/\/coinmarketcap.jotform.com\/submit\/211530937066050\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"211530937066050\"\/><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_email\" id=\"id_5\"><div id=\"cid_5\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_email\"><div class=\"jfCard-index\"><div>1<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_5\" class=\"jfQuestion-label isCenterAlign\" id=\"label_5\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>CoinMarketCap Registered 'Email' Address<\/strong><\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_5_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields questionMode\"><div class=\"jfField\" data-type=\"email\"><input type=\"email\" id=\"input_5\" name=\"q5_ltstronggtcoinmarketcapRegistered\" class=\"form-textbox validate[required, Email] forEmail jfInput-input hasSublabel\" autoComplete=\"email\" size=\"310\" value=\"\" data-component=\"email\" required=\"\" aria-required=\"true\" aria-describedby=\"input_5_description\"\/><label class=\"jfField-sublabel \" for=\"input_5\" id=\"sublabel_input_5\">example@example.com<\/label><div class=\"jfCardTooltip js-tooltipContainer\"><div class=\"js-tooltipMessageContainer-info\"><\/div><div class=\"js-tooltipMessageContainer-error\"><\/div><div class=\"jfCardTooltip-close js-tooltipCloseButton\"><span class=\"iconSvg  icon_error \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path class=\"fail-outer\" d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path class=\"fail-inner\" d=\"M227.6,98.4a14.75,14.75,0,0,0-20.86,0L163,142.14,119.26,98.4A14.75,14.75,0,1,0,98.4,119.26L142.14,163,98.4,206.74a14.75,14.75,0,1,0,20.86,20.86L163,183.86l43.74,43.74a14.75,14.75,0,1,0,20.86-20.86L183.86,163l43.74-43.74A14.75,14.75,0,0,0,227.6,98.4Z\"><\/path><\/g><\/g><\/svg><\/span><\/div><\/div><\/div><div class=\"jfEmailVerify-loading\"><span class=\"loadingDot\"><\/span><span class=\"loadingDot isD2\"><\/span><span class=\"loadingDot isD3\"><\/span><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:none\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_6\"><div id=\"cid_6\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>2<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_6\" class=\"jfQuestion-label isCenterAlign\" id=\"label_6\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>Content Type<\/strong><\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_6_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_6\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"3\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_6_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q6_ltstronggtcontentTypeltstronggt\" value=\"Video\" id=\"input_6_0\" required=\"\" aria-describedby=\"label_6\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Video<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_6_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q6_ltstronggtcontentTypeltstronggt\" value=\"Blog\" id=\"input_6_1\" required=\"\" aria-describedby=\"label_6\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Blog<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_6_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q6_ltstronggtcontentTypeltstronggt\" value=\"Chat\" id=\"input_6_2\" required=\"\" aria-describedby=\"label_6\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Chat<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_6_3\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q6_ltstronggtcontentTypeltstronggt\" value=\"Social\" id=\"input_6_3\" required=\"\" aria-describedby=\"label_6\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Social<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_6_4\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q6_ltstronggtcontentTypeltstronggt\" value=\"Share\" id=\"input_6_4\" required=\"\" aria-describedby=\"label_6\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Share<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_7\"><div id=\"cid_7\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>3<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_7\" class=\"jfQuestion-label isCenterAlign\" id=\"label_7\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>Language<\/strong><\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_7_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_7\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"0\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"English \/ EN\" id=\"input_7_0\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">English \/ EN<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Russian \/ RU \/ \u0440\u0443\u0301\u0441\u0441\u043a\u0438\u0439\" id=\"input_7_1\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Russian \/ RU \/ \u0440\u0443\u0301\u0441\u0441\u043a\u0438\u0439<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Spanish \/ ES \/ Espa\u00f1ol\" id=\"input_7_2\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Spanish \/ ES \/ Espa\u00f1ol<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_3\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Turkish \/ TR \/ T\u00fcrk\u00e7e\" id=\"input_7_3\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Turkish \/ TR \/ T\u00fcrk\u00e7e<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_4\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"German \/ DE \/ Deutsche\" id=\"input_7_4\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">German \/ DE \/ Deutsche<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_5\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Vietnamese \/ VN \/ Ti\u1ebfng Vi\u1ec7t\" id=\"input_7_5\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Vietnamese \/ VN \/ Ti\u1ebfng Vi\u1ec7t<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_6\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Indonesian \/ ID \/\u00a0Bahasa Indonesia\" id=\"input_7_6\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Indonesian \/ ID \/\u00a0Bahasa Indonesia<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_7\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Hindi \/ HI \/ \u0939\u093f\u0928\u094d\u0926\u0940\" id=\"input_7_7\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Hindi \/ HI \/ \u0939\u093f\u0928\u094d\u0926\u0940<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_8\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Nederlands \/ NL \/ Dutch\" id=\"input_7_8\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Nederlands \/ NL \/ Dutch<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_9\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Japanese \/ JP \/ \u65e5\u672c\u8a9e\" id=\"input_7_9\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Japanese \/ JP \/ \u65e5\u672c\u8a9e<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_10\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Korean \/ KR \/ \ud55c\uad6d\uc5b4\" id=\"input_7_10\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Korean \/ KR \/ \ud55c\uad6d\uc5b4<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_11\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" value=\"Chinese(Simplified) \/ ZH \/ \u7b80\u4f53\u4e2d\u6587\" id=\"input_7_11\" required=\"\" aria-describedby=\"label_7\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">Chinese(Simplified) \/ ZH \/ \u7b80\u4f53\u4e2d\u6587<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item form-other-part-item\"><label data-id=\"label_other_7\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input jfRadio-otherInput form-radio-other form-radio validate[required]\" name=\"q7_ltstronggtlanguageltstronggt\" id=\"other_7\" value=\"other\" aria-label=\"Other\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><span class=\"jfRadio-labelText jfRadio-otherInputText\"><input type=\"text\" class=\"jfRadio-input jfRadio-otherInputField form-radio-other-input form-textbox\" name=\"q7_ltstronggtlanguageltstronggt[other]\" data-otherhint=\"Other\" placeholder=\"Other\" size=\"15\" id=\"input_7\" aria-label=\"Other\" tabindex=\"-1\"\/><\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textarea\" id=\"id_18\"><div id=\"cid_18\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textarea\"><div class=\"jfCard-index\"><div>4<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_18\" class=\"jfQuestion-label isCenterAlign\" id=\"label_18\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>Submit Content (Link\/URL) [Multiple Submission of the Same Type of Content Possible]<\/strong><\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_18_description\"><span>Ex) https:\/\/coinmarketcap.com\/alexandria\/article\/what-is-metamask [You can submit multiple rows of content, but they must be the same content-type (Ee: Video\/Blog\/Share\/etc) for qualification]<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"textarea\"><div class=\"jfField\" data-type=\"textarea\"><textarea id=\"input_18\" class=\"jfInput-textarea hasSublabel form-textarea validate[required]\" data-component=\"textarea\" placeholder=\"Type here...\" rows=\"4\" cols=\"648\" required=\"\" name=\"q18_ltstronggtsubmitContent\"><\/textarea><label class=\"jfField-sublabel \" for=\"input_18\" id=\"sublabel_input_18\">https:\/\/coinmarketcap.com\/alexandria\/article\/what-is-metamask<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_9\"><div id=\"cid_9\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>5<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_9\" class=\"jfQuestion-label isCenterAlign\" id=\"label_9\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>Please carefully read the CoinMarketCap\u00a0<\/strong><a href=\"http:\/\/coinmarketcap.com\/earn\/terms\" rel=\"nofollow\" target=\"_blank\"><strong>Terms and Conditions<\/strong><\/a><strong>. You will only be eligible to participate in the program if you click on \"I agree with the CoinMarketCap Terms and Conditions\"<\/strong><\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_9_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_9\" class=\"jfQuestion-fields form-single-column\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_9_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q9_ltstronggtpleaseCarefully\" value=\"I Agree with the CoinMarketCap Terms and Conditions (O)\" id=\"input_9_0\" required=\"\" aria-describedby=\"label_9\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">I Agree with the CoinMarketCap Terms and Conditions (O)<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_9_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q9_ltstronggtpleaseCarefully\" value=\"I Disagree with the CoinMarketCap Terms and Conditions (X)\" id=\"input_9_1\" required=\"\" aria-describedby=\"label_9\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" loading=\"lazy\"\/><span class=\"jfRadio-labelText\">I Disagree with the CoinMarketCap Terms and Conditions (X)<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_11\"><div id=\"cid_11\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>6<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_11\" class=\"jfQuestion-label isCenterAlign\" id=\"label_11\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>Telegram @Username [OPTIONAL]<\/strong><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_11_description\"><span>Ex) @superman731 [Submit your Telegram username to request joining the private CoinMarketCap Influencer(KOL) Telegram group]<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_11\" name=\"q11_ltstronggttelegramusername\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"310\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_11_description\" aria-labelledby=\"label_11\"\/><label class=\"jfField-sublabel \" for=\"input_11\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_12\"><div id=\"cid_12\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>7<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_12\" class=\"jfQuestion-label isCenterAlign\" id=\"label_12\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>'USDT(BEP2)' Wallet Address<\/strong><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_12_description\"><span>Ex) bnb1234567ff5c9d12346fc123ce123456cf4f1234. Winners will be contacted via Email. Make sure you have input your CoinMarketCap registered email (Mismatched information will result in a disqualification). You may input your USDT (BEP2) wallet information beforehand, or input the info once you've won. (https:\/\/binance.com\/en\/my\/wallet\/account\/main\/deposit\/crypto\/USDT)<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_12\" name=\"q12_ltstronggtusdtbep2Wallet12\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input hasSublabel\" size=\"310\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_12_description\" aria-labelledby=\"label_12 sublabel_input_12\"\/><label class=\"jfField-sublabel \" for=\"input_12\" id=\"sublabel_input_12\">bnb1234567ff5c9d12346fc123ce123456cf4f1234<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_13\"><div id=\"cid_13\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>8<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_13\" class=\"jfQuestion-label isCenterAlign\" id=\"label_13\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>'USDT(BEP2)' Memo<\/strong><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_13_description\"><span>Ex) 432134 [https:\/\/binance.com\/en\/my\/wallet\/account\/main\/deposit\/crypto\/USDT]<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_13\" name=\"q13_ltstronggtusdtbep2Memoltstronggt13\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input hasSublabel\" size=\"310\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_13_description\" aria-labelledby=\"label_13 sublabel_input_13\"\/><label class=\"jfField-sublabel \" for=\"input_13\" id=\"sublabel_input_13\">432134<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_14\"><div id=\"cid_14\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>9<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_14\" class=\"jfQuestion-label isCenterAlign\" id=\"label_14\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>Binance.com 'UID'<\/strong><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_14_description\"><span>Ex: 12345678 (<a href=\"https:\/\/www.google.com\/url?q=https:\/\/coinmarketcap.com\/earn\/find-binance-user-id&sa=D&source=editors&ust=1622789340463000&usg=AFQjCNGBQMU77bNi5esSy3EoJhVID1q_oA\" rel=\"nofollow\" target=\"_blank\">How to Find BUID<\/a>)<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_14\" name=\"q14_ltstronggtbinancecomuidltstronggt14\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input hasSublabel\" size=\"310\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_14_description\" aria-labelledby=\"label_14 sublabel_input_14\"\/><label class=\"jfField-sublabel \" for=\"input_14\" id=\"sublabel_input_14\">12345678<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_textbox\" id=\"id_19\"><div id=\"cid_19\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>10<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_19\" class=\"jfQuestion-label isCenterAlign\" id=\"label_19\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\"><strong>[NFT] Input 'ERC-1155' Ethereum Address<\/strong><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_19_description\"><span>Official CoinMarketCap Influencers will receive a \"Limited-Edition NFT\". Top ranking influencers will receive NFTs on a monthly basis. Please make sure to input your ERC-1155 Address. Receive NFT (<a href=\"https:\/\/enj.in\/uq4\" rel=\"nofollow\" target=\"_blank\">https:\/\/enj.in\/uq4<\/a>), Create Wallet (<a href=\"https:\/\/enj.in\/z3c\" rel=\"nofollow\" target=\"_blank\">https:\/\/enj.in\/z3c<\/a>), and Download Enjin Wallet (<a href=\"https:\/\/enj.in\/NFT\" rel=\"nofollow\" target=\"_blank\">https:\/\/enj.in\/NFT<\/a>)<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_19\" name=\"q19_ltstronggtnftInput\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input hasSublabel\" size=\"310\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_19_description\" aria-labelledby=\"label_19 sublabel_input_19\"\/><label class=\"jfField-sublabel \" for=\"input_19\" id=\"sublabel_input_19\">0xD123c71234a7C5Bff1234F1234123412D8F90B4<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_text\" id=\"id_17\"><div id=\"cid_17\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_text\"><div class=\"jfCard-index\"><div>11<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\"><div id=\"text_17\" class=\"form-html\" data-component=\"text\"><p><strong>CoinMarketCap Influencer(KOL) Content Policy<\/strong><br \/>Make sure you understand the content policies.\u00a0Influencers(Content-Creators) need to create and publish Crypto-Content, which includes a link back to CoinMarketCap. That's it. At the end of each month, CoinMarketCap will personally review each content based on various criteria (Quantity, Quality, Views, Shares, Bonus-Links, Topics, etc). Winners and Rewards will be distributed at the end-of-month. With the Prize-Pool periodically increasing.<br \/><a href=\"https:\/\/coinmarketcap.com\/alexandria\/article\/coinmarketcap-influencer-kol-content-policy\" rel=\"nofollow\">https:\/\/coinmarketcap.com\/alexandria\/article\/coinmarketcap-influencer-kol-content-policy<\/a><\/p>\n<p>\u00a0<\/p>\n<p><strong>CoinMarketCap Community Links<\/strong><\/p>\n<p>CoinMarketCap \u2013 <a href=\"https:\/\/coinmarketcap.com?utm_source=cmckol\" target=\"_blank\" rel=\"nofollow\">https:\/\/coinmarketcap.com?utm_source=cmckol<br \/><\/a>App (iOS) \u2013 <a href=\"https:\/\/apps.apple.com\/app\/coinmarketcap\/id1282107098\" target=\"_blank\" rel=\"nofollow\">https:\/\/apps.apple.com\/app\/coinmarketcap\/id1282107098<\/a><br \/>App (Android) \u2013 <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.coinmarketcap.android \" target=\"_blank\" rel=\"nofollow\">https:\/\/play.google.com\/store\/apps\/details?id=com.coinmarketcap.android <br \/><\/a>Watchlist \u2013 <a href=\"https:\/\/coinmarketcap.com\/watchlist?utm_source=cmckol\" target=\"_blank\" rel=\"nofollow\">https:\/\/coinmarketcap.com\/watchlist?utm_source=cmckol<\/a><br \/>Portfolio \u2013 <a href=\"https:\/\/coinmarketcap.com\/portfolio-tracker?utm_source=cmckol\" target=\"_blank\" rel=\"nofollow\">https:\/\/coinmarketcap.com\/portfolio-tracker?utm_source=cmckol<\/a><br \/>Telegram (A) \u2013 <a href=\"https:\/\/t.me\/CoinMarketCap\" target=\"_blank\" rel=\"nofollow\">https:\/\/t.me\/CoinMarketCap<\/a><br \/>Telegram (B) \u2013 <a href=\"https:\/\/t.me\/CoinMarketCapEN\" target=\"_blank\" rel=\"nofollow\">https:\/\/t.me\/CoinMarketCapEN<\/a><br \/>Twitter \u2013 <a href=\"https:\/\/twitter.com\/CoinMarketCap\" target=\"_blank\" rel=\"nofollow\">https:\/\/twitter.com\/CoinMarketCap<\/a><br \/>Facebook \u2013 <a href=\"https:\/\/facebook.com\/CoinMarketCap\" target=\"_blank\" rel=\"nofollow\">https:\/\/facebook.com\/CoinMarketCap<\/a><br \/>Reddit \u2013 <a href=\"https:\/\/reddit.com\/r\/CoinMarketCap\" target=\"_blank\" rel=\"nofollow\">https:\/\/reddit.com\/r\/CoinMarketCap<\/a><br \/>Instagram \u2013 <a href=\"https:\/\/instagram.com\/CoinMarketCap\" target=\"_blank\" rel=\"nofollow\">https:\/\/instagram.com\/CoinMarketCap<\/a><\/p><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Previous\">Previous<\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:block\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li style=\"display:none\">Should be Empty:<input type=\"text\" name=\"website\" value=\"\" aria-hidden=\"true\"\/><\/li><\/ul><\/form><\/div><div class=\"jStaticItems\"><\/div><input type=\"hidden\" aria-hidden=\"true\" id=\"simple_spc\" name=\"simple_spc\" value=\"211530937066050-211530937066050\"\/><div class=\"jfProgress progress-animate\" id=\"cardProgress\" aria-hidden=\"true\" role=\"navigation\" aria-label=\"Progress Bar\"><span class=\"jfProgressLine\"><span class=\"jfProgressLine-inner jsFeedbackProgressLine\" style=\"width:100%\"><\/span><\/span><span class=\"jfProgress-itemWrapperLine \"><\/span><span id=\"jsSubmitError\" class=\"jfProgress-formError\"><\/span><div class=\"jfProgress-itemWrapper \" role=\"list\"><div class=\"jfProgress-itemCell\" role=\"listitem\"><div class=\"jfProgress-item\" data-index=\"0\" role=\"link\" tabindex=\"0\"><div class=\"jfProgress-itemCircle\"><span class=\"jfProgress-itemPulse\"><\/span><\/div><span class=\"jfProgress-itemLabel\">Question Label<\/span><span class=\"jfProgress-statusIcon\"><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/span><\/div><\/div><\/div><div class=\"jfProgress-info\"><span class=\"jfProgress-infoContent\" id=\"cardProgressToggle\" role=\"button\" aria-label=\"See all\"><span class=\"jfProgress-infoContentText\"><span class=\"cardProgress-currentIndex\" id=\"cardProgress-currentIndex\">1 <\/span><span class=\"cardProgress-questionCount cardProgress-middleText\">of<\/span><span class=\"cardProgress-questionCount\" id=\"cardProgress-questionCount\"> 11<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><span class=\"cardProgress-goBack-text\">Go Back<\/span><\/span><\/span><\/span><\/div><div class=\"jfProgress-mobileNavigation jsMobileNavigation\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forPrev forMobileNav u-left jsMobilePrev noTranslate\" data-component=\"button\" aria-label=\"Previous\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button type=\"button\" class=\"jfInput-button forNext forMobileNav u-right jsMobileNext noTranslate\" data-component=\"button\" aria-label=\"Next\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forSubmit forMobileNav form-submit-button u-center jsMobileSubmit\" data-component=\"button\" aria-label=\"Submit\">Submit<\/button><button class=\"jfInput-button u-left forBackToForm\" style=\"display:none\" aria-label=\"Back To Form\"><\/button><\/div><\/div><div class=\"js-overlayWrapper jfOverlay\" aria-hidden=\"true\"><div class=\"jfOverlay-modalWrapper js-overlay-modalWrapper\"><span class=\"jfOverlay-close\"><span class=\"iconSvg  close \"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 209.37 209.37\"><path d=\"M104.1,94.23c-5.83-6-11.26-11.65-16.79-17.2C75.06,64.72,62.72,52.5,50.5,40.17c-1.61-1.63-2.65-1.87-4.22,0a53.62,53.62,0,0,1-5.62,5.61c-1.83,1.58-1.87,2.65-.07,4.42C50.95,60.34,61.17,70.65,71.45,80.91,79,88.46,86.6,96,94.5,103.84L38.58,160l9.18,9.74,56.09-56.38,56.38,56.56,10.38-10.36-56.16-55.81c10-10,19.95-20,29.87-29.88,8-8,16-15.91,23.94-23.94,0.66-.66,1.31-2.42,1-2.78-2.8-3.08-5.82-6-9.24-9.36Z\"><\/path><\/svg><\/span><\/span><img class=\"js-overlayImage jfOverlayImage\" alt=\"close\" loading=\"lazy\"\/><\/div><\/div><script src=\"https:\/\/coinmarketcap.jotform.com\/cardforms\/layout.min.js?f0d12e98\"><\/script><script defer=\"\" src=\"https:\/\/coinmarketcap.jotform.com\/ownerView.php?id=211530937066050\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"welcome\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":false,\"ownerView\":false,\"ownerPercentage\":67,\"isProduction\":false,\"isFormProgressVisible\":true,\"apiURL\":\"\/API\",\"reviewBeforeSubmit\":null,\"questions\":[{\"qid\":\"input_5\",\"id\":\"5\",\"type\":\"control_email\"},{\"qid\":\"input_6\",\"id\":\"6\",\"type\":\"control_radio\"},{\"qid\":\"input_7\",\"id\":\"7\",\"type\":\"control_radio\"},{\"qid\":\"input_18\",\"id\":\"18\",\"type\":\"control_textarea\"},{\"qid\":\"input_9\",\"id\":\"9\",\"type\":\"control_radio\"},{\"qid\":\"input_11\",\"id\":\"11\",\"type\":\"control_textbox\"},{\"qid\":\"input_12\",\"id\":\"12\",\"type\":\"control_textbox\"},{\"qid\":\"input_13\",\"id\":\"13\",\"type\":\"control_textbox\"},{\"qid\":\"input_14\",\"id\":\"14\",\"type\":\"control_textbox\"},{\"qid\":\"input_19\",\"id\":\"19\",\"type\":\"control_textbox\"},{\"qid\":\"input_17\",\"id\":\"17\",\"type\":\"control_text\"}],\"allQuestions\":[{\"id\":\"5\",\"type\":\"control_email\",\"isHidden\":false,\"fields\":null},{\"id\":\"6\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"7\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"18\",\"type\":\"control_textarea\",\"isHidden\":false,\"fields\":null},{\"id\":\"9\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"11\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"12\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"13\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"14\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"19\",\"type\":\"control_textbox\",\"isHidden\":false,\"fields\":null},{\"id\":\"17\",\"type\":\"control_text\",\"isHidden\":false,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"CoinMarketCap Influencer(KOL)\u00a0\"},\"subHeader\":{\"value\":\"Content Submission Form\"},\"imageSrc\":{\"value\":\"https:\/\/coinmarketcap.jotform.com\/uploads\/jang.woojin\/form_files\/cmc-icon.60b9be74f228b8.01421721.png\"},\"buttonText\":{\"value\":\"START\"},\"showQuestionCount\":{\"value\":\"Yes\"},\"isFormTitleVisible\":true},\"formID\":211530937066050,\"fullscreenMode\":false});<\/script><\/body><\/html>\n","CoinMarketCap Influencer(KOL) – Content Submission Form",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="211530937066050"){return;}
var iframe=document.getElementById("211530937066050");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}}
iframe.style.height=height
break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;}
var src=args[1];if(args.length>3){src=args[1]+':'+args[2];}
var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}};if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();