{"id":4236,"date":"2024-09-12T12:17:56","date_gmt":"2024-09-12T17:47:56","guid":{"rendered":"https:\/\/techjrnl.com\/?page_id=4236"},"modified":"2024-09-23T12:33:10","modified_gmt":"2024-09-23T18:03:10","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/techjrnl.com\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Contact Form<\/title>\n    <style>\n        .container { padding: 20px; }\n        label { display: block; margin-top: 10px; font-weight: bold; color: #4a0044; }\n        .mandatory::after { content: \"*\"; color: red; margin-left: 5px; }\n        input[type=\"text\"], input[type=\"email\"], input[type=\"tel\"], textarea, select {\n            width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px;\n        }\n        input[type=\"submit\"] { margin-top: 10px; padding: 10px 20px; border: none; background-color: #4CAF50; color: white; border-radius: 4px; cursor: pointer; }\n        input[type=\"submit\"]:hover { background-color: #45a049; }\n        \n        .modal {\n            display: none; \n            position: fixed; \n            z-index: 1; \n            left: 0;\n            top: 0;\n            width: 100%; \n            height: 100%; \n            background-color: rgba(0, 0, 0, 0.5); \n            justify-content: center;\n            align-items: center;\n        }\n        .modal-content {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 5px;\n            text-align: center;\n            width: 300px;\n        }\n\n        .modal-content p {\n            color: green;\n            font-weight: bold;\n        }\n\n        .close-btn {\n            background-color: #4CAF50;\n            color: white;\n            border: none;\n            padding: 10px 20px;\n            cursor: pointer;\n            border-radius: 4px;\n            margin-top: 10px;\n        }\n        .close-btn:hover {\n            background-color: #45a049;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <form id=\"myForm\" action=\"\/contact-us\/process_form.php\" method=\"POST\">\n            <label for=\"name\" class=\"mandatory\">Name<\/label>\n            <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Enter your full name\" required>\n\n            <label for=\"country\" class=\"mandatory\">Country<\/label>\n            <input type=\"text\" id=\"country\" name=\"country\" placeholder=\"Your country name\" required>\n\n            <label for=\"gender\" class=\"mandatory\">Gender<\/label>\n            <select id=\"gender\" name=\"gender\" required>\n                <option value=\"\">Select Gender<\/option>\n                <option value=\"male\">Male<\/option>\n                <option value=\"female\">Female<\/option>\n            <\/select>\n\n            <label for=\"email\" class=\"mandatory\">Email ID<\/label>\n            <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your email ID\" required>\n\n            <label for=\"mobile\">Mobile Number (optional)<\/label>\n            <input type=\"tel\" id=\"mobile\" name=\"mobile\" placeholder=\"Your mobile number (Preferably WhatsApp)\">\n\n            <br><br>\n\n            <label for=\"description\" class=\"mandatory\">Description:<\/label>\n            <textarea id=\"description\" name=\"description\" placeholder=\"Write something from your point of view\" style=\"height:200px\" required><\/textarea>\n\n            <input type=\"submit\" value=\"Submit\">\n        <\/form>\n    <\/div>\n\n    <!-- Popup Modal -->\n    <div id=\"successModal\" class=\"modal\">\n        <div class=\"modal-content\">\n            <p>Form submitted successfully! We have received your mail.<br>Your query will be responded soon.<\/p>\n            <button class=\"close-btn\" id=\"closeBtn\">Close<\/button>\n        <\/div>\n    <\/div>\n\n    <!-- JavaScript code placed before the closing body tag -->\n    <script>\n        document.getElementById('myForm').addEventListener('submit', function(event) {\n            event.preventDefault(); \/\/ Prevent default form submission\n\n            \/\/ Display the modal\n            document.getElementById('successModal').style.display = 'flex';\n\n            \/\/ Submit the form after a short delay\n            setTimeout(function() {\n                \/\/ Optionally use AJAX here instead of regular form submission\n                document.getElementById('myForm').submit(); \n            }, 2000); \/\/ Adjust delay as per your need\n        });\n\n        \/\/ Close the modal when the close button is clicked\n        document.getElementById('closeBtn').addEventListener('click', function() {\n            document.getElementById('successModal').style.display = 'none';\n        });\n\n        \/\/ Close the modal if user clicks outside the modal content\n        window.onclick = function(event) {\n            if (event.target == document.getElementById('successModal')) {\n                document.getElementById('successModal').style.display = 'none';\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Contact Form Name Country Gender Select GenderMaleFemale Email ID Mobile Number (optional) Description: Form submitted successfully! We have received your &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Contact Us\" class=\"read-more button\" href=\"https:\/\/techjrnl.com\/index.php\/contact-us\/#more-4236\" aria-label=\"Read more about Contact Us\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4236","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Us - Technology Journal<\/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:\/\/techjrnl.com\/index.php\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us - Technology Journal\" \/>\n<meta property=\"og:description\" content=\"Contact Form Name Country Gender Select GenderMaleFemale Email ID Mobile Number (optional) Description: Form submitted successfully! We have received your ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/techjrnl.com\/index.php\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Technology Journal\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-23T18:03:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. 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:\\\/\\\/techjrnl.com\\\/index.php\\\/contact-us\\\/\",\"url\":\"https:\\\/\\\/techjrnl.com\\\/index.php\\\/contact-us\\\/\",\"name\":\"Contact Us - Technology Journal\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/techjrnl.com\\\/#website\"},\"datePublished\":\"2024-09-12T17:47:56+00:00\",\"dateModified\":\"2024-09-23T18:03:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/techjrnl.com\\\/index.php\\\/contact-us\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/techjrnl.com\\\/index.php\\\/contact-us\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/techjrnl.com\\\/index.php\\\/contact-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/techjrnl.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/techjrnl.com\\\/#website\",\"url\":\"https:\\\/\\\/techjrnl.com\\\/\",\"name\":\"Technology Journal\",\"description\":\"Unveil the Future with Technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/techjrnl.com\\\/#\\\/schema\\\/person\\\/0c7b97b20142a48b71cc5daf4d2ca9d2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/techjrnl.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/techjrnl.com\\\/#\\\/schema\\\/person\\\/0c7b97b20142a48b71cc5daf4d2ca9d2\",\"name\":\"Piyush Bhadra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/techjrnl.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Logo.webp\",\"url\":\"https:\\\/\\\/techjrnl.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Logo.webp\",\"contentUrl\":\"https:\\\/\\\/techjrnl.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Logo.webp\",\"width\":100,\"height\":100,\"caption\":\"Piyush Bhadra\"},\"logo\":{\"@id\":\"https:\\\/\\\/techjrnl.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Logo.webp\"},\"sameAs\":[\"http:\\\/\\\/techjrnl.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us - Technology Journal","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:\/\/techjrnl.com\/index.php\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contact Us - Technology Journal","og_description":"Contact Form Name Country Gender Select GenderMaleFemale Email ID Mobile Number (optional) Description: Form submitted successfully! We have received your ... Read more","og_url":"https:\/\/techjrnl.com\/index.php\/contact-us\/","og_site_name":"Technology Journal","article_modified_time":"2024-09-23T18:03:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/techjrnl.com\/index.php\/contact-us\/","url":"https:\/\/techjrnl.com\/index.php\/contact-us\/","name":"Contact Us - Technology Journal","isPartOf":{"@id":"https:\/\/techjrnl.com\/#website"},"datePublished":"2024-09-12T17:47:56+00:00","dateModified":"2024-09-23T18:03:10+00:00","breadcrumb":{"@id":"https:\/\/techjrnl.com\/index.php\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/techjrnl.com\/index.php\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/techjrnl.com\/index.php\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/techjrnl.com\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/techjrnl.com\/#website","url":"https:\/\/techjrnl.com\/","name":"Technology Journal","description":"Unveil the Future with Technology","publisher":{"@id":"https:\/\/techjrnl.com\/#\/schema\/person\/0c7b97b20142a48b71cc5daf4d2ca9d2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/techjrnl.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/techjrnl.com\/#\/schema\/person\/0c7b97b20142a48b71cc5daf4d2ca9d2","name":"Piyush Bhadra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techjrnl.com\/wp-content\/uploads\/2023\/12\/Logo.webp","url":"https:\/\/techjrnl.com\/wp-content\/uploads\/2023\/12\/Logo.webp","contentUrl":"https:\/\/techjrnl.com\/wp-content\/uploads\/2023\/12\/Logo.webp","width":100,"height":100,"caption":"Piyush Bhadra"},"logo":{"@id":"https:\/\/techjrnl.com\/wp-content\/uploads\/2023\/12\/Logo.webp"},"sameAs":["http:\/\/techjrnl.com"]}]}},"_links":{"self":[{"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/pages\/4236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/comments?post=4236"}],"version-history":[{"count":27,"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/pages\/4236\/revisions"}],"predecessor-version":[{"id":4519,"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/pages\/4236\/revisions\/4519"}],"wp:attachment":[{"href":"https:\/\/techjrnl.com\/index.php\/wp-json\/wp\/v2\/media?parent=4236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}