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="300px";window.parent.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 i201004818589053=new FrameBuilder("201004818589053",false,"","<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html lang=\"en-US\"  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:\/\/innovatenj.jotform.com\/oembed\/?format=json&amp;url=https%3A%2F%2Finnovatenj.jotform.com%2F201004818589053\" title=\"oEmbed Form\">\n<link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/innovatenj.jotform.com\/oembed\/?format=xml&amp;url=https%3A%2F%2Finnovatenj.jotform.com%2F201004818589053\" title=\"oEmbed Form\">\n<meta property=\"og:title\" content=\"Eviction Moratorium Information + Question Form\" >\n<meta property=\"og:url\" content=\"https:\/\/innovatenj.jotform.com\/201004818589053\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\" >\n<meta name=\"slack-app-id\" content=\"AHNMASS8M\">\n<meta data-name=\"preventCloning\" content=\"1\">\n<link rel=\"shortcut icon\" href=\"https:\/\/innovatenj.jotform.com\/favicon.ico\">\n<link rel=\"canonical\" href=\"https:\/\/innovatenj.jotform.com\/201004818589053\" \/>\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>Eviction Moratorium Information + Question Form<\/title>\n<link href=\"https:\/\/innovatenj.jotform.com\/static\/formCss.css?3.3.24735\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/innovatenj.jotform.com\/css\/styles\/nova.css?3.3.24735\" \/>\n<link type=\"text\/css\" media=\"print\" rel=\"stylesheet\" href=\"https:\/\/innovatenj.jotform.com\/css\/printForm.css?3.3.24735\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/innovatenj.jotform.com\/themes\/CSS\/566a91c2977cdfcd478b4567.css?\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/innovatenj.jotform.com\/css\/styles\/payment\/payment_feature.css?3.3.24735\" \/>\n<style type=\"text\/css\">\n    .form-label-left{\n        width:150px;\n    }\n    .form-line{\n        padding-top:8px;\n        padding-bottom:8px;\n    }\n    .form-label-right{\n        width:150px;\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:20px;\n        width:690px;\n        color:#4a4a4a !important;\n        font-family:'Trebuchet MS';\n        font-size:14px;\n    }\n<\/style>\n\n<style type=\"text\/css\" id=\"form-designer-style\">\n    \/* Injected CSS Code *\/\n.form-all:after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n.form-all {\n  font-family: \"Trebuchet MS\", sans-serif;\n}\n.form-all {\n  width: 690px;\n}\n.form-label-left,\n.form-label-right {\n  width: 150px;\n}\n.form-label {\n  white-space: normal;\n}\n.form-label.form-label-auto {\n  display: block;\n  float: none;\n  word-break: break-word;\n  text-align: left;\n}\n.form-label-left {\n  display: inline-block;\n  white-space: normal;\n  float: left;\n  text-align: left;\n}\n.form-label-right {\n  display: inline-block;\n  white-space: normal;\n  float: left;\n  text-align: right;\n}\n.form-label-top {\n  white-space: normal;\n  display: block;\n  float: none;\n  text-align: left;\n}\n.form-radio-item label:before {\n  top: 0;\n}\n.form-all {\n  font-size: 14px;\n}\n.form-label {\n  font-weight: bold;\n}\n.form-checkbox-item label,\n.form-radio-item label {\n  font-weight: normal;\n}\n.supernova {\n  background-color: #ffffff;\n}\n.supernova body {\n  background-color: transparent;\n}\n\/*\n@width30: (unit(@formWidth, px) + 60px);\n@width60: (unit(@formWidth, px)+ 120px);\n@width90: (unit(@formWidth, px)+ 180px);\n*\/\n\/* | *\/\n@media screen and (min-width: 480px) {\n  .supernova .form-all {\n    border: 1px solid #e6e6e6;\n    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (max-width: 480px) {\n  .jotform-form .form-all {\n    margin: 0;\n    width: 100%;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 480px) and (max-width: 767px) {\n  .jotform-form .form-all {\n    margin: 0;\n    width: 100%;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 480px) and (max-width: 689px) {\n  .jotform-form .form-all {\n    margin: 0;\n    width: 100%;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 768px) {\n  .jotform-form {\n    padding: 60px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (max-width: 689px) {\n  .jotform-form .form-all {\n    margin: 0;\n    width: 100%;\n  }\n}\n\/* | *\/\n.supernova .form-all,\n.form-all {\n  background-color: #ffffff;\n  border: 1px solid transparent;\n}\n.form-header-group {\n  border-color: #e6e6e6;\n}\n.form-matrix-table tr {\n  border-color: #e6e6e6;\n}\n.form-matrix-table tr:nth-child(2n) {\n  background-color: #f2f2f2;\n}\n.form-all {\n  color: #4a4a4a;\n}\n.form-header-group .form-header {\n  color: #4a4a4a;\n}\n.form-header-group .form-subHeader {\n  color: #646464;\n}\n.form-sub-label {\n  color: #646464;\n}\n.form-label-top,\n.form-label-left,\n.form-label-right,\n.form-html {\n  color: #4a4a4a;\n}\n.form-checkbox-item label,\n.form-radio-item label {\n  color: #646464;\n}\n.form-line.form-line-active {\n  -webkit-transition-property: all;\n  -moz-transition-property: all;\n  -ms-transition-property: all;\n  -o-transition-property: all;\n  transition-property: all;\n  -webkit-transition-duration: 0.3s;\n  -moz-transition-duration: 0.3s;\n  -ms-transition-duration: 0.3s;\n  -o-transition-duration: 0.3s;\n  transition-duration: 0.3s;\n  -webkit-transition-timing-function: ease;\n  -moz-transition-timing-function: ease;\n  -ms-transition-timing-function: ease;\n  -o-transition-timing-function: ease;\n  transition-timing-function: ease;\n  background-color: #ffffe0;\n}\n\/* omer *\/\n.form-radio-item,\n.form-checkbox-item {\n  padding-bottom: 0px !important;\n}\n.form-radio-item:last-child,\n.form-checkbox-item:last-child {\n  padding-bottom: 0;\n}\n\/* omer *\/\n.form-single-column .form-checkbox-item,\n.form-single-column .form-radio-item {\n  width: 100%;\n}\n.form-checkbox-item .editor-container div,\n.form-radio-item .editor-container div {\n  position: relative;\n}\n.form-checkbox-item .editor-container div:before,\n.form-radio-item .editor-container div:before {\n  display: inline-block;\n  vertical-align: middle;\n  -moz-box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  box-sizing: border-box;\n  left: 0;\n  width: 18px;\n  height: 18px;\n}\n.form-radio-item:not(#foo) {\n  position: relative;\n}\n.form-radio-item:not(#foo) .form-radio-other-input,\n.form-radio-item:not(#foo) .form-checkbox-item:not(#foo) .form-checkbox-other-input {\n  margin-left: 0;\n}\n.form-radio-item:not(#foo) .form-radio-other.form-radio {\n  display: none !important;\n}\n.form-radio-item:not(#foo) input[type=\"checkbox\"],\n.form-radio-item:not(#foo) input[type=\"radio\"] {\n  opacity: 0;\n  width: 0;\n  margin: 0;\n  padding: 0;\n}\n.form-radio-item:not(#foo) .form-radio-other,\n.form-radio-item:not(#foo) .form-checkbox-other {\n  display: inline-block !important;\n  margin-left: 17px;\n  margin-right: 13px;\n  margin-top: 0px;\n}\n.form-radio-item:not(#foo) .form-checkbox-other-input,\n.form-radio-item:not(#foo) .form-radio-other-input {\n  margin: 0;\n}\n.form-radio-item:not(#foo) label {\n  line-height: 18px;\n  float: left;\n  margin-left: 37px;\n  outline: none !important;\n}\n.form-radio-item:not(#foo) label:before {\n  content: '';\n  position: absolute;\n  display: inline-block;\n  vertical-align: baseline;\n  margin-right: 4px;\n  -moz-box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  left: 4px;\n  width: 18px;\n  height: 18px;\n  cursor: pointer;\n}\n.form-radio-item:not(#foo) label:after {\n  content: '';\n  position: absolute;\n  z-index: 10;\n  display: inline-block;\n  opacity: 0;\n  top: 5px;\n  left: 9px;\n  width: 8px;\n  height: 8px;\n}\n.form-radio-item:not(#foo) input:checked + label:after {\n  opacity: 1;\n}\n.form-radio-item:not(#foo) label:before {\n  border: 2px solid #0061ff;\n}\n.form-radio-item:not(#foo) label:after {\n  background-color: #0061ff;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  cursor: pointer;\n}\n.form-radio-item:not(#foo) .editor-container div:before {\n  content: '';\n  border: 2px solid #0061ff;\n  border-radius: 50%;\n  margin: 0 4px 0 -6px;\n}\n.form-checkbox-item:not(#foo) {\n  position: relative;\n}\n.form-checkbox-item:not(#foo) label {\n  display: block;\n}\n.form-checkbox-item:not(#foo) .form-radio-other-input,\n.form-checkbox-item:not(#foo) .form-checkbox-item:not(#foo) .form-checkbox-other-input {\n  margin-left: 0;\n}\n.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {\n  display: none !important;\n}\n.form-checkbox-item:not(#foo) input[type=\"checkbox\"],\n.form-checkbox-item:not(#foo) input[type=\"radio\"] {\n  opacity: 0;\n  width: 0;\n  margin: 0;\n  padding: 0;\n}\n.form-checkbox-item:not(#foo) .form-radio-other,\n.form-checkbox-item:not(#foo) .form-checkbox-other {\n  display: inline-block !important;\n  margin-left: 17px;\n  margin-right: 13px;\n  margin-top: 0px;\n}\n.form-checkbox-item:not(#foo) .form-checkbox-other-input,\n.form-checkbox-item:not(#foo) .form-radio-other-input {\n  margin: 0;\n}\n.form-checkbox-item:not(#foo) label {\n  line-height: 18px;\n  float: left;\n  margin-left: 37px;\n  outline: none !important;\n}\n.form-checkbox-item:not(#foo) label:before {\n  content: '';\n  position: absolute;\n  display: inline-block;\n  vertical-align: baseline;\n  margin-right: 4px;\n  -moz-box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  left: 4px;\n  width: 18px;\n  height: 18px;\n  cursor: pointer;\n}\n.form-checkbox-item:not(#foo) label:after {\n  content: '';\n  position: absolute;\n  z-index: 10;\n  display: inline-block;\n  opacity: 0;\n  top: 8px;\n  left: 9px;\n  width: 3px;\n  height: 3px;\n}\n.form-checkbox-item:not(#foo) input:checked + label:after {\n  opacity: 1;\n}\n.form-checkbox-item:not(#foo) label:before {\n  border: 2px solid #0061ff;\n}\n.form-checkbox-item:not(#foo) label:after {\n  background-color: #0061ff;\n  box-shadow: 0 2px 0 0 #0061ff, 2px 2px 0 0 #0061ff, 4px 2px 0 0 #0061ff, 6px 2px 0 0 #0061ff;\n  -moz-transform: rotate(-45deg);\n  -webkit-transform: rotate(-45deg);\n  -o-transform: rotate(-45deg);\n  -ms-transform: rotate(-45deg);\n  transform: rotate(-45deg);\n}\n.form-checkbox-item:not(#foo) .editor-container div:before {\n  content: '';\n  border: 2px solid #0061ff;\n  border-radius: 50%;\n  margin: 0 4px 0 -6px;\n}\n.supernova {\n  height: 100%;\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n  background-repeat: repeat;\n}\n.supernova {\n  background-image: none;\n}\n#stage {\n  background-image: none;\n}\n\/* | *\/\n.form-all {\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n  background-repeat: repeat;\n}\n.form-header-group {\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n}\n.form-line {\n  margin-top: 12px;\n  margin-bottom: 12px;\n}\n.form-line {\n  padding: 12px 36px;\n}\n.form-all .form-submit-button,\n.form-all .form-submit-reset,\n.form-all .form-submit-print {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n}\n.form-all .form-sub-label {\n  margin-left: 3px;\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  width: 150px;\n  font-size: 1em;\n  padding: 9px 15px;\n  font-family: \"Trebuchet MS\", sans-serif;\n  font-size: 18px;\n  font-weight: bolder;\n  border: none;\n  border-width: 1px !important;\n  border-style: ridge !important;\n  border-color: #0061ff !important;\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  color: #0061ff !important;\n  background: #ffffff;\n  box-shadow: none;\n  text-shadow: none;\n}\n.form-all .form-pagebreak-back,\n.form-all .form-pagebreak-next {\n  font-size: 1em;\n  padding: 9px 15px;\n  font-family: \"Trebuchet MS\", sans-serif;\n  font-size: 14px;\n  font-weight: normal;\n}\n\/*\n& when ( @buttonFontType = google ) {\n\t@import (css) \"@{buttonFontLink}\";\n}\n*\/\nh2.form-header {\n  line-height: 1.618em;\n  font-size: 1.714em;\n}\nh2 ~ .form-subHeader {\n  line-height: 1.5em;\n  font-size: 1.071em;\n}\n.form-header-group {\n  text-align: left;\n}\n\/*.form-dropdown,\n.form-radio-item,\n.form-checkbox-item,\n.form-radio-other-input,\n.form-checkbox-other-input,*\/\n.form-captcha input,\n.form-spinner input,\n.form-error-message {\n  padding: 4px 3px 2px 3px;\n}\n.form-header-group {\n  font-family: \"Trebuchet MS\", sans-serif;\n}\n.form-section {\n  padding: 0px 0px 0px 0px;\n}\n.form-header-group {\n  margin: 12px 36px 12px 36px;\n}\n.form-header-group {\n  padding: 24px 0px 24px 0px;\n}\n.form-textbox,\n.form-textarea {\n  padding: 4px 3px 2px 3px;\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: #ffffff;\n}\n[data-type=\"control_dropdown\"] .form-input,\n[data-type=\"control_dropdown\"] .form-input-wide {\n  width: 150px;\n}\n.form-buttons-wrapper {\n  margin-left: 0 !important;\n  text-align: center;\n}\n.form-label {\n  font-family: \"Trebuchet MS\", sans-serif;\n}\nli[data-type=\"control_image\"] div {\n  text-align: left;\n}\nli[data-type=\"control_image\"] img {\n  border: none;\n  border-width: 0px !important;\n  border-style: solid !important;\n  border-color: false !important;\n}\n.form-line-column {\n  width: auto;\n}\n.form-line-error {\n  overflow: hidden;\n  -webkit-transition-property: none;\n  -moz-transition-property: none;\n  -ms-transition-property: none;\n  -o-transition-property: none;\n  transition-property: none;\n  -webkit-transition-duration: 0.3s;\n  -moz-transition-duration: 0.3s;\n  -ms-transition-duration: 0.3s;\n  -o-transition-duration: 0.3s;\n  transition-duration: 0.3s;\n  -webkit-transition-timing-function: ease;\n  -moz-transition-timing-function: ease;\n  -ms-transition-timing-function: ease;\n  -o-transition-timing-function: ease;\n  transition-timing-function: ease;\n  background-color: #fff4f4;\n}\n.form-line-error .form-error-message {\n  background-color: #ff3200;\n  clear: both;\n  float: none;\n}\n.form-line-error .form-error-message .form-error-arrow {\n  border-bottom-color: #ff3200;\n}\n.form-line-error input:not(#coupon-input),\n.form-line-error textarea,\n.form-line-error .form-validation-error {\n  border: 1px solid #ff3200;\n  -webkit-box-shadow: 0 0 3px #ff3200;\n  -moz-box-shadow: 0 0 3px #ff3200;\n  box-shadow: 0 0 3px #ff3200;\n}\n.form-collapse-table {\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  -moz-background-clip: padding;\n  -webkit-background-clip: padding;\n  background-clip: padding -box;\n  background-color: #3381ff;\n  background: -webkit-gradient(linear, left top, left bottom, from(#3381ff), to(#0061ff));\n  background: -webkit-linear-gradient(top, #3381ff, #0061ff);\n  background: -moz-linear-gradient(top, #3381ff, #0061ff);\n  background: -ms-linear-gradient(top, #3381ff, #0061ff);\n  background: -o-linear-gradient(top, #3381ff, #0061ff);\n  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);\n  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);\n  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);\n  color: #ffffff;\n}\n.form-collapse-table:hover {\n  background-color: #66a0ff;\n  background: -webkit-gradient(linear, left top, left bottom, from(#66a0ff), to(#3381ff));\n  background: -webkit-linear-gradient(top, #66a0ff, #3381ff);\n  background: -moz-linear-gradient(top, #66a0ff, #3381ff);\n  background: -ms-linear-gradient(top, #66a0ff, #3381ff);\n  background: -o-linear-gradient(top, #66a0ff, #3381ff);\n}\n.form-collapse-table:active {\n  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;\n  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;\n  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;\n  background-color: #0061ff;\n  background: -webkit-gradient(linear, left top, left bottom, from(#0061ff), to(#3381ff));\n  background: -webkit-linear-gradient(top, #0061ff, #3381ff);\n  background: -moz-linear-gradient(top, #0061ff, #3381ff);\n  background: -ms-linear-gradient(top, #0061ff, #3381ff);\n  background: -o-linear-gradient(top, #0061ff, #3381ff);\n}\n.form-collapse-table .form-collapse-mid {\n  text-shadow: none;\n}\n.form-all {\n  position: relative;\n}\n.form-all:before {\n  content: \"\";\n  background-image: url(\"https:\/\/www.jotform.com\/uploads\/NJTalentSolutions\/form_files\/EVICTION%20MORATORIUM%20INFORMATION%20_%20COMPLAINT%20FORM.5e95f050d99f11.66932962.png\");\n  display: inline-block;\n  height: 201px;\n  position: absolute;\n  background-size: 690px 201px;\n  background-repeat: no-repeat;\n  width: 100%;\n}\n.form-all {\n  margin-top: 211px !important;\n}\n.form-all:before {\n  top: -211px;\n  background-position: top center;\n}\n.ie-8 .form-all {\n  margin-top: auto;\n  margin-top: initial;\n}\n.ie-8 .form-all:before {\n  display: none;\n}\n[data-type=\"control_clear\"] {\n  display: none;\n}\n\/* | *\/\n@media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {\n  .testOne {\n    letter-spacing: 0;\n  }\n  .form-all {\n    border: 0;\n    max-width: initial;\n  }\n  .form-sub-label-container {\n    width: 100%;\n    margin: 0;\n    margin-right: 0;\n    float: left;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  span.form-sub-label-container + span.form-sub-label-container {\n    margin-right: 0;\n  }\n  .form-sub-label {\n    white-space: normal;\n  }\n  .form-address-table td,\n  .form-address-table th {\n    padding: 0 1px 10px;\n  }\n  .form-submit-button,\n  .form-submit-print,\n  .form-submit-reset {\n    width: 100%;\n    margin-left: 0!important;\n  }\n  div[id*=at_] {\n    font-size: 14px;\n    font-weight: 700;\n    height: 8px;\n    margin-top: 6px;\n  }\n  .showAutoCalendar {\n    width: 20px;\n  }\n  img.form-image {\n    max-width: 100%;\n    height: auto;\n  }\n  .form-matrix-row-headers {\n    width: 100%;\n    word-break: break-all;\n    min-width: 80px;\n  }\n  .form-collapse-table,\n  .form-header-group {\n    margin: 0;\n  }\n  .form-collapse-table {\n    height: 100%;\n    display: inline-block;\n    width: 100%;\n  }\n  .form-collapse-hidden {\n    display: none !important;\n  }\n  .form-input {\n    width: 100%;\n  }\n  .form-label {\n    width: 100% !important;\n  }\n  .form-label-left,\n  .form-label-right {\n    display: block;\n    float: none;\n    text-align: left;\n    width: auto!important;\n  }\n  .form-line,\n  .form-line.form-line-column {\n    padding: 2% 5%;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  input[type=text],\n  input[type=email],\n  input[type=tel],\n  textarea {\n    width: 100%;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n    max-width: initial !important;\n  }\n  .form-radio-other-input,\n  .form-checkbox-other-input {\n    max-width: 55% !important;\n  }\n  .form-dropdown,\n  .form-textarea,\n  .form-textbox {\n    width: 100%!important;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  .form-input,\n  .form-input-wide,\n  .form-textarea,\n  .form-textbox,\n  .form-dropdown {\n    max-width: initial!important;\n  }\n  .form-checkbox-item:not(#foo),\n  .form-radio-item:not(#foo) {\n    width: 100%;\n  }\n  .form-address-city,\n  .form-address-line,\n  .form-address-postal,\n  .form-address-state,\n  .form-address-table,\n  .form-address-table .form-sub-label-container,\n  .form-address-table select,\n  .form-input {\n    width: 100%;\n  }\n  div.form-header-group {\n    padding: 24px 0px !important;\n    margin: 0 12px 2% !important;\n    margin-left: 5%!important;\n    margin-right: 5%!important;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  div.form-header-group.hasImage img {\n    max-width: 100%;\n  }\n  [data-type=\"control_button\"] {\n    margin-bottom: 0 !important;\n  }\n  [data-type=control_fullname] .form-sub-label-container {\n    width: 48%;\n  }\n  [data-type=control_fullname] .form-sub-label-container:first-child {\n    margin-right: 4%;\n  }\n  [data-type=control_phone] .form-sub-label-container {\n    width: 65%;\n    margin-right: 0;\n    margin-left: 0;\n    float: left;\n  }\n  [data-type=control_phone] .form-sub-label-container:first-child {\n    width: 31%;\n    margin-right: 4%;\n  }\n  [data-type=control_datetime] .allowTime-container {\n    width: 100%;\n  }\n  [data-type=control_datetime] .allowTime-container .form-sub-label-container {\n    width: 24%!important;\n    margin-left: 6%;\n    margin-right: 0;\n  }\n  [data-type=control_datetime] .allowTime-container .form-sub-label-container:first-child {\n    margin-left: 0;\n  }\n  [data-type=control_datetime] span + span + span > span:first-child {\n    display: block;\n    width: 100% !important;\n  }\n  [data-type=control_birthdate] .form-sub-label-container,\n  [data-type=control_time] .form-sub-label-container {\n    width: 27.3%!important;\n    margin-right: 6% !important;\n  }\n  [data-type=control_time] .form-sub-label-container:last-child {\n    width: 33.3%!important;\n    margin-right: 0 !important;\n  }\n  .form-pagebreak-back-container,\n  .form-pagebreak-next-container {\n    min-height: 1px;\n    width: 50% !important;\n  }\n  .form-pagebreak-back,\n  .form-pagebreak-next,\n  .form-product-item.hover-product-item {\n    width: 100%;\n  }\n  .form-pagebreak-back-container {\n    padding: 0;\n    text-align: right;\n  }\n  .form-pagebreak-next-container {\n    padding: 0;\n    text-align: left;\n  }\n  .form-pagebreak {\n    margin: 0 auto;\n  }\n  .form-buttons-wrapper {\n    margin: 0!important;\n    margin-left: 0!important;\n  }\n  .form-buttons-wrapper button {\n    width: 100%;\n  }\n  .form-buttons-wrapper .form-submit-print {\n    margin: 0 !important;\n  }\n  table {\n    width: 100%!important;\n    max-width: initial!important;\n  }\n  table td + td {\n    padding-left: 3%;\n  }\n  .form-checkbox-item,\n  .form-radio-item {\n    white-space: normal!important;\n  }\n  .form-checkbox-item input,\n  .form-radio-item input {\n    width: auto;\n  }\n  .form-collapse-table {\n    margin: 0 5%;\n    display: block;\n    zoom: 1;\n    width: auto;\n  }\n  .form-collapse-table:before,\n  .form-collapse-table:after {\n    display: table;\n    content: '';\n    line-height: 0;\n  }\n  .form-collapse-table:after {\n    clear: both;\n  }\n  .fb-like-box {\n    width: 98% !important;\n  }\n  .form-error-message {\n    clear: both;\n    bottom: -10px;\n  }\n  .date-separate,\n  .phone-separate {\n    display: none;\n  }\n  .custom-field-frame,\n  .direct-embed-widgets,\n  .signature-pad-wrapper {\n    width: 100% !important;\n  }\n}\n\/* | *\/\n\n\/*PREFERENCES STYLE*\/\n    .form-all {\n      font-family: Trebuchet MS, 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: Trebuchet MS, sans-serif;\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-family: Trebuchet MS, sans-serif;\n    }\n    .form-header-group {\n      font-family: Trebuchet MS, sans-serif;\n    }\n    .form-label {\n      font-family: Trebuchet MS, sans-serif;\n    }\n  \n    .form-label.form-label-auto {\n      \n    display: block;\n    float: none;\n    text-align: left;\n    width: 100%;\n  \n    }\n  \n    .form-line {\n      margin-top: 8px;\n      margin-bottom: 8px;\n    }\n  \n    .form-all {\n      width: 690px;\n    }\n  \n    .form-label.form-label-left,\n    .form-label.form-label-right,\n    .form-label.form-label-left.form-label-auto,\n    .form-label.form-label-right.form-label-auto {\n      width: 150px;\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: #4a4a4a;\n    }\n    .form-header-group .form-header {\n      color: #4a4a4a;\n    }\n    .form-header-group .form-subHeader {\n      color: #4a4a4a;\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: #4a4a4a;\n    }\n    .form-sub-label {\n      color: #646464;\n    }\n  \n    .supernova {\n      background-color: #ffffff;\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: #fff;\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    .form-all {\n      position: relative;\n    }\n    .form-all:before {\n      content: \"\";\n      background-image: url(\"https:\/\/innovatenj.jotform.com\/uploads\/kai\/form_files\/EVICTION%20MORATORIUM%20INFORMATION%20_%20COMPLAINT%20FORM%20(1).5ea2e6b6a9ce04.20557080.png\");\n      display: inline-block;\n      height: 198px;\n      position: absolute;\n      background-size: 680px 198px;\n      background-repeat: no-repeat;\n      width: 100%;\n    }\n    .form-all {\n      margin-top: 208px !important;\n    }\n    .form-all:before {\n      top: -208px;\n      background-position: top center;\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__*\/\n\n    \/* Injected CSS Code *\/\n<\/style>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.min.js\"><\/script>\n<script src=\"https:\/\/innovatenj.jotform.com\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/innovatenj.jotform.com\/static\/jotform.forms.js?3.3.24735\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_1586879681604\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"19\"}],\"id\":\"1586879703623\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_1586879681604\",\"field\":\"18\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586811175938\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"29\"}],\"id\":\"1586811192932\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_1586811175938\",\"field\":\"28\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586811148996\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"26\"}],\"id\":\"1586811169999\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_1586811148996\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586811089514\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"24\"}],\"id\":\"1586811137272\",\"index\":\"3\",\"link\":\"Any\",\"priority\":\"3\",\"terms\":[{\"id\":\"term_1586811089514\",\"field\":\"22\",\"operator\":\"equals\",\"value\":\"No\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586811066225\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"23\"}],\"id\":\"1586811085309\",\"index\":\"4\",\"link\":\"Any\",\"priority\":\"4\",\"terms\":[{\"id\":\"term_1586811066225\",\"field\":\"22\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586811040016\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"21\"}],\"id\":\"1586811059786\",\"index\":\"5\",\"link\":\"Any\",\"priority\":\"5\",\"terms\":[{\"id\":\"term_1586811040016\",\"field\":\"20\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586811020269\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"17\"}],\"id\":\"1586811036292\",\"index\":\"6\",\"link\":\"Any\",\"priority\":\"6\",\"terms\":[{\"id\":\"term_1586811020269\",\"field\":\"16\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586810997581\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"15\"}],\"id\":\"1586811014692\",\"index\":\"7\",\"link\":\"Any\",\"priority\":\"7\",\"terms\":[{\"id\":\"term_1586810997581\",\"field\":\"14\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1586879810989\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"13\"}],\"id\":\"1586810992677\",\"index\":\"8\",\"link\":\"Any\",\"priority\":\"8\",\"terms\":[{\"id\":\"term_0_1586879810989\",\"field\":\"12\",\"operator\":\"equals\",\"value\":\"No\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1588003038393\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"70\"}],\"id\":\"1586810969032\",\"index\":\"9\",\"link\":\"Any\",\"priority\":\"9\",\"terms\":[{\"id\":\"term_0_1588003038393\",\"field\":\"9\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586810913909\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"8\"}],\"id\":\"1586810933855\",\"index\":\"10\",\"link\":\"Any\",\"priority\":\"10\",\"terms\":[{\"id\":\"term_1586810913909\",\"field\":\"7\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1586810871177\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"6\"}],\"id\":\"1586810906105\",\"index\":\"11\",\"link\":\"Any\",\"priority\":\"11\",\"terms\":[{\"id\":\"term_1586810871177\",\"field\":\"5\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"}]);\n\tJotForm.enterprise = \"innovatenj.jotform.com\";\n\n\tJotForm.init(function(){\nif (window.JotForm && JotForm.accessible) $('input_52').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_56').setAttribute('tabindex',0);\n\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n      JotForm.alterTexts(undefined);\n\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n    \/*INIT-END*\/\n\t});\n\n   JotForm.prepareCalculationsOnTheFly([null,null,{\"name\":\"submit2\",\"qid\":\"2\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"name\":\"input3\",\"qid\":\"3\",\"text\":\"NO ONE MAY BE REMOVED FROM THEIR HOME FOR INABILITY TO PAY RENT DURING THE COVID-19 EMERGENCY. \\nOn March 19, 2020, New Jersey Governor Philip Murphy issued Executive Order 106, which immediately suspends evictions throughout the state.\\nThis is called an &ldquo;eviction moratorium,&rdquo; and means that no tenant may be removed from his or her home as a result of an eviction proceeding, with rare exceptions for cases such as when a tenant is violent or endangering other tenants.\\nThe eviction moratorium does not halt court proceedings; instead, it prevents lockouts and removals. The New Jersey Supreme Court controls court proceedings related to eviction and has suspended all eviction proceedings for now. This means that your landlord cannot take you to court at this time, but they will be able to once the courts reopen.\\nThe eviction moratorium will last until two months after Governor Murphy declares an end to the COVID-19 health crisis, unless the Governor issues another Executive Order to end it sooner. Local officials will then resume removing tenants who are subject to final court orders of eviction.\\nIf your landlord is trying to force you from your home, please:\\n\\nIf the removal is imminent, call the police.\\nIf the removal is not imminent,&nbsp;please read the Truth in Renting Guide for more information on legal remedies.\\n\",\"type\":\"control_text\"},null,{\"description\":\"\",\"name\":\"haveYou\",\"qid\":\"5\",\"text\":\"Have you already been issued a lockout notice or warrant of removal?\",\"type\":\"control_radio\"},{\"name\":\"input6\",\"qid\":\"6\",\"text\":\"IMPORTANT:\\nIf you have been issued a lockout notice or warrant of removal, note that the moratorium applies to all pre-existing orders for removal. Any previously issued order for removal is suspended, except as noted above in rare circumstances as determined by a court, and you cannot be removed from your home during the moratorium.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"isYour\",\"qid\":\"7\",\"text\":\"Is your landlord persisting in locking you out despite knowledge of the law?\",\"type\":\"control_radio\"},{\"name\":\"ltpStyletextalign\",\"qid\":\"8\",\"text\":\"IMPORTANT:\\nIt is a crime for your landlord to lock you out. Under New Jersey law, only the courts can order evictions, and only government officials can remove you from your home. If your landlord locks you out, call the local police right away.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou\",\"qid\":\"9\",\"text\":\"Are you living in a hotel or motel as your current home?\",\"type\":\"control_radio\"},null,{\"name\":\"ltpgtholdLanguage\",\"qid\":\"11\",\"text\":\"PLEASE NOTE: During the eviction moratorium, rent is still due, and you should pay if you can. If you do not pay, your landlord can still demand the rent and file an action against you in court. The court will schedule the case once the suspension of court hearings is lifted. If you need guidance on how to address your rent situation with your landlord during this time, you can call the New Jersey Housing and Mortgage Finance Agency for free counseling over the phone. Visit https:\\u002F\\u002Fnjhousing.gov\\u002Fforeclosure for a list of counselors by county.\\nExecutive Order No. 128 (2020) enables tenants to instruct landlords to use their security deposits to offset rent or back rent. The Order took effect on April 24, 2020, and remains in place until 60 days after the Public Health Emergency established by Executive Order No. 103 (2020) is lifted.&nbsp; Tenants must communicate in writing or electronically to the landlord that they want to use the funds for this purpose.&nbsp; Tenants will not be obligated to make any further security deposit relating to their current lease agreement but would still be responsible for any monies landlords expend that would have normally been reimbursable via the security deposit as outlined in the original contract (i.e. damage to the property).&nbsp; However, should the tenant and landlord extend or renew their lease, then the tenant would be obligated to replenish the security deposit in full either six months following the end of the Public Health Emergency, or on the date on which the current lease agreement is extended or renewed, whichever is later.&nbsp;\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou12\",\"qid\":\"12\",\"text\":\"Are you currently paying your rent?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtpleaseNote\",\"qid\":\"13\",\"text\":\"IMPORTANT:\\nIf you are not currently paying your rent:\\n\\nLandlords may still file new cases against tenants during this period.\\nHowever, tenants do not have to go to court for the time being as eviction court proceedings are temporarily suspended.\\nOn March 27, the New Jersey Supreme Court ordered that landlord-tenant court be suspended until April 26, so there will be no eviction hearings anywhere in the state until April 26 at the earliest.\\nCheck the New Jersey Courts website for updates or news of further postponements.\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou14\",\"qid\":\"14\",\"text\":\"Are you behind on rent or envision becoming behind on rent during the COVID-19 emergency?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtltstronggtifYou\",\"qid\":\"15\",\"text\":\"IMPORTANT:\\nAny payments you miss now will become back-rent that you owe. One way or another, you will probably have to pay later whatever you cannot pay now, or you will ultimately face possible eviction.\\n\\nIf you fall behind on your rent payments, you can try speaking with your landlord to work out a payment plan to avoid having an eviction action filed against you.\\nAdditional help may become available for tenants who miss rent payments because of COVID-19-related financial hardship. To see if you are eligible for any of the state's housing assistance programs, visit the Division of Housing and Community's resource page.\\nThere are also programs available to help veterans, low-income families, the elderly, single-parents, and more.\\nYou can also receive guidance on how to address your rent situation with your landlord during this time through the New Jersey Housing and Mortgage Finance Agency that is providing free counseling over the phone.&nbsp;\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"haveYour\",\"qid\":\"16\",\"text\":\"Have your received court papers?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtanyPayments\",\"qid\":\"17\",\"text\":\"IMPORTANT:\\nIf you receive court papers, contact a legal services organization&nbsp;in your community right away.&nbsp;&nbsp;\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"doYou\",\"qid\":\"18\",\"text\":\"Do you have a court date on a previously-initiatied eviction proceeding?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtltstronggtifYou19\",\"qid\":\"19\",\"text\":\"IMPORTANT:\\nIf your court date is scheduled during the closure of the courts, the court will mail you a notice with your new court date. While landlord-tenant court is suspended, you should not go to court, no cases will move forward, and you will not be penalized for not going to court.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"doYou20\",\"qid\":\"20\",\"text\":\"Do you need emergency repairs on your home?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtifYour\",\"qid\":\"21\",\"text\":\"IMPORTANT:\\nYou always have a right to safe and decent housing.\\n\\nIf you have concerns about issues such as inadequate heat, exposure to lead, infestations, leaks, crumbling walls and ceilings, or other hazardous conditions, you should ask your landlord in writing to make repairs (keep a copy).\\nIf repairs are not made quickly, you can call 2-1-1, contact the state Bureau of Housing Inspection, or call your municipality to report the problem.\\nOr, if you can manage the repairs on your own, you can make them or pay someone to make them. You might be able to withhold the money you spent on repairs from your rent (save all receipts for the repairs!). Due to closures, enforcement agencies may be working with limited staff and it may take longer to get repairs or inspections.\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou22\",\"qid\":\"22\",\"text\":\"Are you a tenant subsidized by a DCA voucher program?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtltstronggtyouAlways\",\"qid\":\"23\",\"text\":\"IMPORTANT:\\nIf you are a tenant subsidized by a DCA voucher program, DCA encourages subsidized tenants to use the online portal at assistancecheck.com to submit documents, or to send documents through the mail (keep copies!). Subsidized tenants who have questions can contact the field offices or use the main customer service line:\\n\\nVia phone at: (609) 292-4080\\nVia email at: customer.service@dca.nj.gov\\n\",\"type\":\"control_text\"},{\"name\":\"ltpgtifYou\",\"qid\":\"24\",\"text\":\"To find out if you are eligible to apply for any of DCA&rsquo;s housing assistance programs, visit DCA&rsquo;s online anonymous screening tool: https:\\u002F\\u002Fwww.nj.gov\\u002Fdca\\u002Fdcaid\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou25\",\"qid\":\"25\",\"text\":\"Are you a Section 8 Housing Choice Voucher holder?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtifYou26\",\"qid\":\"26\",\"text\":\"IMPORTANT\\nThe federal CARES Act prevents landlords from filing eviction actions for nonpayment of rent for 120 days from March 27, 2020 (or through July 25, 2020) against tenants who:\\n\\nlive in federally-subsidized housing,\\nhave a Section 8 Housing Choice voucher,\\nlive in Section 8 project-based housing, or\\nlive in other types of federally funded housing, including, among others, certain housing programs for seniors, people with disabilities, people with HIV\\u002FAIDS, and people at risk of homelessness.\\n\\nDuring this period, the landlord also cannot charge fees (such as late fees or attorney&rsquo;s fees) associated with nonpayment of rent, and the landlord must give tenants a 30 day-notice after July 25 before filing eviction actions.\\nAlso, DCA has suspended termination of subsidies in the Section 8 Housing Choice Voucher and State Rental Assistance Programs, unless the tenant has engaged in violence or threats against others.&nbsp;\",\"type\":\"control_text\"},{\"name\":\"ltpgtdcaHas\",\"qid\":\"27\",\"text\":\"PLEASE NOTE: Your utilities cannot be shut off at this time due to nonpayment. A moratorium on utility shutoffs prevents any household from having its electricity, gas service, or water service shut off for nonpayment through March 15, 2021. Additionally, the utilities are offering residential and commercial customers a flexible and extended Deferred Payment Agreement (DPA) of at least 12 months and up to 24 months. No down payments are required for this assistance.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou28\",\"qid\":\"28\",\"text\":\"Are you currently behind on electric, gas or water payments, or do you think you will  be behind on payments in the future?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtpleaseNote29\",\"qid\":\"29\",\"text\":\"You still have to pay whatever electric, gas, or water bills you normally pay. If you cannot pay now, you will have to pay later. The utilities and water companies are not cancelling debts; they are just postponing shutoffs for the time being. DCA offers low-income tenants assistance with utility bills through its popular Low Income Home Energy Assistance Program (LIHEAP) &ndash; to find out if you&rsquo;re eligible&nbsp;or receive further information please read this fact sheet.&nbsp;\",\"type\":\"control_text\"},{\"name\":\"electricGas\",\"qid\":\"30\",\"text\":\"Electric, Gas + Water Utilities\",\"type\":\"control_head\"},{\"name\":\"informationFor31\",\"qid\":\"31\",\"text\":\"Information for Subsidized Tenants + Housing Assistance\",\"type\":\"control_head\"},{\"name\":\"informationFor32\",\"qid\":\"32\",\"text\":\"Information for Tenants Who Are Being Evicted\",\"type\":\"control_head\"},{\"name\":\"informationFor33\",\"qid\":\"33\",\"text\":\"Information for Renters\",\"type\":\"control_head\"},null,{\"name\":\"informationFor35\",\"qid\":\"35\",\"text\":\"Information for Electric, Gas, and Water Utilities\",\"type\":\"control_collapse\"},{\"name\":\"informationOn\",\"qid\":\"36\",\"text\":\"Information on Emergency Repairs\",\"type\":\"control_collapse\"},{\"name\":\"informationFor37\",\"qid\":\"37\",\"text\":\"Information for Subsidized Tenants + Housing Assistance\",\"type\":\"control_collapse\"},{\"name\":\"divider\",\"qid\":\"38\",\"type\":\"control_divider\"},{\"name\":\"evictionQuestion\",\"qid\":\"39\",\"text\":\"Eviction Question Form\",\"type\":\"control_collapse\"},{\"name\":\"clickTo\",\"qid\":\"40\",\"text\":\"Section Break\",\"type\":\"control_collapse\"},{\"name\":\"input41\",\"qid\":\"41\",\"text\":\"If you have a question that is not addressed here, please complete the question form below.\",\"type\":\"control_text\"},{\"name\":\"divider42\",\"qid\":\"42\",\"type\":\"control_divider\"},null,{\"description\":\"\",\"name\":\"pleaseEnter44\",\"qid\":\"44\",\"text\":\"Please enter your name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"pleaseEnter45\",\"qid\":\"45\",\"subLabel\":\"example@example.com\",\"text\":\"Please enter your email\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"pleaseEnter46\",\"qid\":\"46\",\"text\":\"Please enter your phone number\",\"type\":\"control_phone\"},{\"name\":\"input47\",\"qid\":\"47\",\"text\":\"HOME OR APARTMENT INFORMATION\\nThis next section is about the property your question is about. Please complete this information as best you can.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"whatType\",\"qid\":\"48\",\"text\":\"What type of home do you, or your friend or family member, live in?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"pleaseEnter49\",\"qid\":\"49\",\"text\":\"Please enter the address of your home or apartment.\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"whatCounty\",\"qid\":\"50\",\"subLabel\":\"\",\"text\":\"What county is the home or apartment located in?\",\"type\":\"control_dropdown\"},{\"name\":\"input51\",\"qid\":\"51\",\"text\":\"LANDLORD, PROPERTY MANAGEMENT COMPANY, OR LENDER&nbsp;INFORMATION\\nThis next section is about the landlord, property management company, or the lender that you pay rent to. This information is optional in case you feel it will be helpful in answering your question.&nbsp;\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"52\",\"subLabel\":\"\",\"text\":\"What is the name of the landlord, property management company, or lender that receives the rent or mortgage payment?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whatIs53\",\"qid\":\"53\",\"text\":\"What is the address of the landlord, property management company, or lender that receives the rent or mortgage payment?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"whatIs54\",\"qid\":\"54\",\"text\":\"What is the phone number of the landlord, property management company, or lender that receives rent or mortgage payment?\",\"type\":\"control_phone\"},{\"name\":\"input55\",\"qid\":\"55\",\"text\":\"QUESTION\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"pleaseDescribe56\",\"qid\":\"56\",\"subLabel\":\"\",\"text\":\"Please describe your question that is not addressed in the above Q+A.\",\"type\":\"control_textarea\"},{\"name\":\"divider57\",\"qid\":\"57\",\"type\":\"control_divider\"},{\"name\":\"divider58\",\"qid\":\"58\",\"type\":\"control_divider\"},{\"name\":\"divider59\",\"qid\":\"59\",\"type\":\"control_divider\"},{\"name\":\"informationFor60\",\"qid\":\"60\",\"text\":\"Information for Renters\",\"type\":\"control_collapse\"},{\"name\":\"informationOn61\",\"qid\":\"61\",\"text\":\"Information on Emergency Repairs\",\"type\":\"control_head\"},{\"name\":\"sectionBreak\",\"qid\":\"62\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider63\",\"qid\":\"63\",\"type\":\"control_divider\"},{\"name\":\"sectionBreak64\",\"qid\":\"64\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider65\",\"qid\":\"65\",\"type\":\"control_divider\"},{\"name\":\"sectionBreak66\",\"qid\":\"66\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider67\",\"qid\":\"67\",\"type\":\"control_divider\"},{\"name\":\"sectionBreak68\",\"qid\":\"68\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider69\",\"qid\":\"69\",\"type\":\"control_divider\"},{\"name\":\"input70\",\"qid\":\"70\",\"text\":\"IMPORTANT:\\nUnder Executive Order 106, &ldquo;residential property&rdquo; means any property rented or owned for residential purposes, including, but not limited to, any house, building, mobile home or land in a mobile home park, or tenement leased for residential purposes, but shall not include any hotel, motel, or other guest house, or part thereof, rented to a transient guest or seasonal tenant, or a residential health care facility.&nbsp; Administrative Order No. 2020-9 clarifies that individuals who have no permanent housing to which they may safely or lawfully return and live at a hotel or motel on a continual basis are not considered &ldquo;transient guests or seasonal tenants,&rdquo; and thus are entitled to the protections against evictions included in Executive Order No. 106 (2020).&nbsp; Since Executive Order 106 and A-3859 were meant to prevent evictions, unless the court deems it necessary in the interest of justice, those who would be homeless if removed from the hotel or motel would be protected.&nbsp;&nbsp;\\nAdditionally, under Administrative Order No. 2020-9, municipalities and counties may not impose restrictions in response to COVID-19 on the ability of hotels, motels, guest houses, or private residences, or parts thereof, to accept any individuals who have no permanent housing to which they may safely or lawfully return.&nbsp;\\n&nbsp;\\n&nbsp;\",\"type\":\"control_text\"},{\"name\":\"input71\",\"qid\":\"71\",\"text\":\"Information on Rental Property and Evictions under Executive Order 106\\nNOTE: This page is for tenants living in rental properties. If you are a homeowner looking for information on mortgage forbearance or foreclosure, or seek to lodge a complaint against a lender, please read this article on help for homeowners.\",\"type\":\"control_text\"},{\"name\":\"divider72\",\"qid\":\"72\",\"type\":\"control_divider\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,{\"name\":\"submit2\",\"qid\":\"2\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"name\":\"input3\",\"qid\":\"3\",\"text\":\"NO ONE MAY BE REMOVED FROM THEIR HOME FOR INABILITY TO PAY RENT DURING THE COVID-19 EMERGENCY. \\nOn March 19, 2020, New Jersey Governor Philip Murphy issued Executive Order 106, which immediately suspends evictions throughout the state.\\nThis is called an &ldquo;eviction moratorium,&rdquo; and means that no tenant may be removed from his or her home as a result of an eviction proceeding, with rare exceptions for cases such as when a tenant is violent or endangering other tenants.\\nThe eviction moratorium does not halt court proceedings; instead, it prevents lockouts and removals. The New Jersey Supreme Court controls court proceedings related to eviction and has suspended all eviction proceedings for now. This means that your landlord cannot take you to court at this time, but they will be able to once the courts reopen.\\nThe eviction moratorium will last until two months after Governor Murphy declares an end to the COVID-19 health crisis, unless the Governor issues another Executive Order to end it sooner. Local officials will then resume removing tenants who are subject to final court orders of eviction.\\nIf your landlord is trying to force you from your home, please:\\n\\nIf the removal is imminent, call the police.\\nIf the removal is not imminent,&nbsp;please read the Truth in Renting Guide for more information on legal remedies.\\n\",\"type\":\"control_text\"},null,{\"description\":\"\",\"name\":\"haveYou\",\"qid\":\"5\",\"text\":\"Have you already been issued a lockout notice or warrant of removal?\",\"type\":\"control_radio\"},{\"name\":\"input6\",\"qid\":\"6\",\"text\":\"IMPORTANT:\\nIf you have been issued a lockout notice or warrant of removal, note that the moratorium applies to all pre-existing orders for removal. Any previously issued order for removal is suspended, except as noted above in rare circumstances as determined by a court, and you cannot be removed from your home during the moratorium.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"isYour\",\"qid\":\"7\",\"text\":\"Is your landlord persisting in locking you out despite knowledge of the law?\",\"type\":\"control_radio\"},{\"name\":\"ltpStyletextalign\",\"qid\":\"8\",\"text\":\"IMPORTANT:\\nIt is a crime for your landlord to lock you out. Under New Jersey law, only the courts can order evictions, and only government officials can remove you from your home. If your landlord locks you out, call the local police right away.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou\",\"qid\":\"9\",\"text\":\"Are you living in a hotel or motel as your current home?\",\"type\":\"control_radio\"},null,{\"name\":\"ltpgtholdLanguage\",\"qid\":\"11\",\"text\":\"PLEASE NOTE: During the eviction moratorium, rent is still due, and you should pay if you can. If you do not pay, your landlord can still demand the rent and file an action against you in court. The court will schedule the case once the suspension of court hearings is lifted. If you need guidance on how to address your rent situation with your landlord during this time, you can call the New Jersey Housing and Mortgage Finance Agency for free counseling over the phone. Visit https:\\u002F\\u002Fnjhousing.gov\\u002Fforeclosure for a list of counselors by county.\\nExecutive Order No. 128 (2020) enables tenants to instruct landlords to use their security deposits to offset rent or back rent. The Order took effect on April 24, 2020, and remains in place until 60 days after the Public Health Emergency established by Executive Order No. 103 (2020) is lifted.&nbsp; Tenants must communicate in writing or electronically to the landlord that they want to use the funds for this purpose.&nbsp; Tenants will not be obligated to make any further security deposit relating to their current lease agreement but would still be responsible for any monies landlords expend that would have normally been reimbursable via the security deposit as outlined in the original contract (i.e. damage to the property).&nbsp; However, should the tenant and landlord extend or renew their lease, then the tenant would be obligated to replenish the security deposit in full either six months following the end of the Public Health Emergency, or on the date on which the current lease agreement is extended or renewed, whichever is later.&nbsp;\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou12\",\"qid\":\"12\",\"text\":\"Are you currently paying your rent?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtpleaseNote\",\"qid\":\"13\",\"text\":\"IMPORTANT:\\nIf you are not currently paying your rent:\\n\\nLandlords may still file new cases against tenants during this period.\\nHowever, tenants do not have to go to court for the time being as eviction court proceedings are temporarily suspended.\\nOn March 27, the New Jersey Supreme Court ordered that landlord-tenant court be suspended until April 26, so there will be no eviction hearings anywhere in the state until April 26 at the earliest.\\nCheck the New Jersey Courts website for updates or news of further postponements.\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou14\",\"qid\":\"14\",\"text\":\"Are you behind on rent or envision becoming behind on rent during the COVID-19 emergency?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtltstronggtifYou\",\"qid\":\"15\",\"text\":\"IMPORTANT:\\nAny payments you miss now will become back-rent that you owe. One way or another, you will probably have to pay later whatever you cannot pay now, or you will ultimately face possible eviction.\\n\\nIf you fall behind on your rent payments, you can try speaking with your landlord to work out a payment plan to avoid having an eviction action filed against you.\\nAdditional help may become available for tenants who miss rent payments because of COVID-19-related financial hardship. To see if you are eligible for any of the state's housing assistance programs, visit the Division of Housing and Community's resource page.\\nThere are also programs available to help veterans, low-income families, the elderly, single-parents, and more.\\nYou can also receive guidance on how to address your rent situation with your landlord during this time through the New Jersey Housing and Mortgage Finance Agency that is providing free counseling over the phone.&nbsp;\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"haveYour\",\"qid\":\"16\",\"text\":\"Have your received court papers?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtanyPayments\",\"qid\":\"17\",\"text\":\"IMPORTANT:\\nIf you receive court papers, contact a legal services organization&nbsp;in your community right away.&nbsp;&nbsp;\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"doYou\",\"qid\":\"18\",\"text\":\"Do you have a court date on a previously-initiatied eviction proceeding?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtltstronggtifYou19\",\"qid\":\"19\",\"text\":\"IMPORTANT:\\nIf your court date is scheduled during the closure of the courts, the court will mail you a notice with your new court date. While landlord-tenant court is suspended, you should not go to court, no cases will move forward, and you will not be penalized for not going to court.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"doYou20\",\"qid\":\"20\",\"text\":\"Do you need emergency repairs on your home?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtifYour\",\"qid\":\"21\",\"text\":\"IMPORTANT:\\nYou always have a right to safe and decent housing.\\n\\nIf you have concerns about issues such as inadequate heat, exposure to lead, infestations, leaks, crumbling walls and ceilings, or other hazardous conditions, you should ask your landlord in writing to make repairs (keep a copy).\\nIf repairs are not made quickly, you can call 2-1-1, contact the state Bureau of Housing Inspection, or call your municipality to report the problem.\\nOr, if you can manage the repairs on your own, you can make them or pay someone to make them. You might be able to withhold the money you spent on repairs from your rent (save all receipts for the repairs!). Due to closures, enforcement agencies may be working with limited staff and it may take longer to get repairs or inspections.\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou22\",\"qid\":\"22\",\"text\":\"Are you a tenant subsidized by a DCA voucher program?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtltstronggtyouAlways\",\"qid\":\"23\",\"text\":\"IMPORTANT:\\nIf you are a tenant subsidized by a DCA voucher program, DCA encourages subsidized tenants to use the online portal at assistancecheck.com to submit documents, or to send documents through the mail (keep copies!). Subsidized tenants who have questions can contact the field offices or use the main customer service line:\\n\\nVia phone at: (609) 292-4080\\nVia email at: customer.service@dca.nj.gov\\n\",\"type\":\"control_text\"},{\"name\":\"ltpgtifYou\",\"qid\":\"24\",\"text\":\"To find out if you are eligible to apply for any of DCA&rsquo;s housing assistance programs, visit DCA&rsquo;s online anonymous screening tool: https:\\u002F\\u002Fwww.nj.gov\\u002Fdca\\u002Fdcaid\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou25\",\"qid\":\"25\",\"text\":\"Are you a Section 8 Housing Choice Voucher holder?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtifYou26\",\"qid\":\"26\",\"text\":\"IMPORTANT\\nThe federal CARES Act prevents landlords from filing eviction actions for nonpayment of rent for 120 days from March 27, 2020 (or through July 25, 2020) against tenants who:\\n\\nlive in federally-subsidized housing,\\nhave a Section 8 Housing Choice voucher,\\nlive in Section 8 project-based housing, or\\nlive in other types of federally funded housing, including, among others, certain housing programs for seniors, people with disabilities, people with HIV\\u002FAIDS, and people at risk of homelessness.\\n\\nDuring this period, the landlord also cannot charge fees (such as late fees or attorney&rsquo;s fees) associated with nonpayment of rent, and the landlord must give tenants a 30 day-notice after July 25 before filing eviction actions.\\nAlso, DCA has suspended termination of subsidies in the Section 8 Housing Choice Voucher and State Rental Assistance Programs, unless the tenant has engaged in violence or threats against others.&nbsp;\",\"type\":\"control_text\"},{\"name\":\"ltpgtdcaHas\",\"qid\":\"27\",\"text\":\"PLEASE NOTE: Your utilities cannot be shut off at this time due to nonpayment. A moratorium on utility shutoffs prevents any household from having its electricity, gas service, or water service shut off for nonpayment through March 15, 2021. Additionally, the utilities are offering residential and commercial customers a flexible and extended Deferred Payment Agreement (DPA) of at least 12 months and up to 24 months. No down payments are required for this assistance.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"areYou28\",\"qid\":\"28\",\"text\":\"Are you currently behind on electric, gas or water payments, or do you think you will  be behind on payments in the future?\",\"type\":\"control_radio\"},{\"name\":\"ltpgtpleaseNote29\",\"qid\":\"29\",\"text\":\"You still have to pay whatever electric, gas, or water bills you normally pay. If you cannot pay now, you will have to pay later. The utilities and water companies are not cancelling debts; they are just postponing shutoffs for the time being. DCA offers low-income tenants assistance with utility bills through its popular Low Income Home Energy Assistance Program (LIHEAP) &ndash; to find out if you&rsquo;re eligible&nbsp;or receive further information please read this fact sheet.&nbsp;\",\"type\":\"control_text\"},{\"name\":\"electricGas\",\"qid\":\"30\",\"text\":\"Electric, Gas + Water Utilities\",\"type\":\"control_head\"},{\"name\":\"informationFor31\",\"qid\":\"31\",\"text\":\"Information for Subsidized Tenants + Housing Assistance\",\"type\":\"control_head\"},{\"name\":\"informationFor32\",\"qid\":\"32\",\"text\":\"Information for Tenants Who Are Being Evicted\",\"type\":\"control_head\"},{\"name\":\"informationFor33\",\"qid\":\"33\",\"text\":\"Information for Renters\",\"type\":\"control_head\"},null,{\"name\":\"informationFor35\",\"qid\":\"35\",\"text\":\"Information for Electric, Gas, and Water Utilities\",\"type\":\"control_collapse\"},{\"name\":\"informationOn\",\"qid\":\"36\",\"text\":\"Information on Emergency Repairs\",\"type\":\"control_collapse\"},{\"name\":\"informationFor37\",\"qid\":\"37\",\"text\":\"Information for Subsidized Tenants + Housing Assistance\",\"type\":\"control_collapse\"},{\"name\":\"divider\",\"qid\":\"38\",\"type\":\"control_divider\"},{\"name\":\"evictionQuestion\",\"qid\":\"39\",\"text\":\"Eviction Question Form\",\"type\":\"control_collapse\"},{\"name\":\"clickTo\",\"qid\":\"40\",\"text\":\"Section Break\",\"type\":\"control_collapse\"},{\"name\":\"input41\",\"qid\":\"41\",\"text\":\"If you have a question that is not addressed here, please complete the question form below.\",\"type\":\"control_text\"},{\"name\":\"divider42\",\"qid\":\"42\",\"type\":\"control_divider\"},null,{\"description\":\"\",\"name\":\"pleaseEnter44\",\"qid\":\"44\",\"text\":\"Please enter your name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"pleaseEnter45\",\"qid\":\"45\",\"subLabel\":\"example@example.com\",\"text\":\"Please enter your email\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"pleaseEnter46\",\"qid\":\"46\",\"text\":\"Please enter your phone number\",\"type\":\"control_phone\"},{\"name\":\"input47\",\"qid\":\"47\",\"text\":\"HOME OR APARTMENT INFORMATION\\nThis next section is about the property your question is about. Please complete this information as best you can.\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"whatType\",\"qid\":\"48\",\"text\":\"What type of home do you, or your friend or family member, live in?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"pleaseEnter49\",\"qid\":\"49\",\"text\":\"Please enter the address of your home or apartment.\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"whatCounty\",\"qid\":\"50\",\"subLabel\":\"\",\"text\":\"What county is the home or apartment located in?\",\"type\":\"control_dropdown\"},{\"name\":\"input51\",\"qid\":\"51\",\"text\":\"LANDLORD, PROPERTY MANAGEMENT COMPANY, OR LENDER&nbsp;INFORMATION\\nThis next section is about the landlord, property management company, or the lender that you pay rent to. This information is optional in case you feel it will be helpful in answering your question.&nbsp;\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"52\",\"subLabel\":\"\",\"text\":\"What is the name of the landlord, property management company, or lender that receives the rent or mortgage payment?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whatIs53\",\"qid\":\"53\",\"text\":\"What is the address of the landlord, property management company, or lender that receives the rent or mortgage payment?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"whatIs54\",\"qid\":\"54\",\"text\":\"What is the phone number of the landlord, property management company, or lender that receives rent or mortgage payment?\",\"type\":\"control_phone\"},{\"name\":\"input55\",\"qid\":\"55\",\"text\":\"QUESTION\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"pleaseDescribe56\",\"qid\":\"56\",\"subLabel\":\"\",\"text\":\"Please describe your question that is not addressed in the above Q+A.\",\"type\":\"control_textarea\"},{\"name\":\"divider57\",\"qid\":\"57\",\"type\":\"control_divider\"},{\"name\":\"divider58\",\"qid\":\"58\",\"type\":\"control_divider\"},{\"name\":\"divider59\",\"qid\":\"59\",\"type\":\"control_divider\"},{\"name\":\"informationFor60\",\"qid\":\"60\",\"text\":\"Information for Renters\",\"type\":\"control_collapse\"},{\"name\":\"informationOn61\",\"qid\":\"61\",\"text\":\"Information on Emergency Repairs\",\"type\":\"control_head\"},{\"name\":\"sectionBreak\",\"qid\":\"62\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider63\",\"qid\":\"63\",\"type\":\"control_divider\"},{\"name\":\"sectionBreak64\",\"qid\":\"64\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider65\",\"qid\":\"65\",\"type\":\"control_divider\"},{\"name\":\"sectionBreak66\",\"qid\":\"66\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider67\",\"qid\":\"67\",\"type\":\"control_divider\"},{\"name\":\"sectionBreak68\",\"qid\":\"68\",\"text\":\"***Section Break***\",\"type\":\"control_collapse\"},{\"name\":\"divider69\",\"qid\":\"69\",\"type\":\"control_divider\"},{\"name\":\"input70\",\"qid\":\"70\",\"text\":\"IMPORTANT:\\nUnder Executive Order 106, &ldquo;residential property&rdquo; means any property rented or owned for residential purposes, including, but not limited to, any house, building, mobile home or land in a mobile home park, or tenement leased for residential purposes, but shall not include any hotel, motel, or other guest house, or part thereof, rented to a transient guest or seasonal tenant, or a residential health care facility.&nbsp; Administrative Order No. 2020-9 clarifies that individuals who have no permanent housing to which they may safely or lawfully return and live at a hotel or motel on a continual basis are not considered &ldquo;transient guests or seasonal tenants,&rdquo; and thus are entitled to the protections against evictions included in Executive Order No. 106 (2020).&nbsp; Since Executive Order 106 and A-3859 were meant to prevent evictions, unless the court deems it necessary in the interest of justice, those who would be homeless if removed from the hotel or motel would be protected.&nbsp;&nbsp;\\nAdditionally, under Administrative Order No. 2020-9, municipalities and counties may not impose restrictions in response to COVID-19 on the ability of hotels, motels, guest houses, or private residences, or parts thereof, to accept any individuals who have no permanent housing to which they may safely or lawfully return.&nbsp;\\n&nbsp;\\n&nbsp;\",\"type\":\"control_text\"},{\"name\":\"input71\",\"qid\":\"71\",\"text\":\"Information on Rental Property and Evictions under Executive Order 106\\nNOTE: This page is for tenants living in rental properties. If you are a homeowner looking for information on mortgage forbearance or foreclosure, or seek to lodge a complaint against a lender, please read this article on help for homeowners.\",\"type\":\"control_text\"},{\"name\":\"divider72\",\"qid\":\"72\",\"type\":\"control_divider\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/innovatenj.jotform.com\/submit\/201004818589053\/\" method=\"post\" name=\"form_201004818589053\" id=\"201004818589053\" accept-charset=\"utf-8\" autocomplete=\"on\">\n  <input type=\"hidden\" name=\"formID\" value=\"201004818589053\" \/>\n  <input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/>\n  <input type=\"hidden\" id=\"cardinalOrderNumber\" value=\"\" \/>\n  <div role=\"main\" class=\"form-all\">\n    <ul class=\"form-section page-section\">\n      <li class=\"form-line\" data-type=\"control_text\" id=\"id_71\">\n        <div id=\"cid_71\" class=\"form-input-wide\">\n          <div id=\"text_71\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"font-size: 18pt; font-family: trebuchet ms, geneva, sans-serif;\"><strong>Information on Rental Property and Evictions under Executive Order 106<\/strong><\/span><\/p>\n            <p style=\"text-align: left;\"><span style=\"font-size: 12pt; font-family: trebuchet ms, geneva, sans-serif;\">NOTE: This page is for tenants living in rental properties. If you are a homeowner looking for information on mortgage forbearance or foreclosure, or seek to lodge a complaint against a lender, <strong><a href=\"https:\/\/covid19.nj.gov\/faqs\/nj-information\/general-public\/is-there-help-for-homeowners-what-if-i-cant-pay-my-mortgage\" target=\"_blank\" rel=\"nofollow\">please read this article on help for homeowners<\/a><\/strong>.<\/span><\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_divider\" id=\"id_72\">\n        <div id=\"cid_72\" class=\"form-input-wide\">\n          <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_text\" id=\"id_3\">\n        <div id=\"cid_3\" class=\"form-input-wide\">\n          <div id=\"text_3\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong>NO ONE MAY BE REMOVED FROM THEIR HOME FOR INABILITY TO PAY RENT DURING THE COVID-19 EMERGENCY. <\/strong><\/span><\/p>\n            <p>On March 19, 2020, New Jersey Governor Philip Murphy issued <a href=\"https:\/\/nj.gov\/infobank\/eo\/056murphy\/pdf\/EO-106.pdf\" target=\"_blank\" rel=\"nofollow\">Executive Order 106<\/a>, which immediately suspends evictions throughout the state.<\/p>\n            <p>This is called an \u201ceviction moratorium,\u201d and means that <strong>no tenant may be removed from his or her home<\/strong> as a result of an eviction proceeding, with rare exceptions for cases such as when a tenant is violent or endangering other tenants.<\/p>\n            <p>The eviction moratorium does not halt court proceedings; instead, it prevents lockouts and removals. The New Jersey Supreme Court controls court proceedings related to eviction and <strong>has suspended all eviction proceedings for now<\/strong>. This means that your landlord cannot take you to court at this time, but they will be able to once the courts reopen.<\/p>\n            <p>The eviction moratorium will last until two months after Governor Murphy declares an end to the COVID-19 health crisis, unless the Governor issues another Executive Order to end it sooner. Local officials will then resume removing tenants who are subject to final court orders of eviction.<\/p>\n            <p>If your landlord is trying to force you from your home, please:<\/p>\n            <ol>\n              <li>\n                If the removal is imminent, call the police.\n              <\/li>\n              <li>\n                If the removal is not imminent,\u00a0please read the\n                <a href=\"https:\/\/www.nj.gov\/dca\/divisions\/codes\/publications\/pdf_lti\/t_i_r.pdf\" target=\"_blank\" rel=\"nofollow\">Truth in Renting Guide for more information on legal remedies.<\/a>\n              <\/li>\n            <\/ol>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li id=\"cid_32\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-small\">\n          <div class=\"header-text httac htvam\">\n            <h3 id=\"header_32\" class=\"form-header\" data-component=\"header\">\n              Information for Tenants Who Are Being Evicted\n            <\/h3>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_5\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_5\" for=\"input_5\"> Have you already been issued a lockout notice or warrant of removal? <\/label>\n        <div id=\"cid_5\" class=\"form-input-wide\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_5\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_5_0\" name=\"q5_haveYou\" value=\"Yes\" \/>\n              <label id=\"label_input_5_0\" for=\"input_5_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_5_1\" name=\"q5_haveYou\" value=\"No\" \/>\n              <label id=\"label_input_5_1\" for=\"input_5_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_6\">\n        <div id=\"cid_6\" class=\"form-input-wide\">\n          <div id=\"text_6\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #ff0000;\"><strong>IMPORTANT:<\/strong><\/span><\/p>\n            <p style=\"text-align: left;\">If you have been issued a lockout notice or warrant of removal, note that the moratorium applies to all pre-existing orders for removal. <strong>Any previously issued order for removal is suspended, except as noted above in rare circumstances as determined by a court, and you cannot be removed from your home<\/strong> during the moratorium.<\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_7\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_7\" for=\"input_7\"> Is your landlord persisting in locking you out despite knowledge of the law? <\/label>\n        <div id=\"cid_7\" class=\"form-input-wide\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_7\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_7_0\" name=\"q7_isYour\" value=\"Yes\" \/>\n              <label id=\"label_input_7_0\" for=\"input_7_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_7_1\" name=\"q7_isYour\" value=\"No\" \/>\n              <label id=\"label_input_7_1\" for=\"input_7_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_8\">\n        <div id=\"cid_8\" class=\"form-input-wide\">\n          <div id=\"text_8\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #ff0000;\">IMPORTANT:<\/span><\/strong><\/span><\/p>\n            <p style=\"text-align: left;\">It is a crime for your landlord to lock you out. Under New Jersey law, only the courts can order evictions, and only government officials can remove you from your home. <strong>If your landlord locks you out, call the local police right away.<\/strong><\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_9\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_9\" for=\"input_9\"> Are you living in a hotel or motel as your current home? <\/label>\n        <div id=\"cid_9\" class=\"form-input-wide\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_9\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_9_0\" name=\"q9_areYou\" value=\"Yes\" \/>\n              <label id=\"label_input_9_0\" for=\"input_9_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_9_1\" name=\"q9_areYou\" value=\"No\" \/>\n              <label id=\"label_input_9_1\" for=\"input_9_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_70\">\n        <div id=\"cid_70\" class=\"form-input-wide\">\n          <div id=\"text_70\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #ff0000;\">IMPORTANT:<\/span><\/strong><\/span><\/p>\n            <p>Under Executive Order 106, \u201cresidential property\u201d means any property rented or owned for residential purposes, including, but not limited to, any house, building, mobile home or land in a mobile home park, or tenement leased for residential purposes, but shall not include any hotel, motel, or other guest house, or part thereof, rented to a transient guest or seasonal tenant, or a residential health care facility.\u00a0 Administrative Order No. 2020-9 clarifies that individuals who have no permanent housing to which they may safely or lawfully return and live at a hotel or motel on a continual basis are not considered \u201ctransient guests or seasonal tenants,\u201d and thus are entitled to the protections against evictions included in Executive Order No. 106 (2020).\u00a0 Since Executive Order 106 and A-3859 were meant to prevent evictions, unless the court deems it necessary in the interest of justice, those who would be homeless if removed from the hotel or motel would be protected.\u00a0\u00a0<\/p>\n            <p>Additionally, under Administrative Order No. 2020-9, municipalities and counties may not impose restrictions in response to COVID-19 on the ability of hotels, motels, guest houses, or private residences, or parts thereof, to accept any individuals who have no permanent housing to which they may safely or lawfully return.\u00a0<\/p>\n            <p>\u00a0<\/p>\n            <p>\u00a0<\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_16\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_16\" for=\"input_16\"> Have your received court papers? <\/label>\n        <div id=\"cid_16\" class=\"form-input-wide\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_16\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_16_0\" name=\"q16_haveYour\" value=\"Yes\" \/>\n              <label id=\"label_input_16_0\" for=\"input_16_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_16_1\" name=\"q16_haveYour\" value=\"No\" \/>\n              <label id=\"label_input_16_1\" for=\"input_16_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_17\">\n        <div id=\"cid_17\" class=\"form-input-wide\">\n          <div id=\"text_17\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: 14pt;\"><strong>IMPORTANT:<\/strong><\/span><\/p>\n            <p><strong>If you receive court papers, contact <a href=\"https:\/\/covid19.nj.gov\/faqs\/nj-information\/get-assistance\/where-can-i-get-legal-help\" target=\"_blank\" rel=\"nofollow\">a legal services organization\u00a0in your community right away<\/a>.\u00a0<\/strong>\u00a0<\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_18\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_18\" for=\"input_18\"> Do you have a court date on a previously-initiatied eviction proceeding? <\/label>\n        <div id=\"cid_18\" class=\"form-input-wide\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_18\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_18_0\" name=\"q18_doYou\" value=\"Yes\" \/>\n              <label id=\"label_input_18_0\" for=\"input_18_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_18_1\" name=\"q18_doYou\" value=\"No\" \/>\n              <label id=\"label_input_18_1\" for=\"input_18_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_19\">\n        <div id=\"cid_19\" class=\"form-input-wide\">\n          <div id=\"text_19\" class=\"form-html\" data-component=\"text\">\n            <p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: 14pt;\"><strong>IMPORTANT:<\/strong><\/span><\/p>\n            <p>If your court date is scheduled during the closure of the courts, the court will mail you a notice with your new court date. While landlord-tenant court is suspended, you should not go to court, no cases will move forward, and you will not be penalized for not going to court.<\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <ul class=\"form-section\" id=\"section_68\">\n        <li id=\"cid_68\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table form-collapse-hidden\" id=\"collapse_68\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_68\">\n              ***Section Break***\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-show\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_69\">\n          <div id=\"cid_69\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_60\">\n        <li id=\"cid_60\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_60\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_60\">\n              Information for Renters\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li id=\"cid_33\" class=\"form-input-wide\" data-type=\"control_head\">\n          <div class=\"form-header-group  header-small\">\n            <div class=\"header-text httac htvam\">\n              <h3 id=\"header_33\" class=\"form-header\" data-component=\"header\">\n                Information for Renters\n              <\/h3>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_text\" id=\"id_11\">\n          <div id=\"cid_11\" class=\"form-input-wide\">\n            <div id=\"text_11\" class=\"form-html\" data-component=\"text\">\n              <p>PLEASE NOTE: <strong>During the eviction moratorium, rent is still due, and you should pay if you can.<\/strong> If you do not pay, your landlord can still demand the rent and file an action against you in court. The court will schedule the case once the suspension of court hearings is lifted. If you need guidance on how to address your rent situation with your landlord during this time, you can call the New Jersey Housing and Mortgage Finance Agency for free counseling over the phone. Visit <a href=\"https:\/\/njhousing.gov\/foreclosure\" target=\"_blank\" rel=\"nofollow\">https:\/\/njhousing.gov\/foreclosure<\/a> for a list of counselors by county.<\/p>\n              <p>Executive Order No. 128 (2020) enables tenants to instruct landlords to use their security deposits to offset rent or back rent. The Order took effect on April 24, 2020, and remains in place until 60 days after the Public Health Emergency established by Executive Order No. 103 (2020) is lifted.\u00a0 Tenants must communicate in writing or electronically to the landlord that they want to use the funds for this purpose.\u00a0 Tenants will not be obligated to make any further security deposit relating to their current lease agreement but would still be responsible for any monies landlords expend that would have normally been reimbursable via the security deposit as outlined in the original contract (i.e. damage to the property).\u00a0 However, should the tenant and landlord extend or renew their lease, then the tenant would be obligated to replenish the security deposit in full either six months following the end of the Public Health Emergency, or on the date on which the current lease agreement is extended or renewed, whichever is later.\u00a0<\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_12\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_12\" for=\"input_12\"> Are you currently paying your rent? <\/label>\n          <div id=\"cid_12\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_12\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_12_0\" name=\"q12_areYou12\" value=\"Yes\" \/>\n                <label id=\"label_input_12_0\" for=\"input_12_0\"> Yes <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_12_1\" name=\"q12_areYou12\" value=\"No\" \/>\n                <label id=\"label_input_12_1\" for=\"input_12_1\"> No <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_13\">\n          <div id=\"cid_13\" class=\"form-input-wide\">\n            <div id=\"text_13\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #ff0000;\"><strong>IMPORTANT:<\/strong><\/span><\/p>\n              <p><strong>If you are not currently paying your rent:<\/strong><\/p>\n              <ul>\n                <li>\n                  Landlords may still file new cases against tenants during this period.\n                <\/li>\n                <li>\n                  However,\n                  <strong>tenants do not have to go to court for the time being<\/strong>\n                  as eviction court proceedings are temporarily suspended.\n                <\/li>\n                <li>\n                  On March 27, the New Jersey Supreme Court ordered that landlord-tenant court be suspended until April 26, so there will be no eviction hearings anywhere in the state until April 26 at the earliest.\n                <\/li>\n                <li>\n                  Check the New Jersey Courts website for updates or news of further postponements.\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_14\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_14\" for=\"input_14\"> Are you behind on rent or envision becoming behind on rent during the COVID-19 emergency? <\/label>\n          <div id=\"cid_14\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_14\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_14_0\" name=\"q14_areYou14\" value=\"Yes\" \/>\n                <label id=\"label_input_14_0\" for=\"input_14_0\"> Yes <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_14_1\" name=\"q14_areYou14\" value=\"No\" \/>\n                <label id=\"label_input_14_1\" for=\"input_14_1\"> No <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_15\">\n          <div id=\"cid_15\" class=\"form-input-wide\">\n            <div id=\"text_15\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #ff0000;\"><strong>IMPORTANT:<\/strong><\/span><\/p>\n              <p>Any payments you miss now will become back-rent that you owe. One way or another, you will probably have to pay later whatever you cannot pay now, or you will ultimately face possible eviction.<\/p>\n              <ul>\n                <li>\n                  If you fall behind on your rent payments, you can try speaking with your landlord to work out a payment plan to avoid having an eviction action filed against you.\n                <\/li>\n                <li>\n                  Additional help may become available for tenants who miss rent payments because of COVID-19-related financial hardship. To see if you are eligible for any of the state's housing assistance programs, visit the\n                  <a href=\"https:\/\/www.nj.gov\/dca\/dcaid\" target=\"_blank\" rel=\"nofollow\">Division of Housing and Community's resource page<\/a>\n                  .\n                <\/li>\n                <li>\n                  There are also programs available to help veterans, low-income families, the elderly, single-parents, and more.\n                <\/li>\n                <li>\n                  You can also receive guidance on how to address your rent situation with your landlord during this time through the New Jersey Housing and Mortgage Finance Agency that is providing\n                  <a href=\"https:\/\/njhousing.gov\/foreclosure\" target=\"_blank\" rel=\"nofollow\">free counseling over the phone<\/a>\n                  .\u00a0\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section\" id=\"section_66\">\n        <li id=\"cid_66\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table form-collapse-hidden\" id=\"collapse_66\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_66\">\n              ***Section Break***\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-show\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_67\">\n          <div id=\"cid_67\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_36\">\n        <li id=\"cid_36\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_36\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_36\">\n              Information on Emergency Repairs\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li id=\"cid_61\" class=\"form-input-wide\" data-type=\"control_head\">\n          <div class=\"form-header-group  header-small\">\n            <div class=\"header-text httac htvam\">\n              <h3 id=\"header_61\" class=\"form-header\" data-component=\"header\">\n                Information on Emergency Repairs\n              <\/h3>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_20\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_20\" for=\"input_20\"> Do you need emergency repairs on your home? <\/label>\n          <div id=\"cid_20\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_20\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_20_0\" name=\"q20_doYou20\" value=\"Yes\" \/>\n                <label id=\"label_input_20_0\" for=\"input_20_0\"> Yes <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_20_1\" name=\"q20_doYou20\" value=\"No\" \/>\n                <label id=\"label_input_20_1\" for=\"input_20_1\"> No <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_21\">\n          <div id=\"cid_21\" class=\"form-input-wide\">\n            <div id=\"text_21\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #ff0000;\"><strong>IMPORTANT:<\/strong><\/span><\/p>\n              <p><strong>You always have a right to safe and decent housing.<\/strong><\/p>\n              <ul>\n                <li>\n                  If you have concerns about issues such as inadequate heat, exposure to lead, infestations, leaks, crumbling walls and ceilings, or other hazardous conditions, you should ask your landlord in writing to make repairs (keep a copy).\n                <\/li>\n                <li>\n                  If repairs are not made quickly, you can call 2-1-1, contact the state Bureau of Housing Inspection, or call your municipality to report the problem.\n                <\/li>\n                <li>\n                  Or, if you can manage the repairs on your own, you can make them or pay someone to make them. You might be able to withhold the money you spent on repairs from your rent (save all receipts for the repairs!). Due to closures, enforcement agencies may be working with limited staff and it may take longer to get repairs or inspections.\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section\" id=\"section_64\">\n        <li id=\"cid_64\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table form-collapse-hidden\" id=\"collapse_64\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_64\">\n              ***Section Break***\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-show\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_65\">\n          <div id=\"cid_65\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_37\">\n        <li id=\"cid_37\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_37\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_37\">\n              Information for Subsidized Tenants + Housing Assistance\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li id=\"cid_31\" class=\"form-input-wide\" data-type=\"control_head\">\n          <div class=\"form-header-group  header-small\">\n            <div class=\"header-text httac htvam\">\n              <h3 id=\"header_31\" class=\"form-header\" data-component=\"header\">\n                Information for Subsidized Tenants + Housing Assistance\n              <\/h3>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_22\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_22\" for=\"input_22\"> Are you a tenant subsidized by a DCA voucher program? <\/label>\n          <div id=\"cid_22\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_22\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_22_0\" name=\"q22_areYou22\" value=\"Yes\" \/>\n                <label id=\"label_input_22_0\" for=\"input_22_0\"> Yes <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_22_1\" name=\"q22_areYou22\" value=\"No\" \/>\n                <label id=\"label_input_22_1\" for=\"input_22_1\"> No <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_23\">\n          <div id=\"cid_23\" class=\"form-input-wide\">\n            <div id=\"text_23\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #ff0000;\">IMPORTANT:<\/span><\/strong><\/span><\/p>\n              <p>If you are a tenant subsidized by a DCA voucher program, DCA encourages subsidized tenants to use the online portal at assistancecheck.com to submit documents, or to send documents through the mail (keep copies!). Subsidized tenants who have questions can contact the field offices or use the main customer service line:<\/p>\n              <ul>\n                <li>\n                  Via phone at: (609) 292-4080\n                <\/li>\n                <li>\n                  Via email at: customer.service@dca.nj.gov\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_24\">\n          <div id=\"cid_24\" class=\"form-input-wide\">\n            <div id=\"text_24\" class=\"form-html\" data-component=\"text\">\n              <p>To find out if you are eligible to apply for any of DCA\u2019s housing assistance programs, visit DCA\u2019s online anonymous screening tool: <a href=\"https:\/\/www.nj.gov\/dca\/dcaid\" target=\"_blank\" rel=\"nofollow\">https:\/\/www.nj.gov\/dca\/dcaid<\/a><\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_25\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_25\" for=\"input_25\"> Are you a Section 8 Housing Choice Voucher holder? <\/label>\n          <div id=\"cid_25\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_25\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_25_0\" name=\"q25_areYou25\" value=\"Yes\" \/>\n                <label id=\"label_input_25_0\" for=\"input_25_0\"> Yes <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_25_1\" name=\"q25_areYou25\" value=\"No\" \/>\n                <label id=\"label_input_25_1\" for=\"input_25_1\"> No <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_26\">\n          <div id=\"cid_26\" class=\"form-input-wide\">\n            <div id=\"text_26\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><strong><span style=\"color: #ff0000; font-size: 14pt;\">IMPORTANT<\/span><\/strong><\/p>\n              <p>The federal CARES Act prevents landlords from filing eviction actions for nonpayment of rent for 120 days from March 27, 2020 (or through July 25, 2020) against tenants who:<\/p>\n              <ul>\n                <li>\n                  live in federally-subsidized housing,\n                <\/li>\n                <li>\n                  have a Section 8 Housing Choice voucher,\n                <\/li>\n                <li>\n                  live in Section 8 project-based housing, or\n                <\/li>\n                <li>\n                  live in other types of federally funded housing, including, among others, certain housing programs for seniors, people with disabilities, people with HIV\/AIDS, and people at risk of homelessness.\n                <\/li>\n              <\/ul>\n              <p>During this period, the landlord also cannot charge fees (such as late fees or attorney\u2019s fees) associated with nonpayment of rent, and the landlord must give tenants a 30 day-notice after July 25 before filing eviction actions.<\/p>\n              <p>Also, DCA has suspended termination of subsidies in the Section 8 Housing Choice Voucher and State Rental Assistance Programs, unless the tenant has engaged in violence or threats against others.\u00a0<\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section\" id=\"section_62\">\n        <li id=\"cid_62\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table form-collapse-hidden\" id=\"collapse_62\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_62\">\n              ***Section Break***\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-show\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_63\">\n          <div id=\"cid_63\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_35\">\n        <li id=\"cid_35\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_35\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_35\">\n              Information for Electric, Gas, and Water Utilities\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li id=\"cid_30\" class=\"form-input-wide\" data-type=\"control_head\">\n          <div class=\"form-header-group  header-small\">\n            <div class=\"header-text httac htvam\">\n              <h3 id=\"header_30\" class=\"form-header\" data-component=\"header\">\n                Electric, Gas + Water Utilities\n              <\/h3>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_text\" id=\"id_27\">\n          <div id=\"cid_27\" class=\"form-input-wide\">\n            <div id=\"text_27\" class=\"form-html\" data-component=\"text\">\n              <p>PLEASE NOTE: Your utilities cannot be shut off at this time due to nonpayment. A moratorium on utility shutoffs prevents any household from having its electricity, gas service, or water service shut off for nonpayment through March 15, 2021. Additionally, the utilities are offering residential and commercial customers a flexible and extended Deferred Payment Agreement (DPA) of at least 12 months and up to 24 months. No down payments are required for this assistance.<\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_28\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_28\" for=\"input_28\"> Are you currently behind on electric, gas or water payments, or do you think you will be behind on payments in the future? <\/label>\n          <div id=\"cid_28\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_28\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_28_0\" name=\"q28_areYou28\" value=\"Yes\" \/>\n                <label id=\"label_input_28_0\" for=\"input_28_0\"> Yes <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_28_1\" name=\"q28_areYou28\" value=\"No\" \/>\n                <label id=\"label_input_28_1\" for=\"input_28_1\"> No <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_29\">\n          <div id=\"cid_29\" class=\"form-input-wide\">\n            <div id=\"text_29\" class=\"form-html\" data-component=\"text\">\n              <p>You still have to pay whatever electric, gas, or water bills you normally pay. If you cannot pay now, you will have to pay later. The utilities and water companies are not cancelling debts; they are just postponing shutoffs for the time being. DCA offers low-income tenants assistance with utility bills through its popular Low Income Home Energy Assistance Program (LIHEAP) \u2013 to find out if you\u2019re eligible\u00a0or receive further information <a href=\"https:\/\/www.nj.gov\/dca\/divisions\/dhcr\/offices\/docs\/usfhea_fact_sheet.pdf\" target=\"_blank\" rel=\"nofollow\">please read this fact sheet<\/a>.\u00a0<\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section\" id=\"section_40\">\n        <li id=\"cid_40\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table form-collapse-hidden\" id=\"collapse_40\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_40\">\n              Section Break\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-show\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_42\">\n          <div id=\"cid_42\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_text\" id=\"id_41\">\n          <div id=\"cid_41\" class=\"form-input-wide\">\n            <div id=\"text_41\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 12pt;\">If you have a question that is not addressed here, please complete the question form below.<\/span><\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_39\">\n        <li id=\"cid_39\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_39\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_39\">\n              Eviction Question Form\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_fullname\" id=\"id_44\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_44\" for=\"first_44\"> Please enter your name <\/label>\n          <div id=\"cid_44\" class=\"form-input-wide\">\n            <div data-wrapper-react=\"true\">\n              <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n                <input type=\"text\" id=\"first_44\" name=\"q44_pleaseEnter44[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_44 sublabel_44_first\" \/>\n                <label class=\"form-sub-label\" for=\"first_44\" id=\"sublabel_44_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n              <\/span>\n              <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n                <input type=\"text\" id=\"last_44\" name=\"q44_pleaseEnter44[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_44 sublabel_44_last\" \/>\n                <label class=\"form-sub-label\" for=\"last_44\" id=\"sublabel_44_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line jf-required\" data-type=\"control_email\" id=\"id_45\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_45\" for=\"input_45\">\n            Please enter your email\n            <span class=\"form-required\">\n              *\n            <\/span>\n          <\/label>\n          <div id=\"cid_45\" class=\"form-input-wide jf-required\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"email\" id=\"input_45\" name=\"q45_pleaseEnter45\" class=\"form-textbox validate[required, Email]\" size=\"30\" value=\"\" data-component=\"email\" aria-labelledby=\"label_45 sublabel_input_45\" required=\"\" \/>\n              <label class=\"form-sub-label\" for=\"input_45\" id=\"sublabel_input_45\" style=\"min-height:13px\" aria-hidden=\"false\"> example@example.com <\/label>\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_phone\" id=\"id_46\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_46\" for=\"input_46_area\"> Please enter your phone number <\/label>\n          <div id=\"cid_46\" class=\"form-input-wide\">\n            <div data-wrapper-react=\"true\">\n              <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\">\n                <input type=\"tel\" id=\"input_46_area\" name=\"q46_pleaseEnter46[area]\" class=\"form-textbox\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_46 sublabel_46_area\" \/>\n                <span class=\"phone-separate\" aria-hidden=\"true\">\n                  \u00a0-\n                <\/span>\n                <label class=\"form-sub-label\" for=\"input_46_area\" id=\"sublabel_46_area\" style=\"min-height:13px\" aria-hidden=\"false\"> Area Code <\/label>\n              <\/span>\n              <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\">\n                <input type=\"tel\" id=\"input_46_phone\" name=\"q46_pleaseEnter46[phone]\" class=\"form-textbox\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_46 sublabel_46_phone\" \/>\n                <label class=\"form-sub-label\" for=\"input_46_phone\" id=\"sublabel_46_phone\" style=\"min-height:13px\" aria-hidden=\"false\"> Phone Number <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_59\">\n          <div id=\"cid_59\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_text\" id=\"id_47\">\n          <div id=\"cid_47\" class=\"form-input-wide\">\n            <div id=\"text_47\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong>HOME OR APARTMENT INFORMATION<\/strong><\/span><\/p>\n              <p>This next section is about the property your question is about. Please complete this information as best you can.<\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_radio\" id=\"id_48\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_48\" for=\"input_48\"> What type of home do you, or your friend or family member, live in? <\/label>\n          <div id=\"cid_48\" class=\"form-input-wide\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_48\" data-component=\"radio\">\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_48_0\" name=\"q48_whatType\" value=\"Apartment that is rented\" \/>\n                <label id=\"label_input_48_0\" for=\"input_48_0\"> Apartment that is rented <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_48_1\" name=\"q48_whatType\" value=\"Single-family home that is rented\" \/>\n                <label id=\"label_input_48_1\" for=\"input_48_1\"> Single-family home that is rented <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_48_2\" name=\"q48_whatType\" value=\"A hotel room that is rented\" \/>\n                <label id=\"label_input_48_2\" for=\"input_48_2\"> A hotel room that is rented <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_48_3\" name=\"q48_whatType\" value=\"Condo or Co-op that is owned\" \/>\n                <label id=\"label_input_48_3\" for=\"input_48_3\"> Condo or Co-op that is owned <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"radio\" class=\"form-radio\" id=\"input_48_4\" name=\"q48_whatType\" value=\"Single-family home that is owned\" \/>\n                <label id=\"label_input_48_4\" for=\"input_48_4\"> Single-family home that is owned <\/label>\n              <\/span>\n              <span class=\"form-radio-item\" style=\"clear:left\">\n                <input type=\"radio\" class=\"form-radio-other form-radio\" name=\"q48_whatType\" id=\"other_48\" value=\"other\" aria-label=\"Other\" \/>\n                <label id=\"label_other_48\" style=\"text-indent:0\" for=\"other_48\">  <\/label>\n                <input type=\"text\" class=\"form-radio-other-input form-textbox\" name=\"q48_whatType[other]\" data-otherhint=\"Other\" size=\"15\" id=\"input_48\" placeholder=\"Other\" \/>\n                <br\/>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_address\" id=\"id_49\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_49\" for=\"input_49_addr_line1\"> Please enter the address of your home or apartment. <\/label>\n          <div id=\"cid_49\" class=\"form-input-wide\">\n            <div summary=\"\" class=\"form-address-table jsTest-addressField\">\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_49_addr_line1\" name=\"q49_pleaseEnter49[addr_line1]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_49 sublabel_49_addr_line1\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_49_addr_line1\" id=\"sublabel_49_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_49_addr_line2\" name=\"q49_pleaseEnter49[addr_line2]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_49 sublabel_49_addr_line2\" \/>\n                    <label class=\"form-sub-label\" for=\"input_49_addr_line2\" id=\"sublabel_49_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address Line 2 <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-city-line jsTest-address-lineField \">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_49_city\" name=\"q49_pleaseEnter49[city]\" class=\"form-textbox form-address-city\" value=\"\" data-component=\"city\" aria-labelledby=\"label_49 sublabel_49_city\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_49_city\" id=\"sublabel_49_city\" style=\"min-height:13px\" aria-hidden=\"false\"> City <\/label>\n                  <\/span>\n                <\/span>\n                <span class=\"form-address-line form-address-state-line jsTest-address-lineField \">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_49_state\" name=\"q49_pleaseEnter49[state]\" class=\"form-textbox form-address-state\" value=\"\" data-component=\"state\" aria-labelledby=\"label_49 sublabel_49_state\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_49_state\" id=\"sublabel_49_state\" style=\"min-height:13px\" aria-hidden=\"false\"> State \/ Province <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-zip-line jsTest-address-lineField \">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_49_postal\" name=\"q49_pleaseEnter49[postal]\" class=\"form-textbox form-address-postal\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_49 sublabel_49_postal\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_49_postal\" id=\"sublabel_49_postal\" style=\"min-height:13px\" aria-hidden=\"false\"> Postal \/ Zip Code <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_dropdown\" id=\"id_50\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_50\" for=\"input_50\"> What county is the home or apartment located in? <\/label>\n          <div id=\"cid_50\" class=\"form-input-wide\">\n            <select class=\"form-dropdown\" id=\"input_50\" name=\"q50_whatCounty\" style=\"width:300px\" data-component=\"dropdown\" aria-labelledby=\"label_50\">\n              <option value=\"\">  <\/option>\n              <option value=\"Atlantic\"> Atlantic <\/option>\n              <option value=\"Bergen\"> Bergen <\/option>\n              <option value=\"Burlington\"> Burlington <\/option>\n              <option value=\"Camden\"> Camden <\/option>\n              <option value=\"Cape May\"> Cape May <\/option>\n              <option value=\"Cumberland\"> Cumberland <\/option>\n              <option value=\"Essex\"> Essex <\/option>\n              <option value=\"Gloucester\"> Gloucester <\/option>\n              <option value=\"Hudson\"> Hudson <\/option>\n              <option value=\"Hunterdon\"> Hunterdon <\/option>\n              <option value=\"Mercer\"> Mercer <\/option>\n              <option value=\"Middlesex\"> Middlesex <\/option>\n              <option value=\"Monmouth\"> Monmouth <\/option>\n              <option value=\"Morris\"> Morris <\/option>\n              <option value=\"Ocean\"> Ocean <\/option>\n              <option value=\"Passaic\"> Passaic <\/option>\n              <option value=\"Salem\"> Salem <\/option>\n              <option value=\"Somerset\"> Somerset <\/option>\n              <option value=\"Sussex\"> Sussex <\/option>\n              <option value=\"Union\"> Union <\/option>\n              <option value=\"Warren\"> Warren <\/option>\n            <\/select>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_58\">\n          <div id=\"cid_58\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_text\" id=\"id_51\">\n          <div id=\"cid_51\" class=\"form-input-wide\">\n            <div id=\"text_51\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong>LANDLORD, PROPERTY MANAGEMENT COMPANY, OR LENDER\u00a0INFORMATION<\/strong><\/span><\/p>\n              <p>This next section is about the landlord, property management company, or the lender that you pay rent to. This information is optional in case you feel it will be helpful in answering your question.\u00a0<\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_textbox\" id=\"id_52\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_52\" for=\"input_52\"> What is the name of the landlord, property management company, or lender that receives the rent or mortgage payment? <\/label>\n          <div id=\"cid_52\" class=\"form-input-wide\">\n            <input type=\"text\" id=\"input_52\" name=\"q52_whatIs\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_52\" \/>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_address\" id=\"id_53\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_53\" for=\"input_53_addr_line1\"> What is the address of the landlord, property management company, or lender that receives the rent or mortgage payment? <\/label>\n          <div id=\"cid_53\" class=\"form-input-wide\">\n            <div summary=\"\" class=\"form-address-table jsTest-addressField\">\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_53_addr_line1\" name=\"q53_whatIs53[addr_line1]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_53 sublabel_53_addr_line1\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_53_addr_line1\" id=\"sublabel_53_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_53_addr_line2\" name=\"q53_whatIs53[addr_line2]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_53 sublabel_53_addr_line2\" \/>\n                    <label class=\"form-sub-label\" for=\"input_53_addr_line2\" id=\"sublabel_53_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address Line 2 <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-city-line jsTest-address-lineField \">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_53_city\" name=\"q53_whatIs53[city]\" class=\"form-textbox form-address-city\" value=\"\" data-component=\"city\" aria-labelledby=\"label_53 sublabel_53_city\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_53_city\" id=\"sublabel_53_city\" style=\"min-height:13px\" aria-hidden=\"false\"> City <\/label>\n                  <\/span>\n                <\/span>\n                <span class=\"form-address-line form-address-state-line jsTest-address-lineField \">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_53_state\" name=\"q53_whatIs53[state]\" class=\"form-textbox form-address-state\" value=\"\" data-component=\"state\" aria-labelledby=\"label_53 sublabel_53_state\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_53_state\" id=\"sublabel_53_state\" style=\"min-height:13px\" aria-hidden=\"false\"> State \/ Province <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n              <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n                <span class=\"form-address-line form-address-zip-line jsTest-address-lineField \">\n                  <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                    <input type=\"text\" id=\"input_53_postal\" name=\"q53_whatIs53[postal]\" class=\"form-textbox form-address-postal\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_53 sublabel_53_postal\" required=\"\" \/>\n                    <label class=\"form-sub-label\" for=\"input_53_postal\" id=\"sublabel_53_postal\" style=\"min-height:13px\" aria-hidden=\"false\"> Postal \/ Zip Code <\/label>\n                  <\/span>\n                <\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_phone\" id=\"id_54\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_54\" for=\"input_54_area\"> What is the phone number of the landlord, property management company, or lender that receives rent or mortgage payment? <\/label>\n          <div id=\"cid_54\" class=\"form-input-wide\">\n            <div data-wrapper-react=\"true\">\n              <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\">\n                <input type=\"tel\" id=\"input_54_area\" name=\"q54_whatIs54[area]\" class=\"form-textbox\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_54 sublabel_54_area\" \/>\n                <span class=\"phone-separate\" aria-hidden=\"true\">\n                  \u00a0-\n                <\/span>\n                <label class=\"form-sub-label\" for=\"input_54_area\" id=\"sublabel_54_area\" style=\"min-height:13px\" aria-hidden=\"false\"> Area Code <\/label>\n              <\/span>\n              <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\">\n                <input type=\"tel\" id=\"input_54_phone\" name=\"q54_whatIs54[phone]\" class=\"form-textbox\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_54 sublabel_54_phone\" \/>\n                <label class=\"form-sub-label\" for=\"input_54_phone\" id=\"sublabel_54_phone\" style=\"min-height:13px\" aria-hidden=\"false\"> Phone Number <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_57\">\n          <div id=\"cid_57\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_text\" id=\"id_55\">\n          <div id=\"cid_55\" class=\"form-input-wide\">\n            <div id=\"text_55\" class=\"form-html\" data-component=\"text\">\n              <p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong>QUESTION<\/strong><\/span><\/p>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line jf-required\" data-type=\"control_textarea\" id=\"id_56\">\n          <label class=\"form-label form-label-top form-label-auto\" id=\"label_56\" for=\"input_56\">\n            Please describe your question that is not addressed in the above Q+A.\n            <span class=\"form-required\">\n              *\n            <\/span>\n          <\/label>\n          <div id=\"cid_56\" class=\"form-input-wide jf-required\">\n            <div class=\"form-textarea-limit\">\n              <span>\n                <textarea id=\"input_56\" class=\"form-textarea validate[required]\" name=\"q56_pleaseDescribe56\" cols=\"65\" rows=\"8\" data-component=\"textarea\" required=\"\"><\/textarea>\n                <div class=\"form-textarea-limit-indicator\">\n                  <span data-limit=\"250\" type=\"Words\" data-minimum=\"-1\" data-typeminimum=\"None\" id=\"input_56-limit\">\n                    0\/250\n                  <\/span>\n                <\/div>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_divider\" id=\"id_38\">\n          <div id=\"cid_38\" class=\"form-input-wide\">\n            <div data-component=\"divider\" style=\"border-bottom:1px solid #e6e6e6;height:1px;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:5px\">\n            <\/div>\n          <\/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 style=\"text-align:center\" data-align=\"center\" class=\"form-buttons-wrapper form-buttons-center   jsTest-button-wrapperField\">\n              <button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n                Submit\n              <\/button>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li style=\"display:none\">\n          Should be Empty:\n          <input type=\"text\" name=\"website\" value=\"\" \/>\n        <\/li>\n      <\/ul>\n  <\/div>\n  <script>\n  JotForm.showJotFormPowered = \"0\";\n  <\/script>\n  <script>\n  JotForm.poweredByText = \"Powered by JotForm\";\n  <\/script>\n  <input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"201004818589053\" \/>\n  <script type=\"text\/javascript\">\n  var all_spc = document.querySelectorAll(\"form[id='201004818589053'] .si\" + \"mple\" + \"_spc\");\nfor (var i = 0; i < all_spc.length; i++)\n{\n  all_spc[i].value = \"201004818589053-201004818589053\";\n}\n  <\/script>\n<\/form><\/body>\n<\/html>\n","Eviction Moratorium Information + Question Form",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="201004818589053"){return;}
var iframe=document.getElementById("201004818589053");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);}})();