{"id":14,"date":"2011-07-14T19:47:05","date_gmt":"2011-07-14T19:47:05","guid":{"rendered":"http:\/\/192.168.9.29\/Development\/TB\/?page_id=14"},"modified":"2025-02-04T08:46:40","modified_gmt":"2025-02-04T08:46:40","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.duragates.com\/archive\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3301c9e dg-contactus-section2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3301c9e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dbb7d32\" data-id=\"dbb7d32\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0df541b elementor-widget elementor-widget-html\" data-id=\"0df541b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/crm.zoho.com\/crm\/WebFormServeServlet?rid=a9ff7bd02b9db8f7a5564d00c928d938f73ee04e43471019704802929c51b5b7gidaa3171946efbfcbcd488ad2da9d5bb9e08387b1b7086f4c6bb7118de4ad08959&amp;script=$sYG\"><\/script>\n\n<div class=\"span12 text-center\">\n  <p><strong>Note:<\/strong> We only offer the gate hardware, but not the gate itself.<\/p>\n  <p>Email us at <strong><a href=\"mailto:info@duragates.com\">info@duragates.com<\/a><\/strong> to be referred to a fabricator\/installer in your area.<\/p>\n<\/div>\n\n<script type=\"text\/javascript\">\njQuery(function($) { \n$(document).ready(function() {\n  var interval_dg_contactus_form = setInterval(function(){\n    console.log(\"dg-contactus-section2 checking ...\");\n    if( $(\".dg-contactus-section2 #crmWebToEntityForm.zcwf_lblLeft .zcwf_row\").length ) {\n      console.log(\"dg-contactus-section2 loaded!!\");\n      stop_interval_dg_contactus_form();\n    }\n  }, 1000);\n\n  var stop_interval_dg_contactus_form = function() {\n    clearInterval(interval_dg_contactus_form);\n    setTimeout(append_dg_contactus_form, 500);\n\n  };\n  var append_dg_contactus_form = function() {\n\n    \/\/ set full width for captcha and submit button\n    $(\".dg-contactus-section2 #crmWebToEntityForm form\").find(\".zcwf_row:eq(6)\").addClass(\"zcwf_row_fw\");\n    $(\".dg-contactus-section2 #crmWebToEntityForm form\").find(\".zcwf_row:eq(7)\").addClass(\"zcwf_row_fw\").addClass(\"zcwf_row_captcha\");\n    $(\".dg-contactus-section2 #crmWebToEntityForm form\").find(\".zcwf_row:eq(9)\").addClass(\"zcwf_row_fw\");\n    $(\".dg-contactus-section2 #crmWebToEntityForm form\").find(\".zcwf_row:eq(7)\").find(\"div[id^=recapErr]\").addClass(\"zcwf_row_captchaerr\");\n\n    \/\/ set placeholder\n    $(\".dg-contactus-section2 #crmWebToEntityForm form .zcwf_row\").each(function() {\n      var t = $(this).find(\".zcwf_col_lab label\").text();\n      if($(this).find(\".zcwf_col_fld input\").length) {\n        $(this).find(\".zcwf_col_fld input\").attr(\"placeholder\",t);\n      }\n      if($(this).find(\".zcwf_col_fld textarea\").length) {\n        $(this).find(\".zcwf_col_fld textarea\").attr(\"placeholder\",t);\n        $(this).find(\".zcwf_col_fld textarea\").attr(\"rows\",\"3\");\n      }\n    });\n\n    \/\/ validate\n    var isFormValid = false;\n    $(\".crmWebToEntityForm .formsubmit\").click(function(e) {\n      \/\/ console.log('isFormValid...', isFormValid );\n      if(isFormValid) {\n        return true;\n      }\n      e.preventDefault();\n\n      try {\n        var isInputValid = checkMandatory4780606000011066023();\n      } catch(e) {\n        \/\/ console.log('Ex: ', e.error_messsge );\n        var isInputValid = false;\n      }\n      \n      if(typeof isInputValid == 'undefined') {\n        isInputValid = true;\n        document.querySelector('.crmWebToEntityForm .formsubmit').removeAttribute('disabled');\n      }\n\n      \/\/ console.log('isInputValid...',  isInputValid );\n      if(isInputValid === false) {\n        return false;\n      }\n\n      var fnm = document.forms['WebToLeads4780606000011066023']['First Name'],\n        lnm = document.forms['WebToLeads4780606000011066023']['Last Name'],\n        compnm = document.forms['WebToLeads4780606000011066023']['Company'];\n\n      if (((fnm.value).replace(\/^\\s+|\\s+$\/g, '')).length > 30) {\n        alert('First Name (You have exceeded the maximum limit of 30 character.)');\n        fnm.focus();\n        return false;\n      }\n      if (((lnm.value).replace(\/^\\s+|\\s+$\/g, '')).length > 30) {\n        alert('Last Name (You have exceeded the maximum limit of 30 character.)');\n        lnm.focus();\n        return false;\n      }\n      if (((compnm.value).replace(\/^\\s+|\\s+$\/g, '')).length > 30) {\n        alert('Company (You have exceeded the maximum limit of 30 character.)');\n        compnm.focus();\n        return false;\n      }     \n      isFormValid = true;\n      \/\/ console.log('isFormValid...', isFormValid );\n      $(\".crmWebToEntityForm .formsubmit\").trigger(\"click\");\n      document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true);\n    });\n    \n  };\n});\n});\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1c00d4b\" data-id=\"1c00d4b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4bda4ce address-items-wrap elementor-widget elementor-widget-text-editor\" data-id=\"4bda4ce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.2 - 29-01-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<div class=\"address-item\"><h4>Physical Address :<\/h4><p>2E Chimney Rock Road, Bound Brook, NJ 08805 USA.<\/p><\/div>\n<div class=\"address-item\"><h4>Mailing Address :<\/h4><p>2E Easy Street, Bound Brook, NJ 08805 USA.<\/p><\/div>\n<div class=\"address-item\"><h4>Telephone :<\/h4><p> (732) 894 4040<\/p><\/div>\n<div class=\"address-item\"><h4>Fax :<\/h4><p> (908) 757 3439 <\/p><\/div>\n<div class=\"address-item\"><h4>E-mail :<\/h4><p> info@duragates.com <\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-763a94d elementor-widget elementor-widget-html\" data-id=\"763a94d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d12122.269941205823!2d-74.5607001!3d40.5732276!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3b9972dce99d5%3A0x78b42c1addf802!2sArchitectural%20Iron%20Designs!5e0!3m2!1sen!2sin!4v1676975567430!5m2!1sen!2sin\" width=\"800\" height=\"300\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5fb3b533 dg-contactus-section1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5fb3b533\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-45b06a81\" data-id=\"45b06a81\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Note: We only offer the gate hardware, but not the gate itself. Email us at info@duragates.com to be...<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DuraGates, contact us<\/title>\n<meta name=\"description\" content=\"Contact Us\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.duragates.com\/archive\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DuraGates, contact us\" \/>\n<meta property=\"og:description\" content=\"Contact Us\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.duragates.com\/archive\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"archive-DuraGates : The one-stop solution for light, medium or heavy sliding gates\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-04T08:46:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.duragates.com\/archive\/contact-us\/\",\"url\":\"https:\/\/www.duragates.com\/archive\/contact-us\/\",\"name\":\"DuraGates, contact us\",\"isPartOf\":{\"@id\":\"https:\/\/www.duragates.com\/archive\/#website\"},\"datePublished\":\"2011-07-14T19:47:05+00:00\",\"dateModified\":\"2025-02-04T08:46:40+00:00\",\"description\":\"Contact Us\",\"breadcrumb\":{\"@id\":\"https:\/\/www.duragates.com\/archive\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.duragates.com\/archive\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.duragates.com\/archive\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.duragates.com\/archive\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.duragates.com\/archive\/#website\",\"url\":\"https:\/\/www.duragates.com\/archive\/\",\"name\":\"archive-DuraGates : The one-stop solution for light, medium or heavy sliding gates\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.duragates.com\/archive\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DuraGates, contact us","description":"Contact Us","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.duragates.com\/archive\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"DuraGates, contact us","og_description":"Contact Us","og_url":"https:\/\/www.duragates.com\/archive\/contact-us\/","og_site_name":"archive-DuraGates : The one-stop solution for light, medium or heavy sliding gates","article_modified_time":"2025-02-04T08:46:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.duragates.com\/archive\/contact-us\/","url":"https:\/\/www.duragates.com\/archive\/contact-us\/","name":"DuraGates, contact us","isPartOf":{"@id":"https:\/\/www.duragates.com\/archive\/#website"},"datePublished":"2011-07-14T19:47:05+00:00","dateModified":"2025-02-04T08:46:40+00:00","description":"Contact Us","breadcrumb":{"@id":"https:\/\/www.duragates.com\/archive\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.duragates.com\/archive\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.duragates.com\/archive\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.duragates.com\/archive\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/www.duragates.com\/archive\/#website","url":"https:\/\/www.duragates.com\/archive\/","name":"archive-DuraGates : The one-stop solution for light, medium or heavy sliding gates","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.duragates.com\/archive\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/pages\/14"}],"collection":[{"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":80,"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":18752,"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/pages\/14\/revisions\/18752"}],"wp:attachment":[{"href":"https:\/\/www.duragates.com\/archive\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}