{"id":1565,"date":"2022-03-30T10:21:22","date_gmt":"2022-03-30T10:21:22","guid":{"rendered":"https:\/\/otrain.com.jo\/?page_id=1565"},"modified":"2025-01-26T13:21:11","modified_gmt":"2025-01-26T13:21:11","slug":"schedule_my_test","status":"publish","type":"page","link":"https:\/\/otrain.com.jo\/ar\/schedule_my_test\/","title":{"rendered":"\u062c\u062f\u0648\u0644\u0629 \u0627\u062e\u062a\u0628\u0627\u0631\u064a"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1565\" class=\"elementor elementor-1565\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cdddf0b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cdddf0b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-886e49b\" data-id=\"886e49b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9456c53 elementor-widget elementor-widget-heading\" data-id=\"9456c53\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 20-09-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-xl\">\u062c\u062f\u0648\u0644\u0629 \u0627\u062e\u062a\u0628\u0627\u0631\u064a<\/h1>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-13119e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"13119e1\" 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-2fcc519\" data-id=\"2fcc519\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5982f88 elementor-widget elementor-widget-html\" data-id=\"5982f88\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Contact Us<\/title>\r\n    <link rel=\"stylesheet\" href=\"styles.css\"> <!-- Link to your CSS file for styling -->\r\n    <style>\r\n        \/* Basic CSS for styling the form *\/\r\n        body {\r\n            font-family: Arial, sans-serif;\r\n            background-color: #f4f4f4;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n      \r\n\r\n        h1 {\r\n            margin: 0;\r\n        }\r\n\r\n        main {\r\n            max-width: 800px;\r\n            margin: 20px auto;\r\n            background-color: #fff;\r\n            padding: 20px;\r\n            box-shadow: 0px 0px px rgba(0, 0, 0, 0.2);\r\n            border-radius: 10px;\r\n        }\r\n\r\n        form {\r\n            display: grid;\r\n            grid-gap: 20px;\r\n        }\r\n\r\n        label {\r\n            font-weight: bold;\r\n        }\r\n        \r\n\r\n        input[type=\"text\"],\r\n        input[type=\"email\"],\r\n        input[type=\"number\"],\r\n        textarea {\r\n            width: 100%;\r\n            padding: 10px;\r\n            border: 1px solid #fff;\r\n            border-radius: 5px;\r\n            font-size: 16px;\r\n        }\r\n\r\n        select {\r\n            width: 100%;\r\n            padding: 10px;\r\n            border: 1px solid #ccc;\r\n            border-radius: 5px;\r\n            font-size: 16px;\r\n        }\r\n\r\n        button {\r\n            background-color: #ee6835;\r\n            color: #fff;\r\n            border: none;\r\n            padding: 10px 20px;\r\n            border-radius: 5px;\r\n            cursor: pointer;\r\n        }\r\n\r\n        button:hover {\r\n            background-color: #555;\r\n        }\r\n\r\n        \r\n\r\n        footer a {\r\n            color: #fff;\r\n            text-decoration: none;\r\n        }\r\n        \r\n    \r\n    <\/style>\r\n<\/head>\r\n<body>\r\n   \r\n    <main>\r\n        \r\n        <form action=\"\/ar\/process.php\/\" method=\"post\" data-trp-original-action=\"process.php\"> <!-- Replace with your form handling script -->\r\n        \r\n        \r\n        <p>\u0644\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0643\u062a\u064a\u0628\u0627\u062a \u0627\u0644\u0645\u0631\u0634\u062d\u064a\u0646\u060c \u0648\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631\u060c \u0648\u0627\u0644\u0631\u0633\u0648\u0645\u060c \u0648\u062e\u064a\u0627\u0631\u0627\u062a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631\u060c \u0648\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062c\u062f\u0648\u0644\u0629\u060c \u0645\u0627 \u0639\u0644\u064a\u0643 \u0633\u0648\u0649 \u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0643\u062a\u0627\u0628\u0629 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0648\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0641\u064a \u0627\u0644\u0646\u0645\u0648\u0630\u062c \u0623\u062f\u0646\u0627\u0647:<\/p>\r\n            <label for=\"name\">\u0627\u0644\u0627\u0633\u0645<\/label>\r\n            <input type=\"text\" id=\"name\" name=\"name\" required>\r\n\r\n            <label for=\"email\">\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0643\u062a\u0631\u0648\u0646\u064a<\/label>\r\n            <input type=\"email\" id=\"email\" name=\"email\" required>\r\n\r\n            <label for=\"number\">\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641<\/label>\r\n            <input type=\"text\" id=\"number\" name=\"number\" required>\r\n\r\n            <label for=\"clients\">\u062d\u062f\u062f \u0627\u0644\u0639\u0645\u064a\u0644<\/label>\r\n            <select id=\"clients\" name=\"clients\" required>\r\n                <option value=\"ITTS\">ITTS<\/option>\r\n                <option value=\"KRYTERSION(KTN)\">KRYTERSION(KTN)<\/option>\r\n                <option value=\"NEXTEC INC\">NEXTEC INC<\/option>\r\n                <option value=\"PEARSON VUE\">PEARSON VUE<\/option>\r\n                <option value=\"SCANTRON - CASTLE\">SCANTRON - CASTLE<\/option>\r\n                <option value=\"PSI\">PSI<\/option>\r\n                <option value=\"TOFEL\">TOFEL<\/option>\r\n                <option value=\"BTL\">BTL<\/option>\r\n            <\/select>\r\n            \r\n            <label for=\"exam\">\u0643\u0648\u062f \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646<\/label>\r\n            <input type=\"text\" id=\"name\" name=\"name\" required>\r\n            \r\n            <label for=\"message\">\u0627\u0644\u0631\u0633\u0627\u0644\u0629<\/label>\r\n            <textarea id=\"message\" name=\"message\" rows=\"4\" required><\/textarea>\r\n\r\n            <button type=\"submit\">\u0627\u0631\u0633\u0644<\/button>\r\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"ar\"\/><\/form>\r\n    <\/main>\r\n\r\n    <footer>\r\n        \r\n    <\/footer>\r\n<\/body>\r\n<\/html>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Schedule My Test Contact Us To find candidate handbooks, testing locations, fees, test registration options, and scheduling information, simply begin typing the exam details and your information in the form below: Name: Email: Mobile Number: Select Client: ITTSKRYTERSION(KTN)NEXTEC INCPEARSON VUESCANTRON &#8211; CASTLEPSITOFELBTL Exam Code: Message: Send<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","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":"","footnotes":""},"class_list":["post-1565","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Schedule My Test - OTrain<\/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:\/\/otrain.com.jo\/ar\/schedule_my_test\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule My Test - OTrain\" \/>\n<meta property=\"og:description\" content=\"Schedule My Test Contact Us To find candidate handbooks, testing locations, fees, test registration options, and scheduling information, simply begin typing the exam details and your information in the form below: Name: Email: Mobile Number: Select Client: ITTSKRYTERSION(KTN)NEXTEC INCPEARSON VUESCANTRON &#8211; CASTLEPSITOFELBTL Exam Code: Message: Send\" \/>\n<meta property=\"og:url\" content=\"https:\/\/otrain.com.jo\/ar\/schedule_my_test\/\" \/>\n<meta property=\"og:site_name\" content=\"OTrain\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-26T13:21:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/otrain.com.jo\/schedule_my_test\/\",\"url\":\"https:\/\/otrain.com.jo\/schedule_my_test\/\",\"name\":\"Schedule My Test - OTrain\",\"isPartOf\":{\"@id\":\"https:\/\/otrain.com.jo\/#website\"},\"datePublished\":\"2022-03-30T10:21:22+00:00\",\"dateModified\":\"2025-01-26T13:21:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/otrain.com.jo\/schedule_my_test\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/otrain.com.jo\/schedule_my_test\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/otrain.com.jo\/schedule_my_test\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/otrain.com.jo\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Schedule My Test\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/otrain.com.jo\/#website\",\"url\":\"https:\/\/otrain.com.jo\/\",\"name\":\"OTrain\",\"description\":\"Welcome to OTrain\",\"publisher\":{\"@id\":\"https:\/\/otrain.com.jo\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/otrain.com.jo\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/otrain.com.jo\/#organization\",\"name\":\"OTrain\",\"url\":\"https:\/\/otrain.com.jo\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/otrain.com.jo\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/otrain.com.jo\/wp-content\/uploads\/2021\/11\/Untitled-1-01-scaled.png\",\"contentUrl\":\"https:\/\/otrain.com.jo\/wp-content\/uploads\/2021\/11\/Untitled-1-01-scaled.png\",\"width\":2560,\"height\":991,\"caption\":\"OTrain\"},\"image\":{\"@id\":\"https:\/\/otrain.com.jo\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule My Test - OTrain","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:\/\/otrain.com.jo\/ar\/schedule_my_test\/","og_locale":"ar_AR","og_type":"article","og_title":"Schedule My Test - OTrain","og_description":"Schedule My Test Contact Us To find candidate handbooks, testing locations, fees, test registration options, and scheduling information, simply begin typing the exam details and your information in the form below: Name: Email: Mobile Number: Select Client: ITTSKRYTERSION(KTN)NEXTEC INCPEARSON VUESCANTRON &#8211; CASTLEPSITOFELBTL Exam Code: Message: Send","og_url":"https:\/\/otrain.com.jo\/ar\/schedule_my_test\/","og_site_name":"OTrain","article_modified_time":"2025-01-26T13:21:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/otrain.com.jo\/schedule_my_test\/","url":"https:\/\/otrain.com.jo\/schedule_my_test\/","name":"Schedule My Test - OTrain","isPartOf":{"@id":"https:\/\/otrain.com.jo\/#website"},"datePublished":"2022-03-30T10:21:22+00:00","dateModified":"2025-01-26T13:21:11+00:00","breadcrumb":{"@id":"https:\/\/otrain.com.jo\/schedule_my_test\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/otrain.com.jo\/schedule_my_test\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/otrain.com.jo\/schedule_my_test\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/otrain.com.jo\/"},{"@type":"ListItem","position":2,"name":"Schedule My Test"}]},{"@type":"WebSite","@id":"https:\/\/otrain.com.jo\/#website","url":"https:\/\/otrain.com.jo\/","name":"OTrain","description":"Welcome to OTrain","publisher":{"@id":"https:\/\/otrain.com.jo\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/otrain.com.jo\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/otrain.com.jo\/#organization","name":"OTrain","url":"https:\/\/otrain.com.jo\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/otrain.com.jo\/#\/schema\/logo\/image\/","url":"https:\/\/otrain.com.jo\/wp-content\/uploads\/2021\/11\/Untitled-1-01-scaled.png","contentUrl":"https:\/\/otrain.com.jo\/wp-content\/uploads\/2021\/11\/Untitled-1-01-scaled.png","width":2560,"height":991,"caption":"OTrain"},"image":{"@id":"https:\/\/otrain.com.jo\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/pages\/1565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/comments?post=1565"}],"version-history":[{"count":86,"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/pages\/1565\/revisions"}],"predecessor-version":[{"id":3707,"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/pages\/1565\/revisions\/3707"}],"wp:attachment":[{"href":"https:\/\/otrain.com.jo\/ar\/wp-json\/wp\/v2\/media?parent=1565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}