{"id":6099,"date":"2025-09-20T11:03:03","date_gmt":"2025-09-20T04:03:03","guid":{"rendered":"https:\/\/inter.mut.ac.th\/?page_id=6099"},"modified":"2025-09-20T11:03:41","modified_gmt":"2025-09-20T04:03:41","slug":"request-information","status":"publish","type":"page","link":"https:\/\/inter.mut.ac.th\/zh\/request-information\/","title":{"rendered":"Request Information"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<style>\n    .apply-now-body {\n        padding: 1rem 0;\n        font-size: 12px;\n    }\n\n    .apply-now-block-1 {\n        background-color: #9B1C24;\n        padding: 1rem 3rem;\n        color: #FFF;\n        margin-top: 3rem;\n    }\n\n    .apply-now-btn-submit {\n        background-color: #FEE300 !important;\n        border-color: #FEE300 !important;\n        font-size: 20px !important;\n        min-width: 200px;\n    }\n\n    .apply-now-block-form {\n        border: 1px solid #CCC;\n        padding: 1rem 2rem;\n        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;\n        border-radius: 4px;\n    }\n\n    .apply-now-header-1 {\n        font-size: 32px;\n    }\n\n    .apply-now-modal-success .modal-content {\n        background-color: #9B1C24;\n        color: #FFF;\n    }\n\n    .apply-now-modal-success .modal-body {\n        padding: 4rem 2rem !important;\n    }\n\n    .apply-now-modal-success .header-1 {\n        font-size: 24px;\n    }\n\n    .apply-now-modal-success .desc-1 {\n        font-size: 16px;\n    }\n\n    .apply-now-modal-success .btn-modal-ok {\n        font-size: 20px;\n        width: 250px;\n    }\n\n    .form-check .form-check-label {\n        margin-top: 2px;\n    }\n\n    #frm .form-control {\n\tfont-size: 12px;\n    }\n\n    @media (max-width: 768px) {\n        .apply-now-body {\n            padding: 1rem 1rem;\n            font-size: 12px;\n        }\n\n        .apply-now-block-1 {\n            padding: 1rem;\n            margin-top: 1rem;\n        }\n\n        .apply-now-header-1 {\n            font-size: 14px;\n        }\n\n        .apply-now-btn-submit {\n            font-size: 12px !important;\n            min-width: 100px;\n        }\n\n        .apply-now-block-form {\n            padding: 1rem;\n        }\n\n        .apply-now-modal-success .header-1 {\n            font-size: 14px;\n        }\n        \n        .apply-now-modal-success .desc-1 {\n            font-size: 12px;\n        }\n\n        .apply-now-modal-success .btn-modal-ok {\n            font-size: 12px;\n            width: 150px;\n        }\n\n        .form-check .form-check-label {\n            margin-top: 6px;\n        }\n\n        #frm .form-control {\n\t    font-size: 12px;\n\t}\n    }\n<\/style>\n<div class=\"apply-now-body container\">\n    <div class=\"apply-now-block-1\">\n        <span class=\"apply-now-header-1\">REQUEST INFORMATION<\/span>\n    <\/div>\n\n    <div class=\"apply-now-block-form mt-5\">\n        <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n        <script>\n            hbspt.forms.create({\n                portalId: \"50375532\",\n                formId: \"50d4dde8-b209-4244-8c0a-4f92b4387447\",\n                region: \"na1\"\n            });\n        <\/script>\n    <\/div>\n\n<\/div>\n\n<script>\n    $(function() {\n        $(document).ready(function() {\n            $('.date-picker').datepicker({\n                format: 'dd\/mm\/yyyy',\n                autoclose: true,\n                endDate: new Date()\n            });\n\n            if(checkMobile()) {\n                $('.desktop').remove();\n            } else {\n                $('.mobile').remove();\n            }\n        });\n\n        $('input[type=radio][name=englishTest]').on('change', function() {\n            var value = $(this).val();\n\n            $('#txtOther').attr('readonly', false);\n            $('#txtOther').attr('required', false);\n            $('#txtScore').attr('readonly', false);\n            $('#txtScore').attr('required', false);\n            $('label[for=\"txtScore\"]').removeClass('required');\n            $('#dpDateOfIssued').attr('readonly', false);\n            $('#dpDateOfIssued').attr('required', false);\n            $('label[for=\"dpDateOfIssued\"]').removeClass('required');\n\n            if (!value) {\n                $('#txtOther').attr('required', true);\n                $('#txtScore').attr('required', true);\n                $('label[for=\"txtScore\"]').addClass('required');\n                $('#dpDateOfIssued').attr('required', true);\n                $('label[for=\"dpDateOfIssued\"]').addClass('required');\n            } else if (value === 'NONE') {\n                $('#txtOther').val('');\n                $('#txtOther').attr('readonly', true);\n                $('#txtScore').val('');\n                $('#txtScore').attr('readonly', true);\n                $('#dpDateOfIssued').val('');\n                $('#dpDateOfIssued').attr('readonly', true);\n            } else {\n                $('#txtOther').val('');\n                $('#txtOther').attr('readonly', true);\n                $('#txtScore').attr('required', true);\n                $('label[for=\"txtScore\"]').addClass('required');\n                $('#dpDateOfIssued').attr('required', true);\n                $('label[for=\"dpDateOfIssued\"]').addClass('required');\n            }\n        });\n\n        $('.form-number-only').on('keypress', function(event) {\n            var characters = String.fromCharCode(event.which);\n            if (!(\/[0-9]\/.test(characters))) {\n                event.preventDefault();\n            }\n        });\n\n        $('.form-number-only').on('change', function (event) {\n            numberOnly(event);\n        });\n\n        $('.form-number-only').on('paste', function(event) {\n            numberOnly(event);\n        });\n        \n        $('.apply-now-btn-submit').on('click', function (e) {\n            e.preventDefault();\n\n            var forms = $('#frm');\n            var isValid = true;\n            \/\/ Loop over them and prevent submission\n            var validation = Array.prototype.filter.call(forms, function (form) {\n                if (form.checkValidity() === false) {\n                    event.preventDefault();\n                    event.stopPropagation();\n                    isValid = false;\n                }\n                form.classList.add('was-validated');\n            });\n            \n            if(isValid) {\n                var param = forms.serializeArray();\n\n                param.push({name: 'action', value: 'save_data'});\n\n                showLoading();\n                $.post($(\"#ajax_url\").val(), param, function(response) {\n                    console.log(response);\n                    hideLoading();\n                    if(response === 'success') {\n                        $('#modalSuccessInformation').modal('show');\n                    } else {\n                        \/\/handle error\n                    }\n                });\n            } else {\n              dialogWarning('Please complete the information.', function() {});\n            }\n        });\n\n        $('.btn-modal-ok').on('click', function() {\n            $('#modalSuccessInformation').modal('hide');\n            $('#frm')[0].reset();\n            $('#frm').removeClass('was-validated');\n        })\n    })\n\n    function numberOnly(event) {\n        window.setTimeout(() => {\n            var characters = event.target.value;\n            window.setTimeout(() => {\n                if (!(\/^d+$\/.test(characters))) {\n                    event.target.value = event.target.value.replace(\/D\/g, '');\n                }\n            });\n        });\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>REQUEST INFORMATION<\/p>","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-6099","page","type-page","status-publish","hentry"],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","trp-custom-language-flag":"","menu-24x24":"","menu-36x36":"","menu-48x48":""},"post_excerpt_stackable_v2":"<p>REQUEST INFORMATION<\/p>\n","category_list_v2":"","author_info_v2":{"name":"intermutadministrator","url":"https:\/\/inter.mut.ac.th\/zh\/author\/intermutadministrator\/"},"comments_num_v2":"0 \u6761\u8bc4\u8bba","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Request Information - International College<\/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:\/\/inter.mut.ac.th\/zh\/request-information\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Request Information - International College\" \/>\n<meta property=\"og:description\" content=\"REQUEST INFORMATION\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inter.mut.ac.th\/zh\/request-information\/\" \/>\n<meta property=\"og:site_name\" content=\"International College\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-20T04:03:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/request-information\\\/\",\"url\":\"https:\\\/\\\/inter.mut.ac.th\\\/request-information\\\/\",\"name\":\"Request Information - International College\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#website\"},\"datePublished\":\"2025-09-20T04:03:03+00:00\",\"dateModified\":\"2025-09-20T04:03:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/request-information\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/inter.mut.ac.th\\\/request-information\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/request-information\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/inter.mut.ac.th\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Request Information\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#website\",\"url\":\"https:\\\/\\\/inter.mut.ac.th\\\/\",\"name\":\"Mahanakorn University | International College\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/inter.mut.ac.th\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#organization\",\"name\":\"Mahanakorn University International College\",\"url\":\"https:\\\/\\\/inter.mut.ac.th\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mutic.mut.ac.th\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo_red.png\",\"contentUrl\":\"https:\\\/\\\/www.mutic.mut.ac.th\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo_red.png\",\"width\":1208,\"height\":250,\"caption\":\"Mahanakorn University International College\"},\"image\":{\"@id\":\"https:\\\/\\\/inter.mut.ac.th\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Request Information - International College","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:\/\/inter.mut.ac.th\/zh\/request-information\/","og_locale":"zh_CN","og_type":"article","og_title":"Request Information - International College","og_description":"REQUEST INFORMATION","og_url":"https:\/\/inter.mut.ac.th\/zh\/request-information\/","og_site_name":"International College","article_modified_time":"2025-09-20T04:03:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inter.mut.ac.th\/request-information\/","url":"https:\/\/inter.mut.ac.th\/request-information\/","name":"Request Information - International College","isPartOf":{"@id":"https:\/\/inter.mut.ac.th\/#website"},"datePublished":"2025-09-20T04:03:03+00:00","dateModified":"2025-09-20T04:03:41+00:00","breadcrumb":{"@id":"https:\/\/inter.mut.ac.th\/request-information\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inter.mut.ac.th\/request-information\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inter.mut.ac.th\/request-information\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inter.mut.ac.th\/"},{"@type":"ListItem","position":2,"name":"Request Information"}]},{"@type":"WebSite","@id":"https:\/\/inter.mut.ac.th\/#website","url":"https:\/\/inter.mut.ac.th\/","name":"Mahanakorn University | International College","description":"","publisher":{"@id":"https:\/\/inter.mut.ac.th\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inter.mut.ac.th\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/inter.mut.ac.th\/#organization","name":"Mahanakorn University International College","url":"https:\/\/inter.mut.ac.th\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/inter.mut.ac.th\/#\/schema\/logo\/image\/","url":"https:\/\/www.mutic.mut.ac.th\/wp-content\/uploads\/2021\/02\/logo_red.png","contentUrl":"https:\/\/www.mutic.mut.ac.th\/wp-content\/uploads\/2021\/02\/logo_red.png","width":1208,"height":250,"caption":"Mahanakorn University International College"},"image":{"@id":"https:\/\/inter.mut.ac.th\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages\/6099","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/comments?post=6099"}],"version-history":[{"count":2,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages\/6099\/revisions"}],"predecessor-version":[{"id":6101,"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/pages\/6099\/revisions\/6101"}],"wp:attachment":[{"href":"https:\/\/inter.mut.ac.th\/zh\/wp-json\/wp\/v2\/media?parent=6099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}