{"id":415,"date":"2021-02-15T22:17:33","date_gmt":"2021-02-15T13:17:33","guid":{"rendered":"https:\/\/www.sanoyas.skdy.co.jp\/en\/?page_id=415"},"modified":"2021-02-24T18:27:16","modified_gmt":"2021-02-24T09:27:16","slug":"inquiry","status":"publish","type":"page","link":"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry","title":{"rendered":"Inquiry"},"content":{"rendered":"<div class=\"container\">\n    <h2>Contact form<\/h2>\n    <div class=\"mt-5\">\n                <form method=\"post\" id=\"inquiry\" action=\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry\" class=\"contactForm\">\n            <div class=\"form-group row\">\n                <label class=\"col-sm-4 col-form-label need\">Destination<\/label>\n                <div class=\"col-sm-8\">\n                                        <div class=\"form-check form-check-inline\">\n                        <input class=\"form-check-input\" type=\"radio\" name=\"sendTarget\" id=\"sendTarget_1\"  value=\"1\" required \/>\n                        <label class=\"form-check-label\" for=\"sendTarget_1\">Ship repair<\/label>\n                    <\/div>\n                                        <div class=\"form-check form-check-inline\">\n                        <input class=\"form-check-input\" type=\"radio\" name=\"sendTarget\" id=\"sendTarget_2\"  value=\"2\" required \/>\n                        <label class=\"form-check-label\" for=\"sendTarget_2\">Gastank<\/label>\n                    <\/div>\n                                        <div class=\"form-check form-check-inline\">\n                        <input class=\"form-check-input\" type=\"radio\" name=\"sendTarget\" id=\"sendTarget_3\"  value=\"3\" required \/>\n                        <label class=\"form-check-label\" for=\"sendTarget_3\">Recruit<\/label>\n                    <\/div>\n                                        <div class=\"form-check form-check-inline\">\n                        <input class=\"form-check-input\" type=\"radio\" name=\"sendTarget\" id=\"sendTarget_4\"  value=\"4\" required \/>\n                        <label class=\"form-check-label\" for=\"sendTarget_4\">Other<\/label>\n                    <\/div>\n                                    <\/div>\n            <\/div>\n            <div class=\"form-group row\">\n                <label for=\"companyName\" class=\"col-sm-4 col-form-label need\">company name<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"text\" class=\"form-control\" id=\"companyName\" name=\"companyName\" placeholder=\"company name\" value=\"\" required \/>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-group row\">\n                <label for=\"customerName\" class=\"col-sm-4 col-form-label need\">your name<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"text\" class=\"form-control\" id=\"customerName\" name=\"customerName\" placeholder=\"your name\" value=\"\" required \/>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-group row\">\n                <label for=\"telephone\" class=\"col-sm-4 col-form-label need\">Telephone<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"tel\" class=\"form-control\" id=\"telephone\" name=\"telephone\" placeholder=\"123-456-7890\" value=\"\" maxlength=\"14\" required \/>\n                <\/div>\n            <\/div>\n            <div class=\"form-group row\">\n                <label for=\"faxnumber\" class=\"col-sm-4 col-form-label\">Fax<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"tel\" class=\"form-control\" id=\"faxnumber\" name=\"faxnumber\" placeholder=\"123-456-7890\" value=\"\" maxlength=\"14\" \/>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-group row\">\n                <label for=\"customerEmail\" class=\"col-sm-4 col-form-label need\">Email<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"email\" class=\"form-control\" name=\"customerEmail\" id=\"customerEmail\" placeholder=\"Email\" value=\"\" required \/>\n                <\/div>\n            <\/div>\n            <div class=\"form-group row\">\n                <label for=\"customerEmailRe\" class=\"col-sm-4 col-form-label need\">Email(Retype)<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"email\" class=\"form-control\" name=\"customerEmailRe\" id=\"customerEmailRe\" placeholder=\"Email(Retype)\" value=\"\" required \/>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-group row\">\n                <label for=\"inquirySubject\" class=\"col-sm-4 col-form-label need\">Inquiry Title<\/label>\n                <div class=\"col-sm-8\">\n                    <input type=\"text\" class=\"form-control\" name=\"inquirySubject\" id=\"inquirySubject\" placeholder=\"Inquiry Title\" value=\"\" required \/>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-group row\">\n                <label for=\"inquiryDetail\" class=\"col-sm-4 col-form-label need\">Inquiry content<\/label>\n                <div class=\"col-sm-8\">\n                    <textarea class=\"form-control\" rows=10 name=\"inquiryDetail\" id=\"inquiryDetail\" required><\/textarea>\n                <\/div>\n            <\/div>\n\n            <input type=\"hidden\" name=\"action\" id=\"submitaction\" value=\"confirm\" \/>\n            <input type=\"hidden\" name=\"token\" value=\"f3fb07dc43c5dca43e07e2e1a0e8dd1d\" \/>\n\n            <p><a href=\"https:\/\/www.sanoyas.skdy.co.jp\/en\/privacy\">Privacy Policy<\/a><\/p>\n\n            <div class=\"text-center pb-5\">\n                <button type=\"submit\" id=\"submitButton\" class=\"btn btn-primary mb-2\">Confirm<\/button>\n            <\/div>\n        <\/form>\n    <\/div>\n\n<\/div>\n\n<script type=\"text\/javascript\">\n$(function($){\n    $(\".need\").append('<span class=\"badge badge-warning float-right\">Require<\/span>')\n        $('#inquiry').submit(function(){\n        $(\"#submitButton\").text(\"Wait...\");\n        $(\"#submitButton\").attr(\"disabled\",\"\");\n    });\n    });\nfunction scrollToInvalid() {\n  \/\/ Height of your nav bar plus a bottom margin\n  var navHeight = $(\".wrapper-navbar-area\").outerHeight()+30;\n  \/\/ Offset of the first input element minus your nav height\n  var invalid_el = $('input:invalid').first().offset().top - navHeight;\n\n  \/\/ If the invalid element is already within the window view, return true. If you return false, the validation will stop.\n  if ( invalid_el > (window.pageYOffset - navHeight) && invalid_el < (window.pageYOffset + window.innerHeight - navHeight) ) {\n    return true;\n  } else {\n    \/\/ If the first invalid input is not within the current view, scroll to it.\n    $('html, body').scrollTop(invalid_el);\n  }\n}\n\n$('input').on('invalid', scrollToInvalid);\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-415","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Inquiry - Shin Kurushima Sanoyas Shipbuilding Co., Ltd.<\/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:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inquiry - Shin Kurushima Sanoyas Shipbuilding Co., Ltd.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry\" \/>\n<meta property=\"og:site_name\" content=\"Shin Kurushima Sanoyas Shipbuilding Co., Ltd.\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-24T09:27:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/#website\",\"url\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/\",\"name\":\"Shin Kurushima Sanoyas Shipbuilding Co., Ltd.\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry#webpage\",\"url\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry\",\"name\":\"Inquiry - Shin Kurushima Sanoyas Shipbuilding Co., Ltd.\",\"isPartOf\":{\"@id\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/#website\"},\"datePublished\":\"2021-02-15T13:17:33+00:00\",\"dateModified\":\"2021-02-24T09:27:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sanoyas.skdy.co.jp\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inquiry\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inquiry - Shin Kurushima Sanoyas Shipbuilding Co., Ltd.","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.sanoyas.skdy.co.jp\/en\/inquiry","og_locale":"en_US","og_type":"article","og_title":"Inquiry - Shin Kurushima Sanoyas Shipbuilding Co., Ltd.","og_url":"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry","og_site_name":"Shin Kurushima Sanoyas Shipbuilding Co., Ltd.","article_modified_time":"2021-02-24T09:27:16+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.sanoyas.skdy.co.jp\/en\/#website","url":"https:\/\/www.sanoyas.skdy.co.jp\/en\/","name":"Shin Kurushima Sanoyas Shipbuilding Co., Ltd.","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sanoyas.skdy.co.jp\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry#webpage","url":"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry","name":"Inquiry - Shin Kurushima Sanoyas Shipbuilding Co., Ltd.","isPartOf":{"@id":"https:\/\/www.sanoyas.skdy.co.jp\/en\/#website"},"datePublished":"2021-02-15T13:17:33+00:00","dateModified":"2021-02-24T09:27:16+00:00","breadcrumb":{"@id":"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sanoyas.skdy.co.jp\/en\/inquiry#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sanoyas.skdy.co.jp\/en"},{"@type":"ListItem","position":2,"name":"Inquiry"}]}]}},"_links":{"self":[{"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/pages\/415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/comments?post=415"}],"version-history":[{"count":0,"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/pages\/415\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sanoyas.skdy.co.jp\/en\/wp-json\/wp\/v2\/media?parent=415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}