{"id":64,"date":"2025-04-27T11:49:47","date_gmt":"2025-04-27T11:49:47","guid":{"rendered":"https:\/\/gryzora.com\/demo\/?page_id=64"},"modified":"2025-04-30T09:30:05","modified_gmt":"2025-04-30T09:30:05","slug":"certificate-verification","status":"publish","type":"page","link":"https:\/\/iconictech.co.in\/index.php\/certificate-verification\/","title":{"rendered":"Certificate Verification"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"64\" class=\"elementor elementor-64\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3b4493ae elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3b4493ae\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-50 elementor-top-column elementor-element elementor-element-16dd815d animated-fast elementor-invisible\" data-id=\"16dd815d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:50}\">\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-43389586 elementor-widget elementor-widget-spacer\" data-id=\"43389586\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-10c54d27\" data-id=\"10c54d27\" data-element_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-274981d9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"274981d9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Home > Certificate Verification<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b31e3ae elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6b31e3ae\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:150}\" 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\">Certificate Verification<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f78f0a5 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4f78f0a5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Certificate Authenticity Verification<\/p>\t\t\t\t\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<div class=\"elementor-element elementor-element-95e1751 e-flex e-con-boxed e-con e-parent\" data-id=\"95e1751\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f30556f elementor-widget elementor-widget-html\" data-id=\"f30556f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Certificate Verification Form -->\r\n<div class=\"certificate-verification\">\r\n  <h2>Please Enter Your Registration No. For Verification!<\/h2>\r\n  <form id=\"verifyCertificateForm\" onsubmit=\"return verifyCertificate(event)\">\r\n    <input type=\"text\" id=\"certificateNumber\" name=\"certificateNumber\" required placeholder=\"Enter Your Registration No.\">\r\n    <br><br>\r\n    <button type=\"submit\">Verify<\/button>\r\n  <\/form>\r\n<\/div>\r\n\r\n<!-- Modal Popup -->\r\n<div id=\"certificateModal\" class=\"modal\">\r\n  <div class=\"modal-content\">\r\n    <span class=\"close\" onclick=\"closeModal()\">&times;<\/span>\r\n    <div id=\"verificationResult\">Verifying...<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Styles -->\r\n<style>\r\n.certificate-verification {\r\n  text-align: center;\r\n  margin: 20px auto;\r\n}\r\n.certificate-verification h2 {\r\n  font-size: 24px;\r\n  margin-bottom: 20px;\r\n  color: #333;\r\n}\r\n.certificate-verification input, .certificate-verification button {\r\n  padding: 10px;\r\n  width: 80%;\r\n  max-width: 400px;\r\n  margin-top: 10px;\r\n}\r\n.modal {\r\n  display: none; \r\n  position: fixed;\r\n  z-index: 9999; \r\n  left: 0;\r\n  top: 0;\r\n  width: 100%; \r\n  height: 100%; \r\n  overflow: auto; \r\n  background-color: rgba(0,0,0,0.6); \r\n}\r\n.modal-content {\r\n  background-color: #fefefe;\r\n  margin: 10% auto; \r\n  padding: 20px;\r\n  border-radius: 10px;\r\n  width: 80%;\r\n  max-width: 500px;\r\n  text-align: center;\r\n  position: relative;\r\n}\r\n.close {\r\n  color: #aaa;\r\n  position: absolute;\r\n  top: 10px;\r\n  right: 20px;\r\n  font-size: 28px;\r\n  font-weight: bold;\r\n  cursor: pointer;\r\n}\r\n.close:hover {\r\n  color: black;\r\n}\r\n<\/style>\r\n\r\n<!-- JavaScript -->\r\n<script>\r\nfunction verifyCertificate(event) {\r\n  event.preventDefault();\r\n\r\n  var certNo = document.getElementById(\"certificateNumber\").value.trim();\r\n  var verificationResult = document.getElementById(\"verificationResult\");\r\n\r\n  verificationResult.innerHTML = \"Verifying...\";\r\n\r\n  fetch('https:\/\/iconictech.co.in\/webdata\/view-certificate.php', {\r\n    method: 'POST',\r\n    headers: {\r\n      'Content-Type': 'application\/x-www-form-urlencoded'\r\n    },\r\n    body: 'certificateNumber=' + encodeURIComponent(certNo)\r\n  })\r\n  .then(response => response.text())\r\n  .then(data => {\r\n    verificationResult.innerHTML = data;\r\n    document.getElementById(\"certificateModal\").style.display = \"block\";\r\n  })\r\n  .catch(error => {\r\n    verificationResult.innerHTML = \"<span style='color:red;'>\u274c Error verifying certificate. Please try again later.<\/span>\";\r\n    document.getElementById(\"certificateModal\").style.display = \"block\";\r\n    console.error('Error:', error);\r\n  });\r\n}\r\n\r\nfunction closeModal() {\r\n  document.getElementById(\"certificateModal\").style.display = \"none\";\r\n}\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home > Certificate Verification Certificate Verification Certificate Authenticity Verification Please Enter Your Registration No. For Verification! Verify &times; Verifying&#8230;<\/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-64","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/pages\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/comments?post=64"}],"version-history":[{"count":22,"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/pages\/64\/revisions"}],"predecessor-version":[{"id":243,"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/pages\/64\/revisions\/243"}],"wp:attachment":[{"href":"https:\/\/iconictech.co.in\/index.php\/wp-json\/wp\/v2\/media?parent=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}