var qsProxy = {};
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;if(typeof $jot!=='undefined'){var iframe=document.getElementById("91056385839165");var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){this.iframeDomId='lightbox-'+this.iframeDomId;}}
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";if(!('nojump'in this.frame.contentWindow.document.get)){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&&!('nojump'in window.parent.document.get)){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 i91056385839165=new FrameBuilder("91056385839165",false,"","<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html lang=\"en\"  class=\"supernova\"><head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=https%3A%2F%2Fform.jotform.com%2F91056385839165\" title=\"oEmbed Form\">\n<link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=https%3A%2F%2Fform.jotform.com%2F91056385839165\" title=\"oEmbed Form\">\n<meta property=\"og:title\" content=\"Request a Quote \u2013 Build Your Own Fiber Patch Cable\" >\n<meta property=\"og:url\" content=\"https:\/\/form.jotform.com\/91056385839165\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\" >\n<meta name=\"slack-app-id\" content=\"AHNMASS8M\">\n<meta name=\"format-detection\" content=\"telephone=no\">\n<meta property=\"og:image\" content=\"https:\/\/cdn.jotfor.ms\/assets\/img\/landing\/opengraph.png\" \/>\n<link rel=\"shortcut icon\" href=\"https:\/\/cdn.jotfor.ms\/assets\/img\/favicons\/favicon-2021-light%402x.png\">\n<link rel=\"apple-touch-icon\" href=\"https:\/\/cdn.jotfor.ms\/assets\/img\/favicons\/favicon-2021-light%402x.png\">\n<script>\n          var favicon = document.querySelector('link[rel=\"shortcut icon\"]');\n          window.isDarkMode = (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);\n          if(favicon && window.isDarkMode) {\n              favicon.href = favicon.href.replaceAll('favicon-2021-light%402x.png', 'favicon-2021-dark%402x.png');\n          }\n      <\/script><link rel=\"canonical\" href=\"https:\/\/form.jotform.com\/91056385839165\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=1\" \/>\n<meta name=\"HandheldFriendly\" content=\"true\" \/>\n<title>Request a Quote \u2013 Build Your Own Fiber Patch Cable<\/title>\n<link href=\"https:\/\/cdn01.jotfor.ms\/static\/formCss.css?3.3.45877\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn02.jotfor.ms\/css\/styles\/nova.css?3.3.45877\" \/>\n<style type=\"text\/css\">@media print{.form-section{display:inline!important}.form-pagebreak{display:none!important}.form-section-closed{height:auto!important}.page-section{position:initial!important}}<\/style>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn03.jotfor.ms\/themes\/CSS\/566a91c2977cdfcd478b4567.css?v=3.3.45877\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn01.jotfor.ms\/css\/styles\/payment\/payment_feature.css?3.3.45877\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn02.jotfor.ms\/stylebuilder\/donationBox.css?v=3.3.45877\">\n<style type=\"text\/css\">\n    .form-label-left{\n        width:225px;\n    }\n    .form-line{\n        padding-top:12px;\n        padding-bottom:12px;\n    }\n    .form-label-right{\n        width:225px;\n    }\n    body, html{\n        margin:0;\n        padding:0;\n        background:#fff;\n    }\n\n    .form-all{\n        margin:0px auto;\n        padding-top:0px;\n        width:690px;\n        color:#555 !important;\n        font-family:\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", Verdana, sans-serif;\n        font-size:14px;\n    }\n<\/style>\n\n<style type=\"text\/css\" id=\"form-designer-style\">\n    \/* Injected CSS Code *\/\n\/*PREFERENCES STYLE*\/\n    .form-all {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-header-group {\n      font-family: Lucida Grande, sans-serif;\n    }\n    .form-label {\n      font-family: Lucida Grande, sans-serif;\n    }\n  \n    .form-label.form-label-auto {\n      \n    display: inline-block;\n    float: left;\n    text-align: left;\n  \n    }\n  \n    .form-line {\n      margin-top: 12px;\n      margin-bottom: 12px;\n    }\n  \n    .form-all {\n      width: 690px;\n    }\n  \n    .form-label-left,\n    .form-label-right {\n      width: 225px\n    }\n  \n    .form-all {\n      font-size: 14px\n    }\n    .form-all .qq-upload-button,\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-size: 14px\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-size: 14px\n    }\n  \n    .supernova .form-all, .form-all {\n      background-color: #fff;\n      border: 1px solid transparent;\n    }\n  \n    .form-all {\n      color: #555;\n    }\n    .form-header-group .form-header {\n      color: #555;\n    }\n    .form-header-group .form-subHeader {\n      color: #555;\n    }\n    .form-label-top,\n    .form-label-left,\n    .form-label-right,\n    .form-html,\n    .form-checkbox-item label,\n    .form-radio-item label {\n      color: #555;\n    }\n    .form-sub-label {\n      color: #6f6f6f;\n    }\n  \n    .supernova {\n      background-color: undefined;\n    }\n    .supernova body {\n      background: transparent;\n    }\n  \n    .form-textbox,\n    .form-textarea,\n    .form-radio-other-input,\n    .form-checkbox-other-input,\n    .form-captcha input,\n    .form-spinner input {\n      background-color: undefined;\n    }\n  \n    .supernova {\n      background-image: none;\n    }\n    #stage {\n      background-image: none;\n    }\n  \n    .form-all {\n      background-image: none;\n    }\n  \n  .ie-8 .form-all:before { display: none; }\n  .ie-8 {\n    margin-top: auto;\n    margin-top: initial;\n  }\n  \n  \/*PREFERENCES STYLE*\/\/*__INSPECT_SEPERATOR__*\/.form-description-content\n{\nfont-size: 13px;\nwidth: 400px;\n}\n    \/* Injected CSS Code *\/\n<\/style>\n\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn03.jotfor.ms\/css\/styles\/buttons\/form-submit-button-simple_blue.css?3.3.45877\"\/>\n<script src=\"https:\/\/cdn01.jotfor.ms\/static\/prototype.forms.js?3.3.45877\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn02.jotfor.ms\/static\/jotform.forms.js?3.3.45877\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/cdn03.jotfor.ms\/\/js\/punycode-1.4.1.min.js\"><\/script>\n<script src=\"https:\/\/cdn01.jotfor.ms\/js\/payments\/validategateways.js?v=3.3.45877\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn01.jotfor.ms\/s\/umd\/29327c45977\/for-form-branding-footer.js?v=3.3.45877\" type=\"text\/javascript\" defer><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.singleProduct = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_1555449584623\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"5\",\"6\",\"14\",\"7\",\"15\",\"23\",\"24\",\"9\",\"16\",\"22\"]}],\"id\":\"1555449607559\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_1555449517808\",\"field\":\"4\",\"operator\":\"isEmpty\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1532557095753\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"14\",\"15\",\"16\",\"22\",\"23\",\"24\"]}],\"id\":\"1532557176566\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_1532557134198\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"500 \u00b5m  \",\"isError\":false},{\"id\":\"term_1532557123463\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"300 \u00b5m  \",\"isError\":false},{\"id\":\"term_1532557095753\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"200 \u00b5m  \",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1532558347334\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"6\",\"14\",\"7\",\"15\",\"9\",\"16\"]},{\"id\":\"action_1_1532558347334\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"22\",\"23\",\"24\"]}],\"id\":\"1532553172864\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_0_1532558347334\",\"field\":\"4\",\"operator\":\"equals\",\"value\":\"1500 \u00b5m  (plastic)\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"visibility\":\"HideMultiple\",\"id\":\"action_0_1532557243327\",\"isError\":false,\"fields\":[\"14\",\"15\",\"9\",\"22\",\"23\",\"24\"]}],\"id\":\"1427835076207\",\"index\":\"3\",\"link\":\"Any\",\"priority\":\"3\",\"terms\":[{\"field\":\"4\",\"operator\":\"equals\",\"value\":\"750 \u00b5m\",\"id\":\"term_0_1532557243327\",\"isError\":false},{\"field\":\"4\",\"operator\":\"equals\",\"value\":\"1000 \u00b5m\",\"id\":\"term_1_1532557243327\"}],\"type\":\"field\"}]);\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\twindow.addEventListener('DOMContentLoaded',function(){window.brandingFooter.init({\"formID\":91056385839165,\"campaign\":\"powered_by_jotform_le\",\"isCardForm\":false,\"isLegacyForm\":false})});\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\nif (window.JotForm && JotForm.accessible) $('input_5').setAttribute('tabindex',0);\n      JotForm.description('input_5', 'ID: Min to Max length<br \/><br \/>200 \u00b5m: 0.1 to 1.0 m<br \/>300 \u00b5m: 0.1 to 2.0 m<br \/>500 \u00b5m: 0.1 to 5.0 m<br \/>750 \u00b5m: 0.1 to 5.0 m<br \/>1000 \u00b5m: 0.1 to 5.0 m<br \/>1500 \u00b5m: 0.1 to 5.0 m');\nif (window.JotForm && JotForm.accessible) $('input_10').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_18').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_19').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_20').setAttribute('tabindex',0);\n      JotForm.alterTexts({\"ageVerificationError\":\"You must be older than {minAge} years old to submit this form.\",\"alphabetic\":\"This field can only contain letters\",\"alphanumeric\":\"This field can only contain letters and numbers.\",\"appointmentSelected\":\"You\u2019ve selected {time} on {date}\",\"ccDonationMinLimitError\":\"Minimum amount is {minAmount} {currency}\",\"ccInvalidCVC\":\"CVC number is invalid.\",\"ccInvalidExpireDate\":\"Expire date is invalid.\",\"ccInvalidExpireMonth\":\"Expiration month is invalid.\",\"ccInvalidExpireYear\":\"Expiration year is invalid.\",\"ccInvalidNumber\":\"Credit Card Number is invalid.\",\"ccMissingDetails\":\"Please fill up the credit card details.\",\"ccMissingDonation\":\"Please enter numeric values for donation amount.\",\"ccMissingProduct\":\"Please select at least one product.\",\"characterLimitError\":\"Too many Characters.  The limit is\",\"characterMinLimitError\":\"Too few characters. The minimum is\",\"confirmClearForm\":\"Are you sure you want to clear the form\",\"confirmEmail\":\"E-mail does not match\",\"currency\":\"This field can only contain currency values.\",\"cyrillic\":\"This field can only contain cyrillic characters\",\"dateInvalid\":\"This date is not valid. The date format is {format}\",\"dateInvalidSeparate\":\"This date is not valid. Enter a valid {element}.\",\"dateLimited\":\"This date is unavailable.\",\"disallowDecimals\":\"Please enter a whole number.\",\"doneMessage\":\"Well done! All errors are fixed.\",\"email\":\"Enter a valid e-mail address\",\"fillMask\":\"Field value must fill mask.\",\"freeEmailError\":\"Free email accounts are not allowed\",\"generalError\":\"There are errors on the form. Please fix them before continuing.\",\"generalPageError\":\"There are errors on this page. Please fix them before continuing.\",\"geoNotAvailableDesc\":\"Location provider not available. Please enter the address manually.\",\"geoNotAvailableTitle\":\"Position Unavailable\",\"geoPermissionDesc\":\"Check your browser's privacy settings.\",\"geoPermissionTitle\":\"Permission Denied\",\"geoTimeoutDesc\":\"Please check your internet connection and try again.\",\"geoTimeoutTitle\":\"Timeout\",\"gradingScoreError\":\"Score total should only be less than or equal to\",\"incompleteFields\":\"There are incomplete required fields. Please complete them.\",\"inputCarretErrorA\":\"Input should not be less than the minimum value:\",\"inputCarretErrorB\":\"Input should not be greater than the maximum value:\",\"lessThan\":\"Your score should be less than or equal to\",\"maxDigitsError\":\"The maximum digits allowed is\",\"maxSelectionsError\":\"The maximum number of selections allowed is \",\"minSelectionsError\":\"The minimum required number of selections is \",\"multipleError\":\"There are {count} errors in this page. Please correct them before moving on.\",\"multipleFileUploads_emptyError\":\"{file} is empty, please select files again without it.\",\"multipleFileUploads_fileLimitError\":\"Only {fileLimit} file uploads allowed.\",\"multipleFileUploads_minSizeError\":\"{file} is too small, minimum file size is {minSizeLimit}.\",\"multipleFileUploads_onLeave\":\"The files are being uploaded, if you leave now the upload will be cancelled.\",\"multipleFileUploads_sizeError\":\"{file} is too large, maximum file size is {sizeLimit}.\",\"multipleFileUploads_typeError\":\"{file} has invalid extension. Only {extensions} are allowed.\",\"multipleFileUploads_uploadFailed\":\"File upload failed, please remove it and upload the file again.\",\"nextButtonText\":\"Next\",\"noSlotsAvailable\":\"No slots available\",\"noUploadExtensions\":\"File has no extension file type (e.g. .txt, .png, .jpeg)\",\"numeric\":\"This field can only contain numeric values\",\"oneError\":\"There is {count} error in this page. Please correct it before moving on.\",\"pastDatesDisallowed\":\"Date must not be in the past.\",\"pleaseWait\":\"Please wait...\",\"prevButtonText\":\"Previous\",\"progressMiddleText\":\"of\",\"required\":\"This field is required.\",\"requiredLegend\":\"All fields marked with * are required and must be filled.\",\"requireEveryCell\":\"Every cell is required.\",\"requireEveryRow\":\"Every row is required.\",\"requireOne\":\"At least one field required.\",\"restrictedDomain\":\"This domain is not allowed\",\"reviewBackText\":\"Back to Form\",\"reviewSubmitText\":\"Review and Submit\",\"seeAllText\":\"See All\",\"slotUnavailable\":\"{time} on {date} has been selected is unavailable. Please select another slot.\",\"submissionLimit\":\"Sorry! Only one entry is allowed.  Multiple submissions are disabled for this form.\",\"submitButtonText\":\"Submit\",\"uploadExtensions\":\"You can only upload following files:\",\"uploadFilesize\":\"File size cannot be bigger than:\",\"uploadFilesizemin\":\"File size cannot be smaller than:\",\"url\":\"This field can only contain a valid URL\",\"validateEmail\":\"You need to validate this e-mail\",\"wordLimitError\":\"Too many words. The limit is\",\"wordMinLimitError\":\"Too few words.  The minimum is\"});\n      FormTranslation.init({\"detectUserLanguage\":\"1\",\"firstPageOnly\":\"0\",\"options\":\"English (US)\",\"originalLanguage\":\"en\",\"primaryLanguage\":\"en\",\"saveUserLanguage\":\"1\",\"showStatus\":\"flag-with-nation\",\"theme\":\"light-theme\",\"version\":\"2\"});\n\t\/*INIT-END*\/\n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,{\"name\":\"clickTo\",\"qid\":\"1\",\"text\":\"Request a Quote \u2013 Build Your Own Fiber Patch Cable\",\"type\":\"control_head\"},{\"name\":\"submit\",\"qid\":\"2\",\"text\":\"Request a Quote\",\"type\":\"control_button\"},{\"name\":\"selectDielectric\",\"qid\":\"3\",\"text\":\"Select Dielectric Coating\",\"type\":\"control_dropdown\"},{\"name\":\"selectInternal\",\"qid\":\"4\",\"text\":\"Select Internal Diameter (ID)\",\"type\":\"control_dropdown\"},{\"description\":\"ID: Min to Max length\\n\\n200 \u00b5m: 0.1 to 1.0 m\\n300 \u00b5m: 0.1 to 2.0 m\\n500 \u00b5m: 0.1 to 5.0 m\\n750 \u00b5m: 0.1 to 5.0 m\\n1000 \u00b5m: 0.1 to 5.0 m\\n1500 \u00b5m: 0.1 to 5.0 m\",\"name\":\"patchCable\",\"qid\":\"5\",\"subLabel\":\"Length in meters, max. lengths --\\u003E\",\"text\":\"Patch Cable Length [m]\",\"type\":\"control_textbox\"},{\"name\":\"selectConnector6\",\"qid\":\"6\",\"text\":\"Select Connector End #1\",\"type\":\"control_dropdown\"},{\"name\":\"selectConnector7\",\"qid\":\"7\",\"text\":\"Select Connector End #2\",\"type\":\"control_dropdown\"},null,{\"name\":\"selectJacket\",\"qid\":\"9\",\"text\":\"Select Jacket Color\",\"type\":\"control_dropdown\"},{\"name\":\"quantity\",\"qid\":\"10\",\"text\":\"Quantity\",\"type\":\"control_textbox\"},{\"name\":\"fullName11\",\"qid\":\"11\",\"text\":\"Full Name\",\"type\":\"control_fullname\"},{\"name\":\"email12\",\"qid\":\"12\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"name\":\"phoneNumber13\",\"qid\":\"13\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"name\":\"selectConnector\",\"qid\":\"14\",\"text\":\"Select Connector End #01\",\"type\":\"control_dropdown\"},{\"name\":\"selectConnector15\",\"qid\":\"15\",\"text\":\"Select Connector End #02\",\"type\":\"control_dropdown\"},{\"name\":\"selectJacket16\",\"qid\":\"16\",\"text\":\"Select Jacket Color \",\"type\":\"control_dropdown\"},{\"name\":\"clickTo17\",\"qid\":\"17\",\"text\":\"Enter Contact Information\",\"type\":\"control_head\"},{\"name\":\"organization\",\"qid\":\"18\",\"text\":\"Organization\",\"type\":\"control_textbox\"},{\"name\":\"instructions\",\"qid\":\"19\",\"text\":\"Instructions \\u002F Comments\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereDid\",\"qid\":\"20\",\"subLabel\":\"\",\"text\":\"Where did you hear about us?\",\"type\":\"control_textarea\"},null,{\"description\":\"\",\"name\":\"selectJacket22\",\"qid\":\"22\",\"subLabel\":\"\",\"text\":\"Select Jacket Color\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"selectConnector23\",\"qid\":\"23\",\"subLabel\":\"\",\"text\":\"Select Connector #1 Plastic\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"selectConnector24\",\"qid\":\"24\",\"subLabel\":\"\",\"text\":\"Select Connector #2 Plastic\",\"type\":\"control_dropdown\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/submit.jotform.com\/submit\/91056385839165\" method=\"post\" name=\"form_91056385839165\" id=\"91056385839165\" accept-charset=\"utf-8\" autocomplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"91056385839165\" \/><input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/><input type=\"hidden\" id=\"cardinalOrderNumber\" value=\"\" \/>\n  <div role=\"main\" class=\"form-all\">\n    <link type=\"text\/css\" rel=\"stylesheet\" media=\"all\" href=\"https:\/\/cdn.jotfor.ms\/wizards\/languageWizard\/custom-dropdown\/css\/lang-dd.css?3.3.45877\" \/>\n    <div class=\"cont\"><input type=\"text\" id=\"input_language\" name=\"input_language\" style=\"display:none\" \/>\n      <div class=\"language-dd\" id=\"langDd\" style=\"display:none\">\n        <div class=\"dd-placeholder lang-emp\">Language<\/div>\n        <ul class=\"lang-list dn\" id=\"langList\">\n          <li data-lang=\"en\" class=\"en\">English (US)<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <script type=\"text\/javascript\" src=\"https:\/\/cdn.jotfor.ms\/js\/formTranslation.v2.js?3.3.45877\"><\/script>\n    <ul class=\"form-section page-section\">\n      <li id=\"cid_1\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-small\">\n          <div class=\"header-text httal htvam\">\n            <h3 id=\"header_1\" class=\"form-header\" data-component=\"header\">Request a Quote \u2013 Build Your Own Fiber Patch Cable<\/h3>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_dropdown\" id=\"id_3\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_3\" for=\"input_3\" aria-hidden=\"false\"> Select Dielectric Coating<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_3\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_3\" name=\"q3_selectDielectric\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Dielectric Coating\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"VNIR: 0.4 \u2013 1.6 \u00b5m\">VNIR: 0.4 \u2013 1.6 \u00b5m<\/option>\n            <option value=\" NIR: 1 \u2013  5 \u00b5m\"> NIR: 1 \u2013 5 \u00b5m<\/option>\n            <option value=\"SWMW: 2 \u2013 10 \u00b5m\">SWMW: 2 \u2013 10 \u00b5m<\/option>\n            <option value=\"  MW: 3 \u2013 12 \u00b5m\"> MW: 3 \u2013 12 \u00b5m<\/option>\n            <option value=\"MWLW: 5 \u2013 12 \u00b5m\">MWLW: 5 \u2013 12 \u00b5m<\/option>\n            <option value=\"  LW: 8 \u2013 16 \u00b5m\"> LW: 8 \u2013 16 \u00b5m<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_dropdown\" id=\"id_4\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_4\" for=\"input_4\" aria-hidden=\"false\"> Select Internal Diameter (ID)<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_4\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_4\" name=\"q4_selectInternal\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Internal Diameter (ID)\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"200 \u00b5m  \">200 \u00b5m <\/option>\n            <option value=\"300 \u00b5m  \">300 \u00b5m <\/option>\n            <option value=\"500 \u00b5m  \">500 \u00b5m <\/option>\n            <option value=\"750 \u00b5m\">750 \u00b5m<\/option>\n            <option value=\"1000 \u00b5m\">1000 \u00b5m<\/option>\n            <option value=\"1500 \u00b5m  (plastic)\">1500 \u00b5m (plastic)<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_5\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_5\" for=\"input_5\" aria-hidden=\"false\"> Patch Cable Length [m]<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_5\" class=\"form-input jf-required\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_5\" name=\"q5_patchCable\" data-type=\"input-textbox\" class=\"form-textbox validate[required, Numeric]\" data-defaultvalue=\"\" size=\"6\" value=\"\" placeholder=\" \" data-component=\"textbox\" aria-labelledby=\"label_5 sublabel_input_5\" required=\"\" \/><label class=\"form-sub-label\" for=\"input_5\" id=\"sublabel_input_5\" style=\"min-height:13px\" aria-hidden=\"false\">Length in meters, max. lengths --&gt;<\/label><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_6\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_6\" for=\"input_6\" aria-hidden=\"false\"> Select Connector End #1<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_6\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_6\" name=\"q6_selectConnector6\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Connector End #1\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"SMA\">SMA<\/option>\n            <option value=\"FC\">FC<\/option>\n            <option value=\"Bare\">Bare<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_14\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_14\" for=\"input_14\" aria-hidden=\"false\"> Select Connector End #01<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_14\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_14\" name=\"q14_selectConnector\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Connector End #01\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"SMA\">SMA<\/option>\n            <option value=\"Bare\">Bare<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_7\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_7\" for=\"input_7\" aria-hidden=\"false\"> Select Connector End #2<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_7\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_7\" name=\"q7_selectConnector7\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Connector End #2\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"SMA\">SMA<\/option>\n            <option value=\"FC\">FC<\/option>\n            <option value=\"Bare \">Bare <\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_15\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_15\" for=\"input_15\" aria-hidden=\"false\"> Select Connector End #02<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_15\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_15\" name=\"q15_selectConnector15\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Connector End #02\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"SMA\">SMA<\/option>\n            <option value=\"Bare \">Bare <\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_23\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_23\" for=\"input_23\" aria-hidden=\"false\"> Select Connector #1 Plastic<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_23\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_23\" name=\"q23_selectConnector23\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Connector #1 Plastic\">\n            <option value=\"\"><\/option>\n            <option value=\"Bare\">Bare<\/option>\n            <option value=\"SMA\">SMA<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_24\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_24\" for=\"input_24\" aria-hidden=\"false\"> Select Connector #2 Plastic<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_24\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_24\" name=\"q24_selectConnector24\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Connector #2 Plastic\">\n            <option value=\"\"><\/option>\n            <option value=\"Bare\">Bare<\/option>\n            <option value=\"SMA\">SMA<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_9\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_9\" for=\"input_9\" aria-hidden=\"false\"> Select Jacket Color<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_9\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_9\" name=\"q9_selectJacket\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Jacket Color\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"No Jacket\">No Jacket<\/option>\n            <option value=\"Blue\">Blue<\/option>\n            <option value=\"Green\">Green<\/option>\n            <option value=\"Red\">Red<\/option>\n            <option value=\"Black\">Black<\/option>\n            <option value=\"Yellow\">Yellow<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_16\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_16\" for=\"input_16\" aria-hidden=\"false\"> Select Jacket Color <span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_16\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_16\" name=\"q16_selectJacket16\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Jacket Color \">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"No Jacket\">No Jacket<\/option>\n            <option value=\"Black\">Black<\/option>\n            <option value=\"Yellow\">Yellow<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_22\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_22\" for=\"input_22\" aria-hidden=\"false\"> Select Jacket Color<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_22\" class=\"form-input jf-required\"> <select class=\"form-dropdown validate[required]\" id=\"input_22\" name=\"q22_selectJacket22\" style=\"width:150px\" data-component=\"dropdown\" required=\"\" aria-label=\"Select Jacket Color\">\n            <option value=\"\"><\/option>\n            <option value=\"No jacket\">No jacket<\/option>\n            <option value=\"Yellow\">Yellow<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_10\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_10\" for=\"input_10\" aria-hidden=\"false\"> Quantity<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_10\" class=\"form-input jf-required\"> <input type=\"text\" id=\"input_10\" name=\"q10_quantity\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" size=\"5\" value=\"\" placeholder=\" \" data-component=\"textbox\" aria-labelledby=\"label_10\" required=\"\" \/> <\/div>\n      <\/li>\n      <li id=\"cid_17\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-small\">\n          <div class=\"header-text httal htvam\">\n            <h3 id=\"header_17\" class=\"form-header\" data-component=\"header\">Enter Contact Information<\/h3>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_fullname\" id=\"id_11\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_11\" for=\"first_11\" aria-hidden=\"false\"> Full Name<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_11\" class=\"form-input jf-required\">\n          <div data-wrapper-react=\"true\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\"><input type=\"text\" id=\"first_11\" name=\"q11_fullName11[first]\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" autoComplete=\"section-input_11 given-name\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_11 sublabel_11_first\" required=\"\" \/><label class=\"form-sub-label\" for=\"first_11\" id=\"sublabel_11_first\" style=\"min-height:13px\" aria-hidden=\"false\">First Name<\/label><\/span><span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\"><input type=\"text\" id=\"last_11\" name=\"q11_fullName11[last]\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" autoComplete=\"section-input_11 family-name\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_11 sublabel_11_last\" required=\"\" \/><label class=\"form-sub-label\" for=\"last_11\" id=\"sublabel_11_last\" style=\"min-height:13px\" aria-hidden=\"false\">Last Name<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_email\" id=\"id_12\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_12\" for=\"input_12\" aria-hidden=\"false\"> E-mail<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_12\" class=\"form-input jf-required\"> <input type=\"email\" id=\"input_12\" name=\"q12_email12\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" size=\"30\" value=\"\" placeholder=\"ex: myname@example.com\" data-component=\"email\" aria-labelledby=\"label_12\" required=\"\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_18\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_18\" for=\"input_18\" aria-hidden=\"false\"> Organization<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_18\" class=\"form-input jf-required\"> <input type=\"text\" id=\"input_18\" name=\"q18_organization\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" size=\"20\" value=\"\" placeholder=\" \" data-component=\"textbox\" aria-labelledby=\"label_18\" required=\"\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_phone\" id=\"id_13\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_13\" for=\"input_13_area\" aria-hidden=\"false\"> Phone Number <\/label>\n        <div id=\"cid_13\" class=\"form-input\">\n          <div data-wrapper-react=\"true\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\"><input type=\"tel\" id=\"input_13_area\" name=\"q13_phoneNumber13[area]\" class=\"form-textbox\" data-defaultvalue=\"\" autoComplete=\"section-input_13 tel-area-code\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_13 sublabel_13_area\" \/><span class=\"phone-separate\" aria-hidden=\"true\">\u00a0-<\/span><label class=\"form-sub-label\" for=\"input_13_area\" id=\"sublabel_13_area\" style=\"min-height:13px\" aria-hidden=\"false\">Area Code<\/label><\/span><span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\"><input type=\"tel\" id=\"input_13_phone\" name=\"q13_phoneNumber13[phone]\" class=\"form-textbox\" data-defaultvalue=\"\" autoComplete=\"section-input_13 tel-local\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_13 sublabel_13_phone\" \/><label class=\"form-sub-label\" for=\"input_13_phone\" id=\"sublabel_13_phone\" style=\"min-height:13px\" aria-hidden=\"false\">Phone Number<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_19\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_19\" for=\"input_19\" aria-hidden=\"false\"> Instructions \/ Comments <\/label>\n        <div id=\"cid_19\" class=\"form-input\"> <textarea id=\"input_19\" class=\"form-textarea\" name=\"q19_instructions\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_19\"><\/textarea> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_20\"><label class=\"form-label form-label-left form-label-auto\" id=\"label_20\" for=\"input_20\" aria-hidden=\"false\"> Where did you hear about us? <\/label>\n        <div id=\"cid_20\" class=\"form-input\"> <textarea id=\"input_20\" class=\"form-textarea\" name=\"q20_whereDid\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_20\"><\/textarea> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_button\" id=\"id_2\">\n        <div id=\"cid_2\" class=\"form-input-wide\">\n          <div data-align=\"center\" class=\"form-buttons-wrapper form-buttons-center   jsTest-button-wrapperField\"><button id=\"input_2\" type=\"submit\" class=\"form-submit-button form-submit-button-simple_blue submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">Request a Quote<\/button><span>\u00a0<\/span><button id=\"input_reset_2\" type=\"reset\" class=\"form-submit-reset form-submit-button-simple_blue jf-form-buttons\" data-component=\"button\">Clear Form<\/button><\/div>\n        <\/div>\n      <\/li>\n      <li style=\"display:none\">Should be Empty: <input type=\"text\" name=\"website\" value=\"\" \/><\/li>\n    <\/ul>\n  <\/div>\n  <script>\n    JotForm.showJotFormPowered = \"new_footer\";\n  <\/script>\n  <script>\n    JotForm.poweredByText = \"Powered by Jotform\";\n  <\/script><input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"91056385839165\" \/>\n  <script type=\"text\/javascript\">\n    var all_spc = document.querySelectorAll(\"form[id='91056385839165'] .si\" + \"mple\" + \"_spc\");\n    for (var i = 0; i < all_spc.length; i++)\n    {\n      all_spc[i].value = \"91056385839165-91056385839165\";\n    }\n  <\/script>\n<\/form><\/body>\n<\/html><script type=\"text\/javascript\">JotForm.isNewSACL=true;<\/script>","Request a Quote – Build Your Own Fiber Patch Cable",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="91056385839165"){return;}
var iframe=document.getElementById("91056385839165");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;case"backgroundStyles":const backgroundStyles=new URLSearchParams(args[1]);backgroundStyles.forEach(function(value,key){iframe.style[key]=value;});var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.documentElement.style.background='none';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);}})();