{"id":7834,"date":"2021-10-22T16:37:20","date_gmt":"2021-10-22T16:37:20","guid":{"rendered":"https:\/\/frontonking.com\/?page_id=7834"},"modified":"2024-10-08T19:56:10","modified_gmt":"2024-10-08T18:56:10","slug":"registration","status":"publish","type":"page","link":"https:\/\/frontonking.com\/en\/registration\/","title":{"rendered":"Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7834\" class=\"elementor elementor-7834\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2af444d5 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle\" data-id=\"2af444d5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,6V0h1000v100L0,6z\"\/>\n<\/svg>\t\t<\/div>\n\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-77820c69\" data-id=\"77820c69\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-9abc9a3 elementor-widget elementor-widget-heading\" data-id=\"9abc9a3\" data-element_type=\"widget\" data-e-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\">REGISTRATION FORM<\/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-a9b5fa5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a9b5fa5\" data-element_type=\"section\" data-e-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-e549f67\" data-id=\"e549f67\" data-element_type=\"column\" data-e-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-8469659 elementor-widget elementor-widget-html\" data-id=\"8469659\" data-element_type=\"widget\" data-e-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-92614347615358\"\n      title=\"GCFK2021 ADULT ENTRY FORM\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/form.jotformeu.com\/92614347615358\"\n      frameborder=\"0\"\n      style=\"\n      min-width: 100%;\n      height:539px;\n      border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n      var ifr = document.getElementById(\"JotFormIFrame-92614347615358\");\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            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>REGISTRATION FORM<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7834","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Registration - Gran Canaria Fronton King<\/title>\n<meta name=\"description\" content=\"Inscripci\u00f3n del Gran Canaria Fronton king 2022 para l\u00f1as divisiones de Hombres, Junior y mujeres del campeonato mundial de la IBC world tour\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/frontonking.com\/en\/registration\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Registration - Gran Canaria Fronton King\" \/>\n<meta property=\"og:description\" content=\"Inscripci\u00f3n del Gran Canaria Fronton king 2022 para l\u00f1as divisiones de Hombres, Junior y mujeres del campeonato mundial de la IBC world tour\" \/>\n<meta property=\"og:url\" content=\"https:\/\/frontonking.com\/en\/registration\/\" \/>\n<meta property=\"og:site_name\" content=\"Gran Canaria Fronton King\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T18:56:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated 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:\\\/\\\/frontonking.com\\\/registration\\\/\",\"url\":\"https:\\\/\\\/frontonking.com\\\/registration\\\/\",\"name\":\"Registration - Gran Canaria Fronton King\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/frontonking.com\\\/#website\"},\"datePublished\":\"2021-10-22T16:37:20+00:00\",\"dateModified\":\"2024-10-08T18:56:10+00:00\",\"description\":\"Inscripci\u00f3n del Gran Canaria Fronton king 2022 para l\u00f1as divisiones de Hombres, Junior y mujeres del campeonato mundial de la IBC world tour\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/frontonking.com\\\/registration\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/frontonking.com\\\/registration\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/frontonking.com\\\/registration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/frontonking.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Registration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/frontonking.com\\\/#website\",\"url\":\"https:\\\/\\\/frontonking.com\\\/\",\"name\":\"Gran Canaria Fronton King\",\"description\":\"The Gran Canaria Fronton King Pro is the best bodyboarding competition in the world\",\"publisher\":{\"@id\":\"https:\\\/\\\/frontonking.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/frontonking.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/frontonking.com\\\/#organization\",\"name\":\"Gran Canaria Fronton King\",\"url\":\"https:\\\/\\\/frontonking.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/frontonking.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/frontonking.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-LOGO25_300px.png\",\"contentUrl\":\"https:\\\/\\\/frontonking.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-LOGO25_300px.png\",\"width\":300,\"height\":227,\"caption\":\"Gran Canaria Fronton King\"},\"image\":{\"@id\":\"https:\\\/\\\/frontonking.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Registration - Gran Canaria Fronton King","description":"Inscripci\u00f3n del Gran Canaria Fronton king 2022 para l\u00f1as divisiones de Hombres, Junior y mujeres del campeonato mundial de la IBC world tour","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:\/\/frontonking.com\/en\/registration\/","og_locale":"en_GB","og_type":"article","og_title":"Registration - Gran Canaria Fronton King","og_description":"Inscripci\u00f3n del Gran Canaria Fronton king 2022 para l\u00f1as divisiones de Hombres, Junior y mujeres del campeonato mundial de la IBC world tour","og_url":"https:\/\/frontonking.com\/en\/registration\/","og_site_name":"Gran Canaria Fronton King","article_modified_time":"2024-10-08T18:56:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/frontonking.com\/registration\/","url":"https:\/\/frontonking.com\/registration\/","name":"Registration - Gran Canaria Fronton King","isPartOf":{"@id":"https:\/\/frontonking.com\/#website"},"datePublished":"2021-10-22T16:37:20+00:00","dateModified":"2024-10-08T18:56:10+00:00","description":"Inscripci\u00f3n del Gran Canaria Fronton king 2022 para l\u00f1as divisiones de Hombres, Junior y mujeres del campeonato mundial de la IBC world tour","breadcrumb":{"@id":"https:\/\/frontonking.com\/registration\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/frontonking.com\/registration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/frontonking.com\/registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/frontonking.com\/"},{"@type":"ListItem","position":2,"name":"Registration"}]},{"@type":"WebSite","@id":"https:\/\/frontonking.com\/#website","url":"https:\/\/frontonking.com\/","name":"Gran Canaria Fronton King","description":"The Gran Canaria Fronton King Pro is the best bodyboarding competition in the world","publisher":{"@id":"https:\/\/frontonking.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/frontonking.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/frontonking.com\/#organization","name":"Gran Canaria Fronton King","url":"https:\/\/frontonking.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/frontonking.com\/#\/schema\/logo\/image\/","url":"https:\/\/frontonking.com\/wp-content\/uploads\/2025\/08\/cropped-LOGO25_300px.png","contentUrl":"https:\/\/frontonking.com\/wp-content\/uploads\/2025\/08\/cropped-LOGO25_300px.png","width":300,"height":227,"caption":"Gran Canaria Fronton King"},"image":{"@id":"https:\/\/frontonking.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/pages\/7834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/comments?post=7834"}],"version-history":[{"count":58,"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/pages\/7834\/revisions"}],"predecessor-version":[{"id":8225,"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/pages\/7834\/revisions\/8225"}],"wp:attachment":[{"href":"https:\/\/frontonking.com\/en\/wp-json\/wp\/v2\/media?parent=7834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}