{"id":31783,"date":"2026-04-16T07:13:11","date_gmt":"2026-04-16T07:13:11","guid":{"rendered":"https:\/\/demo77.com\/mindbody_symphony\/?page_id=31783"},"modified":"2026-04-21T10:06:44","modified_gmt":"2026-04-21T10:06:44","slug":"book-a-session","status":"publish","type":"page","link":"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/","title":{"rendered":"Book a Session"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"31783\" class=\"elementor elementor-31783\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e36e24c e-flex e-con-boxed e-con e-parent\" data-id=\"e36e24c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d04e565 elementor-widget elementor-widget-html\" data-id=\"d04e565\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    .form-container {\r\n        margin: 50px auto;\r\n        background: #fff;\r\n        padding: 20px;\r\n        border-radius: 8px;\r\n        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .form-container h2 {\r\n        text-align: center;\r\n    }\r\n\r\n    .form-group {\r\n        margin-bottom: 15px;\r\n    }\r\n    .form-group span {\r\n        display: block;\r\n    }\r\n\r\n    .form-label {\r\n        display: block;\r\n        margin-bottom: 5px;\r\n    }\r\n\r\n    .form-input {\r\n        width: 100%;\r\n        padding: 8px;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .form-button {\r\n        width: 100%;\r\n        padding: 10px;\r\n        background: #007BFF;\r\n        color: white;\r\n        border: none;\r\n        border-radius: 5px;\r\n        cursor: pointer;\r\n    }\r\n\r\n    .form-button:hover {\r\n        background: #0056b3;\r\n    }\r\n\r\n    .form-container .form-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, 1fr);\r\n        column-gap: 20px;\r\n    }\r\n\r\n    .submitButton {\r\n        display: flex;\r\n        justify-content: end;\r\n    }\r\n    @media (max-width: 767px) {\r\n    .form-container .form-grid {\r\n        display: block;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"form-container\">\r\n    <h2>Course Registration<\/h2>\r\n    <form action=\"https:\/\/demo77.com\/mindbody_symphony\/send_mail.php\" method=\"GET\">\r\n        <div class=\"form-grid\">\r\n            <div class=\"form-group\">\r\n                <label class=\"form-label\" for=\"firstName\">First Name<\/label>\r\n                <input type=\"text\" id=\"firstName\" name=\"firstName\" required>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label class=\"form-label\" for=\"lastName\">Last Name<\/label>\r\n                <input type=\"text\" id=\"lastName\" name=\"lastName\" required>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label class=\"form-label\" for=\"email\">Email<\/label>\r\n                <input type=\"email\" id=\"email\" name=\"email\" required>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label class=\"form-label\" for=\"phone\">Phone<\/label>\r\n                <input type=\"tel\" id=\"phone\" name=\"phone\" required maxlength=\"12\">\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <label class=\"form-label\" for=\"course\">Select Course<\/label>\r\n            <select id=\"course\" name=\"course\" required onchange=\"updatePrice()\">\r\n                <option value=\"\">-- Select Course --<\/option>\r\n                <option value=\"Personalised Yoga Therapy - Initial Consultation & First Session\" data-price=\"130\">Personalised Yoga Therapy - Initial Consultation & First Session<\/option>\r\n                <option value=\"Personalised Yoga Therapy - 5-Session Package\" data-price=\"600\">Personalised Yoga Therapy - 5-Session Package<\/option>\r\n                <option value=\"Personalised Yoga Therapy - 10-Session Package (Best Value)\" data-price=\"1100\">Personalised Yoga Therapy - 10-Session Package (Best Value)<\/option>\r\n                \r\n                <option value=\"Meditation Therapy - Initial Consultation\" data-price=\"130\">Meditation Therapy - Initial Consultation<\/option>\r\n                <option value=\"Meditation Therapy - 5-Session Package\" data-price=\"600\">Meditation Therapy - 5-Session Package<\/option>\r\n                <option value=\"Meditation Therapy - 10-Session Package (Best Value)\" data-price=\"1100\">Meditation Therapy - 10-Session Package (Best Value)<\/option>\r\n            \r\n                <option value=\"Pregnancy & Women\u2019s Wellness in Singapore - Single session\" data-price=\"120\">Pregnancy & Women\u2019s Wellness in Singapore - Single session<\/option>\r\n                <option value=\"Pregnancy & Women\u2019s Wellness in Singapore - Package of 5\" data-price=\"550\">Pregnancy & Women\u2019s Wellness in Singapore - Package of 5<\/option>\r\n                <option value=\"Pregnancy & Women\u2019s Wellness in Singapore - Package of 10\" data-price=\"1050\">Pregnancy & Women\u2019s Wellness in Singapore - Package of 10<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <label class=\"form-label\" for=\"price\">Price<\/label>\r\n            <input type=\"text\" id=\"price\" name=\"price\" readonly class=\"form-input\">\r\n        <\/div>\r\n        <div class=\"submitButton\">\r\n            <button type=\"submit\">Submit<\/button>\r\n        <\/div>\r\n    <\/form>\r\n<\/div>\r\n\r\n<script>\r\n    function updatePrice() {\r\n        const course = document.getElementById(\"course\");\r\n        const priceField = document.getElementById(\"price\");\r\n\r\n        const selectedOption = course.options[course.selectedIndex];\r\n        const price = selectedOption.getAttribute(\"data-price\");\r\n\r\n        if (price) {\r\n            priceField.value = \"SGD \" + price;\r\n        } else {\r\n            priceField.value = \"\";\r\n        }\r\n    }\r\n<\/script>\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>Course Registration First Name Last Name Email Phone Select Course &#8212; Select Course &#8212;Personalised Yoga Therapy &#8211; Initial Consultation &#038; First SessionPersonalised Yoga Therapy &#8211; 5-Session PackagePersonalised Yoga Therapy &#8211; 10-Session Package (Best Value)Meditation Therapy &#8211; Initial ConsultationMeditation Therapy &#8211; 5-Session PackageMeditation Therapy &#8211; 10-Session Package (Best Value)Pregnancy &#038; Women\u2019s Wellness in Singapore &#8211; Single [&hellip;]<\/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-31783","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Book a Session - Mind Body Symphony<\/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:\/\/demo77.com\/mindbody_symphony\/book-a-session\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book a Session - Mind Body Symphony\" \/>\n<meta property=\"og:description\" content=\"Course Registration First Name Last Name Email Phone Select Course &#8212; Select Course &#8212;Personalised Yoga Therapy &#8211; Initial Consultation &#038; First SessionPersonalised Yoga Therapy &#8211; 5-Session PackagePersonalised Yoga Therapy &#8211; 10-Session Package (Best Value)Meditation Therapy &#8211; Initial ConsultationMeditation Therapy &#8211; 5-Session PackageMeditation Therapy &#8211; 10-Session Package (Best Value)Pregnancy &#038; Women\u2019s Wellness in Singapore &#8211; Single [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/\" \/>\n<meta property=\"og:site_name\" content=\"Mind Body Symphony\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-21T10:06:44+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:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/book-a-session\\\/\",\"url\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/book-a-session\\\/\",\"name\":\"Book a Session - Mind Body Symphony\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/#website\"},\"datePublished\":\"2026-04-16T07:13:11+00:00\",\"dateModified\":\"2026-04-21T10:06:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/book-a-session\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/book-a-session\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/book-a-session\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book a Session\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/#website\",\"url\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/\",\"name\":\"Mind Body Symphony\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/#organization\",\"name\":\"Mind Body Symphony\",\"url\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/cropped-isJpTMft_400x400.jpg\",\"contentUrl\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/cropped-isJpTMft_400x400.jpg\",\"width\":400,\"height\":400,\"caption\":\"Mind Body Symphony\"},\"image\":{\"@id\":\"https:\\\/\\\/demo77.com\\\/mindbody_symphony\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Book a Session - Mind Body Symphony","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:\/\/demo77.com\/mindbody_symphony\/book-a-session\/","og_locale":"en_US","og_type":"article","og_title":"Book a Session - Mind Body Symphony","og_description":"Course Registration First Name Last Name Email Phone Select Course &#8212; Select Course &#8212;Personalised Yoga Therapy &#8211; Initial Consultation &#038; First SessionPersonalised Yoga Therapy &#8211; 5-Session PackagePersonalised Yoga Therapy &#8211; 10-Session Package (Best Value)Meditation Therapy &#8211; Initial ConsultationMeditation Therapy &#8211; 5-Session PackageMeditation Therapy &#8211; 10-Session Package (Best Value)Pregnancy &#038; Women\u2019s Wellness in Singapore &#8211; Single [&hellip;]","og_url":"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/","og_site_name":"Mind Body Symphony","article_modified_time":"2026-04-21T10:06:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/","url":"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/","name":"Book a Session - Mind Body Symphony","isPartOf":{"@id":"https:\/\/demo77.com\/mindbody_symphony\/#website"},"datePublished":"2026-04-16T07:13:11+00:00","dateModified":"2026-04-21T10:06:44+00:00","breadcrumb":{"@id":"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/demo77.com\/mindbody_symphony\/book-a-session\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/demo77.com\/mindbody_symphony\/"},{"@type":"ListItem","position":2,"name":"Book a Session"}]},{"@type":"WebSite","@id":"https:\/\/demo77.com\/mindbody_symphony\/#website","url":"https:\/\/demo77.com\/mindbody_symphony\/","name":"Mind Body Symphony","description":"","publisher":{"@id":"https:\/\/demo77.com\/mindbody_symphony\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/demo77.com\/mindbody_symphony\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/demo77.com\/mindbody_symphony\/#organization","name":"Mind Body Symphony","url":"https:\/\/demo77.com\/mindbody_symphony\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/demo77.com\/mindbody_symphony\/#\/schema\/logo\/image\/","url":"https:\/\/demo77.com\/mindbody_symphony\/wp-content\/uploads\/2023\/11\/cropped-isJpTMft_400x400.jpg","contentUrl":"https:\/\/demo77.com\/mindbody_symphony\/wp-content\/uploads\/2023\/11\/cropped-isJpTMft_400x400.jpg","width":400,"height":400,"caption":"Mind Body Symphony"},"image":{"@id":"https:\/\/demo77.com\/mindbody_symphony\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/pages\/31783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/comments?post=31783"}],"version-history":[{"count":63,"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/pages\/31783\/revisions"}],"predecessor-version":[{"id":32268,"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/pages\/31783\/revisions\/32268"}],"wp:attachment":[{"href":"https:\/\/demo77.com\/mindbody_symphony\/wp-json\/wp\/v2\/media?parent=31783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}