{"id":2076,"date":"2024-01-31T06:03:57","date_gmt":"2024-01-31T06:03:57","guid":{"rendered":"https:\/\/ahmedabaddesignweek.com\/edition5\/?page_id=2076"},"modified":"2024-02-02T07:48:03","modified_gmt":"2024-02-02T07:48:03","slug":"workshop-registration-form-adw-5-0","status":"publish","type":"page","link":"https:\/\/ahmedabaddesignweek.com\/edition5\/workshop-registration-form-adw-5-0\/","title":{"rendered":"Workshop Registration Form ADW 5.0"},"content":{"rendered":"<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n\t\t<div class=\"yrm-accordion-wrapper yrm-accordion-wrapper-3\" id=\"6a008a7d11ef3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"yrm-accordion-item yrm-accordion-item-0\" data-expanded=\"\">\n\t\t\t<div class=\"yrm-accordion-item-header\">\n\t\t\t\t<i class=\"fa  dashicons fa-chevron-right accordion-header-icon \"><\/i>\n\t\t\t\t<span>Workshop Registration for non-KU students, academicians and professionals <\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"yrm-accordion-item-content\" style=\"\">\n\t\t\t\t<h3><a href=\"https:\/\/allevents.in\/gandhinagar\/ahmedabad-design-week\/80001796731147?ref=smdl\" target=\"_blank\" rel=\"noopener\"><strong>CLICK HERE to REGISTER<\/strong><\/a><\/h3>\r\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"yrm-accordion-item yrm-accordion-item-1\" data-expanded=\"\">\n\t\t\t<div class=\"yrm-accordion-item-header\">\n\t\t\t\t<i class=\"fa  dashicons fa-chevron-right accordion-header-icon \"><\/i>\n\t\t\t\t<span>Workshop Registration for Karnavati University (KU) students<\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"yrm-accordion-item-content\" style=\"\">\n\t\t\t\t<iframe id=\"JotFormIFrame-240301267224444\" style=\"min-width: 100%; max-width: 100%; height: 539px; border: none;\" title=\"ADW 5.0 Workshop Registration Form\" src=\"https:\/\/form.jotform.com\/240301267224444\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\">\r\n<\/iframe>\r\n<script type=\"text\/javascript\">\r\n    var ifr = document.getElementById(\"JotFormIFrame-240301267224444\");\r\n    if (ifr) {\r\n      var src = ifr.src;\r\n      var iframeParams = [];\r\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\r\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\r\n      }\r\n      if (src && src.indexOf(\"?\") > -1) {\r\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\r\n        src = src.substr(0, src.indexOf(\"?\"))\r\n      }\r\n      iframeParams.push(\"isIframeEmbed=1\");\r\n      ifr.src = src + \"?\" + iframeParams.join('&');\r\n    }\r\n    window.handleIFrameMessage = function(e) {\r\n      if (typeof e.data === 'object') { return; }\r\n      var args = e.data.split(\":\");\r\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\r\n      if (!iframe) { return; }\r\n      switch (args[0]) {\r\n        case \"scrollIntoView\":\r\n          iframe.scrollIntoView();\r\n          break;\r\n        case \"setHeight\":\r\n          iframe.style.height = args[1] + \"px\";\r\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\r\n            iframe.style.minHeight = args[1] + \"px\";\r\n          }\r\n          break;\r\n        case \"collapseErrorPage\":\r\n          if (iframe.clientHeight > window.innerHeight) {\r\n            iframe.style.height = window.innerHeight + \"px\";\r\n          }\r\n          break;\r\n        case \"reloadPage\":\r\n          window.location.reload();\r\n          break;\r\n        case \"loadScript\":\r\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\r\n          var src = args[1];\r\n          if (args.length > 3) {\r\n              src = args[1] + ':' + args[2];\r\n          }\r\n          var script = document.createElement('script');\r\n          script.src = src;\r\n          script.type = 'text\/javascript';\r\n          document.body.appendChild(script);\r\n          break;\r\n        case \"exitFullscreen\":\r\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\r\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\r\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\r\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\r\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\r\n          break;\r\n      }\r\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\r\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\r\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\r\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\r\n      }\r\n    };\r\n    window.isPermitted = function(originUrl, whitelisted_domains) {\r\n      var url = document.createElement('a');\r\n      url.href = originUrl;\r\n      var hostname = url.hostname;\r\n      var result = false;\r\n      if( typeof hostname !== 'undefined' ) {\r\n        whitelisted_domains.forEach(function(element) {\r\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\r\n                result = true;\r\n            }\r\n        });\r\n        return result;\r\n      }\r\n    };\r\n    if (window.addEventListener) {\r\n      window.addEventListener(\"message\", handleIFrameMessage, false);\r\n    } else if (window.attachEvent) {\r\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\r\n    }\r\n    <\/script>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<style><\/style><script><\/script>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/template-full-width.php","meta":[],"_links":{"self":[{"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/pages\/2076"}],"collection":[{"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/comments?post=2076"}],"version-history":[{"count":8,"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/pages\/2076\/revisions"}],"predecessor-version":[{"id":2096,"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/pages\/2076\/revisions\/2096"}],"wp:attachment":[{"href":"https:\/\/ahmedabaddesignweek.com\/edition5\/wp-json\/wp\/v2\/media?parent=2076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}