{"id":10449,"date":"2023-11-27T05:03:16","date_gmt":"2023-11-27T05:03:16","guid":{"rendered":"https:\/\/prevestdirect.com\/?page_id=10449"},"modified":"2023-12-11T11:23:09","modified_gmt":"2023-12-11T11:23:09","slug":"doctor-registration","status":"publish","type":"page","link":"https:\/\/prevestdirect.com\/demo\/doctor-registration\/","title":{"rendered":"Doctor Registration"},"content":{"rendered":"<section class=\"l-section wpb_row oradox1 height_custom width_full with_img\"><div class=\"l-section-img lazyload\" style=\"background-image:inherit;background-position: top center;background-repeat: no-repeat;\" data-img-width=\"1600\" data-img-height=\"762\" data-bg-image=\"url(https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/oradox-bg.jpg)\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_flex valign_top type_default stacking_default\"><div class=\"vc_col-sm-5 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>Oradox Consultant<\/h2>\n<p>An integrated program where you can promote an innovative range of advanced oral care products from your dental clinic.<\/p>\n<p>A great way to educate patients about good oral hygiene practices and recommend suitable products. At the same time a parallel business with a good return on investment<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-3 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">    \n        <div class=\"reg-form\">\n            <div class=\"reg-img\"><img decoding=\"async\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/oradox.png\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 133px; --smush-placeholder-aspect-ratio: 133\/46;\" \/><noscript><img decoding=\"async\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/oradox.png\"\/><\/noscript>\n            <\/div>\n            <form id=\"doctor_reg_form\">\n                <div class=\"reg-form-in\">\n                    <h3>Sign up<\/h3>\n                    <div class=\"form-group\">\n                        <input type=\"text\" class=\"form-control\" placeholder=\"Enter Full Name\" id=\"drf_fullname\"\/>\n                        <span class=\"error\" id=\"drf_fullname_error\"><\/span>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <input type=\"tel\" class=\"form-control\" placeholder=\"Phone Number\" id=\"drf_phone\"\/>\n                        <span class=\"error\" id=\"drf_phone_error\"><\/span>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <input type=\"email\" class=\"form-control\" placeholder=\"Email Address\" id=\"drf_email\"\/>\n                        <span class=\"error\" id=\"drf_email_error\"><\/span>\n                    <\/div>\n                    <div class=\"form-group\">\n                        <input type=\"text\" class=\"form-control\" placeholder=\"DCI Reg. No.\" id=\"drf_reg_no\"\/>\n                        <span class=\"error\" id=\"drf_reg_no_error\"><\/span>\n                    <\/div>\n                    <div class=\"form-group upload-file\">\n                        <div>\n                            <div class=\"upload-btn-wrapper\">\n                                <button class=\"btn\" type=\"button\">Choose File <i class=\"fas fa-upload\"><\/i><\/button>\n                                <input type=\"file\" name=\"myfile\" id=\"drf_file\" \/>\n                            <\/div>\n                        <\/div>\n                \n                        <div class=\"up-text\">Upload Prescription<\/div>\n\t\t\t\t\t\t<span class=\"after-upload-doc\" id=\"myfile_name\"><\/span>\n                        <span class=\"error\" id=\"drf_file_error\"><\/span>\n                    <\/div>\n                    <div class=\"sign-button\">\n                        <button id=\"doctor_signup_submit_btn\">Sign up<\/button>\n                    <\/div>\n                    <div class=\"error\" id=\"response_error\"><\/div>\n                    <div class=\"signup-or\"><span>OR<\/span><\/div>\n                    <div class=\"already-ac\">Already Have An Account? <a href=\"https:\/\/prevestdirect.com\/demo\/doctor-login\">Log in<\/a><\/div>\n                <\/div>\n            <\/form>\n        <\/div>\n        \n        <script>\n            window.onload= function(){\n              jQuery(document).ready(function(){\n                  \n                  \/\/ myfile_name\n                  \n                  jQuery(\"#drf_file\").on(\"change\",function(e){\n                        var fileName = jQuery(this).val().split(\"\\\\\").pop();\n        \t\t\t\tconsole.log(\"fileName\",fileName);\n        \t\t\t\tjQuery(\"#myfile_name\").html(fileName);\n                  });\n                  \n                  jQuery(\"#doctor_reg_form\").on(\"submit\",function(e){\n                      const fullname_regx = \/^[a-zA-Z ]{3,20}$\/;\n                      const phone_regx =  \/^[\\+]?[(]?[0-9]{3}[)]?[-\\s\\.]?[0-9]{3}[-\\s\\.]?[0-9]{4,6}$\/;\n                      const email_regx = \/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$\/;\n                      \n                      e.preventDefault();\n                      \n                      let error_found = false;\n                      jQuery(\".error\").html(\"\");\n                      \n                      dt_form = new FormData();\n                      \n                      dt_form.append(\"action\",\"doctor_registration\");\n                      \n                      \n                      if(drf_fullname.value==\"\"){\n                          error_found =true;\n                          jQuery(\"#drf_fullname_error\").html(\"This field is required!\");\n                      }else if(!fullname_regx.test(drf_fullname.value)){\n                          error_found =true;\n                          jQuery(\"#drf_fullname_error\").html(\"Only alphabates with white-space are allowed!\");\n                      }\n                      dt_form.append(\"fullname\",drf_fullname.value);\n                      \n                      \n                      if(drf_phone.value==\"\"){\n                          error_found =true;\n                          jQuery(\"#drf_phone_error\").html(\"This field is required!\");\n                      }else if(!phone_regx.test(drf_phone.value)){\n                          error_found =true;\n                          jQuery(\"#drf_phone_error\").html(\"Provide valid 10 digit phone number !\");\n                      }\n                      dt_form.append(\"phone\",drf_phone.value);\n                      \n                      \n                      if(drf_email.value==\"\"){\n                          error_found =true;\n                          jQuery(\"#drf_email_error\").html(\"This field is required!\");\n                      }else if(!email_regx.test(drf_email.value)){\n                          error_found =true;\n                          jQuery(\"#drf_email_error\").html(\"Provide valid email !\");\n                      }\n                      dt_form.append(\"email\",drf_email.value);\n                      \n                      if(drf_reg_no.value==\"\"){\n                          error_found =true;\n                          jQuery(\"#drf_reg_no_error\").html(\"This field is required!\");\n                      }\n                      dt_form.append(\"reg_no\",drf_reg_no.value);\n                      \n                      if(drf_file.files.length==0){\n                          error_found =true;\n                          jQuery(\"#drf_file_error\").html(\"This field is required!\");\n                      }\n\t\t\t\t\t  if(drf_file.files.length>0){\n\t\t\t\t\t\tdt_form.append(\"file\",drf_file.files[0]);\n                      }\n                      if(!error_found){\n                        jQuery(\"#doctor_reg_form *\").attr(\"disabled\",true);\n                        jQuery(\"#doctor_signup_submit_btn\").html(\"Processing...Wait\");\n                          jQuery.ajax({\n                              url:\"https:\/\/prevestdirect.com\/demo\/wp-admin\/admin-ajax.php\",\n                              method:\"post\",\n                              data:dt_form,\n                              dataType:\"json\",\n                              contentType: false,\n                              processData: false\n                          }).then(response=>{\n                              if(response.status==\"success\"){\n                                window.location.href=\"https:\/\/prevestdirect.com\/demo\/doctor-registeration-successfull\";\n                              }else{\n                                jQuery(\"#response_error\").html(response.message);  \n                                jQuery(\"#doctor_reg_form *\").attr(\"disabled\",false);\n                                jQuery(\"#doctor_signup_submit_btn\").html(\"Sign up\");\n                              }\n                          },error=>{\n                            jQuery(\"#doctor_reg_form *\").attr(\"disabled\",false);\n                            jQuery(\"#doctor_signup_submit_btn\").html(\"Sign up\");\n                              console.log(\"error\",error);\n                          });\n                      }\n                      \n                      \n                  });\n              });  \n            };\n        <\/script>\n<div class=\"wpb_text_column\"><div class=\"wpb_wrapper\">\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_08533575 oradox2 height_custom\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_flex valign_top type_default stacking_default\"><div class=\"vc_col-sm-6 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"513\" height=\"556\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest.png\" class=\"attachment-large size-large lazyload\" alt=\"Oradox consultant\" data-srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest.png 513w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest-277x300.png 277w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest-22x24.png 22w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest-25x27.png 25w\" data-sizes=\"auto, (max-width: 513px) 100vw, 513px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 513px; --smush-placeholder-aspect-ratio: 513\/556;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"513\" height=\"556\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest.png\" class=\"attachment-large size-large\" alt=\"Oradox consultant\" srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest.png 513w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest-277x300.png 277w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest-22x24.png 22w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/prevest-25x27.png 25w\" sizes=\"auto, (max-width: 513px) 100vw, 513px\" \/><\/noscript><\/div><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-6 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>Program Benefit<\/h2>\n<ul>\n<li>Access to advanced oral care solutions to recommend your patients to meet their unique needs &amp; dispense from your clinic.<\/li>\n<li>Select from a range of innovative products, such as specialised rinses, oral serums, kid mouthwash tabs, and specialty items.<\/li>\n<li>Products can be displayed prominently in the dental clinic, making it easy for patients to see and purchase them during their visits.<\/li>\n<li>The program further includes special discounts, promotions, or bundled offers for your clinic, encouraging sales.<\/li>\n<\/ul>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_d2eefc95 oradox3 height_custom width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_flex valign_top type_default stacking_default\"><div class=\"vc_col-sm-12 wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">[vc_custom_heading text=&#8221;Our Products&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221;]<div class=\"w-separator size_small\"><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-1\/5 wpb_column vc_column_container ord-pord-inner\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"w-image align_center\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"171\" height=\"136\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1.png\" class=\"attachment-large size-large lazyload\" alt=\"oradox advanced oral rinses\" data-srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1.png 171w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1-30x24.png 30w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1-34x27.png 34w\" data-sizes=\"auto, (max-width: 171px) 100vw, 171px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 171px; --smush-placeholder-aspect-ratio: 171\/136;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"171\" height=\"136\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1.png\" class=\"attachment-large size-large\" alt=\"oradox advanced oral rinses\" srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1.png 171w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1-30x24.png 30w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or1-34x27.png 34w\" sizes=\"auto, (max-width: 171px) 100vw, 171px\" \/><\/noscript><\/div><\/div><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h3>Oral Rinses<\/h3>\n<p>Designed for specific Oral Conditions &amp; needs<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-1\/5 wpb_column vc_column_container ord-pord-inner\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"w-image align_center\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"141\" height=\"150\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2.png\" class=\"attachment-large size-large lazyload\" alt=\"water flosser concentrate\" data-srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2.png 141w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2-23x24.png 23w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2-25x27.png 25w\" data-sizes=\"auto, (max-width: 141px) 100vw, 141px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 141px; --smush-placeholder-aspect-ratio: 141\/150;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"141\" height=\"150\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2.png\" class=\"attachment-large size-large\" alt=\"water flosser concentrate\" srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2.png 141w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2-23x24.png 23w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or2-25x27.png 25w\" sizes=\"auto, (max-width: 141px) 100vw, 141px\" \/><\/noscript><\/div><\/div><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h3>Waterflosser Concentrate<\/h3>\n<p>Unique blend for fresh breath and ultimate oral care.<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-1\/5 wpb_column vc_column_container ord-pord-inner\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"w-image align_center\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"198\" height=\"137\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3.png\" class=\"attachment-large size-large lazyload\" alt=\"oradox concentrated mouthwash or oral serums\" data-srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3.png 198w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3-35x24.png 35w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3-39x27.png 39w\" data-sizes=\"auto, (max-width: 198px) 100vw, 198px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 198px; --smush-placeholder-aspect-ratio: 198\/137;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"198\" height=\"137\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3.png\" class=\"attachment-large size-large\" alt=\"oradox concentrated mouthwash or oral serums\" srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3.png 198w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3-35x24.png 35w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or3-39x27.png 39w\" sizes=\"auto, (max-width: 198px) 100vw, 198px\" \/><\/noscript><\/div><\/div><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h3>Oral Serums<\/h3>\n<p>One drop oral rinse concentrate which revitalizes oral health<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-1\/5 wpb_column vc_column_container ord-pord-inner\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"w-image align_center\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"202\" height=\"132\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4.png\" class=\"attachment-large size-large lazyload\" alt=\"oradox mouthwash tabs\" data-srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4.png 202w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4-37x24.png 37w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4-41x27.png 41w\" data-sizes=\"auto, (max-width: 202px) 100vw, 202px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 202px; --smush-placeholder-aspect-ratio: 202\/132;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"202\" height=\"132\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4.png\" class=\"attachment-large size-large\" alt=\"oradox mouthwash tabs\" srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4.png 202w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4-37x24.png 37w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or4-41x27.png 41w\" sizes=\"auto, (max-width: 202px) 100vw, 202px\" \/><\/noscript><\/div><\/div><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h3>Effervescent Tabs<\/h3>\n<p>Tablets with ultra clean formula for multiple uses<\/p>\n<\/div><\/div><\/div><\/div><\/div><div class=\"vc_col-sm-1\/5 wpb_column vc_column_container ord-pord-inner\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"w-image align_center\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"107\" height=\"151\" data-src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5.png\" class=\"attachment-large size-large lazyload\" alt=\"\" data-srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5.png 107w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5-17x24.png 17w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5-19x27.png 19w\" data-sizes=\"auto, (max-width: 107px) 100vw, 107px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 107px; --smush-placeholder-aspect-ratio: 107\/151;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"107\" height=\"151\" src=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5.png 107w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5-17x24.png 17w, https:\/\/prevestdirect.com\/demo\/wp-content\/uploads\/2023\/11\/or5-19x27.png 19w\" sizes=\"auto, (max-width: 107px) 100vw, 107px\" \/><\/noscript><\/div><\/div><div class=\"wpb_text_column us_custom_eb849559\"><div class=\"wpb_wrapper\"><h3>Kids Range<\/h3>\n<p>Innovative tablets for a fun and effective way to protect your child\u2019s precious smile.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Oradox Consultant An integrated program where you can promote an innovative range of advanced oral care products from your dental clinic. A great way to educate patients about good oral hygiene practices and recommend suitable products. At the same time a parallel business with a good return on investment Sign up Choose File Upload Prescription...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-10449","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/pages\/10449","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/comments?post=10449"}],"version-history":[{"count":40,"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/pages\/10449\/revisions"}],"predecessor-version":[{"id":11193,"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/pages\/10449\/revisions\/11193"}],"wp:attachment":[{"href":"https:\/\/prevestdirect.com\/demo\/wp-json\/wp\/v2\/media?parent=10449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}