{"id":3747,"date":"2023-11-21T07:31:10","date_gmt":"2023-11-21T12:31:10","guid":{"rendered":"https:\/\/home.hamptonu.edu\/gateways\/?page_id=3747"},"modified":"2023-11-21T08:03:01","modified_gmt":"2023-11-21T13:03:01","slug":"website-feedback","status":"publish","type":"page","link":"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/","title":{"rendered":"&#8211; Website Feedback"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3747\" class=\"elementor elementor-3747\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c317d4c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c317d4c\" 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-8e59563\" data-id=\"8e59563\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eb7fd80 elementor-widget elementor-widget-heading\" data-id=\"eb7fd80\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Website Feedback<\/h2>\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b56aae4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b56aae4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8da257a\" data-id=\"8da257a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b572abf elementor-widget elementor-widget-html\" data-id=\"b572abf\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n    <iframe\n      id=\"JotFormIFrame-221395520592052\"\n      title=\"Website Feedback\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/form.jotform.com\/221395520592052\"\n      frameborder=\"0\"\n      style=\"min-width:100%;max-width:100%;height:539px;border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-221395520592052\");\n    if (ifr) {\n      var src = ifr.src;\n      var iframeParams = [];\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n      }\n      if (src && src.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n        src = src.substr(0, src.indexOf(\"?\"))\n      }\n      iframeParams.push(\"isIframeEmbed=1\");\n      ifr.src = src + \"?\" + iframeParams.join('&');\n    }\n    window.handleIFrameMessage = function(e) {\n      if (typeof e.data === 'object') { return; }\n      var args = e.data.split(\":\");\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n      if (!iframe) { return; }\n      switch (args[0]) {\n        case \"scrollIntoView\":\n          iframe.scrollIntoView();\n          break;\n        case \"setHeight\":\n          iframe.style.height = args[1] + \"px\";\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\n            iframe.style.minHeight = args[1] + \"px\";\n          }\n          break;\n        case \"collapseErrorPage\":\n          if (iframe.clientHeight > window.innerHeight) {\n            iframe.style.height = window.innerHeight + \"px\";\n          }\n          break;\n        case \"reloadPage\":\n          window.location.reload();\n          break;\n        case \"loadScript\":\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n          var src = args[1];\n          if (args.length > 3) {\n              src = args[1] + ':' + args[2];\n          }\n          var script = document.createElement('script');\n          script.src = src;\n          script.type = 'text\/javascript';\n          document.body.appendChild(script);\n          break;\n        case \"exitFullscreen\":\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n          break;\n      }\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n      }\n    };\n    window.isPermitted = function(originUrl, whitelisted_domains) {\n      var url = document.createElement('a');\n      url.href = originUrl;\n      var hostname = url.hostname;\n      var result = false;\n      if( typeof hostname !== 'undefined' ) {\n        whitelisted_domains.forEach(function(element) {\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                result = true;\n            }\n        });\n        return result;\n      }\n    };\n    if (window.addEventListener) {\n      window.addEventListener(\"message\", handleIFrameMessage, false);\n    } else if (window.attachEvent) {\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\n    }\n    <\/script>\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Website Feedback<\/p>\n","protected":false},"author":23,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-3747","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- Website Feedback - HU Gateways<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Website Feedback - HU Gateways\" \/>\n<meta property=\"og:description\" content=\"Website Feedback\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/\" \/>\n<meta property=\"og:site_name\" content=\"HU Gateways\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hamptonuniversity\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-21T13:03:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@_hamptonu\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/website-feedback\\\/\",\"url\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/website-feedback\\\/\",\"name\":\"- Website Feedback - HU Gateways\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/#website\"},\"datePublished\":\"2023-11-21T12:31:10+00:00\",\"dateModified\":\"2023-11-21T13:03:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/website-feedback\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/website-feedback\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/website-feedback\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"&#8211; Website Feedback\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/#website\",\"url\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/\",\"name\":\"HU Gateways\",\"description\":\"Secure Hampton University Gateways\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/#organization\",\"name\":\"Hampton University\",\"url\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/home.hamptonu.edu\\\/gateways\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2023\\\/03\\\/hu_logomark_blue-860x184-1.png?fit=860%2C184&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/home.hamptonu.edu\\\/gateways\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2023\\\/03\\\/hu_logomark_blue-860x184-1.png?fit=860%2C184&ssl=1\",\"width\":860,\"height\":184,\"caption\":\"Hampton University\"},\"image\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/gateways\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hamptonuniversity\",\"https:\\\/\\\/x.com\\\/_hamptonu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Website Feedback - HU Gateways","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:\/\/home.hamptonu.edu\/gateways\/website-feedback\/","og_locale":"en_US","og_type":"article","og_title":"- Website Feedback - HU Gateways","og_description":"Website Feedback","og_url":"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/","og_site_name":"HU Gateways","article_publisher":"https:\/\/www.facebook.com\/hamptonuniversity","article_modified_time":"2023-11-21T13:03:01+00:00","twitter_card":"summary_large_image","twitter_site":"@_hamptonu","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/","url":"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/","name":"- Website Feedback - HU Gateways","isPartOf":{"@id":"https:\/\/home.hamptonu.edu\/gateways\/#website"},"datePublished":"2023-11-21T12:31:10+00:00","dateModified":"2023-11-21T13:03:01+00:00","breadcrumb":{"@id":"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/home.hamptonu.edu\/gateways\/website-feedback\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.hamptonu.edu\/gateways\/"},{"@type":"ListItem","position":2,"name":"&#8211; Website Feedback"}]},{"@type":"WebSite","@id":"https:\/\/home.hamptonu.edu\/gateways\/#website","url":"https:\/\/home.hamptonu.edu\/gateways\/","name":"HU Gateways","description":"Secure Hampton University Gateways","publisher":{"@id":"https:\/\/home.hamptonu.edu\/gateways\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.hamptonu.edu\/gateways\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/home.hamptonu.edu\/gateways\/#organization","name":"Hampton University","url":"https:\/\/home.hamptonu.edu\/gateways\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/home.hamptonu.edu\/gateways\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/home.hamptonu.edu\/gateways\/wp-content\/uploads\/sites\/6\/2023\/03\/hu_logomark_blue-860x184-1.png?fit=860%2C184&ssl=1","contentUrl":"https:\/\/i0.wp.com\/home.hamptonu.edu\/gateways\/wp-content\/uploads\/sites\/6\/2023\/03\/hu_logomark_blue-860x184-1.png?fit=860%2C184&ssl=1","width":860,"height":184,"caption":"Hampton University"},"image":{"@id":"https:\/\/home.hamptonu.edu\/gateways\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hamptonuniversity","https:\/\/x.com\/_hamptonu"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/pages\/3747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/comments?post=3747"}],"version-history":[{"count":11,"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/pages\/3747\/revisions"}],"predecessor-version":[{"id":3763,"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/pages\/3747\/revisions\/3763"}],"wp:attachment":[{"href":"https:\/\/home.hamptonu.edu\/gateways\/wp-json\/wp\/v2\/media?parent=3747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}