{"id":2,"date":"2026-02-25T22:18:43","date_gmt":"2026-02-25T22:18:43","guid":{"rendered":"https:\/\/test.77t.co.uk\/?page_id=2"},"modified":"2026-02-25T22:57:11","modified_gmt":"2026-02-25T22:57:11","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/test.77t.co.uk\/?page_id=2","title":{"rendered":"Sample Page"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\"><script>var ea_settings = {\"trans.service\":\"Service\",\"trans.location\":\"Location\",\"trans.worker\":\"Worker\",\"trans.service_option\":\"Select Service\",\"trans.location_option\":\"Select Location\",\"trans.worker_option\":\"Select Worker\",\"trans.customer_search_label\":\"Search Customer\",\"trans.done_message\":\"Done\",\"trans.submit_button_text\":\"Submit\",\"time_format\":\"h:mm a\",\"trans.currency\":\"$\",\"price.hide\":\"0\",\"price.hide.service\":\"0\",\"hide.decimal_in_price\":\"0\",\"datepicker\":\"en-GB\",\"form.label.above\":\"0\",\"show.iagree\":\"1\",\"show.display_thankyou_note\":\"0\",\"show.customer_search_front\":\"0\",\"customer_search_password_only\":\"0\",\"delete_data_on_uninstall\":\"0\",\"customer_search_roles\":\"[]\",\"cancel.scroll\":\"calendar\",\"compatibility.mode\":\"0\",\"css.off\":\"0\",\"submit.redirect\":\"\",\"advance.redirect\":\"[]\",\"advance_cancel.redirect\":\"[]\",\"block.time\":\"0\",\"cancel_time\":\"\",\"max.appointments\":\"5\",\"pre.reservation\":\"0\",\"currency.before\":\"0\",\"gdpr.on\":\"0\",\"gdpr.label\":\"By using this form you agree with the storage and handling of your data by this website.\",\"gdpr.link\":\"\",\"gdpr.message\":\"You need to accept the privacy checkbox\",\"sort.workers-by\":null,\"sort.services-by\":null,\"sort.locations-by\":null,\"order.workers-by\":null,\"order.services-by\":null,\"order.locations-by\":null,\"captcha.site-key\":\"\",\"captcha3.site-key\":\"\",\"label.from_to\":\"0\",\"is_multiple_booking_allowed\":\"0\",\"pending_message\":\"Your appointment has been submitted and is currently pending approval. You will be notified once it is confirmed.\",\"confirmed_message\":\"Your appointment has been confirmed. Thank you!\",\"reservation_message\":\"Your appointment has been reserved. You will be notified once it is confirmed.\",\"trans.confirmation-title\":\"Thank You for Booking!\",\"check\":\"cd6acf52a0\",\"scroll_off\":false,\"start_of_week\":\"1\",\"default_date\":\"2026-05-07\",\"min_date\":null,\"max_date\":null,\"show_remaining_slots\":\"0\",\"save_form_content\":true,\"show_week\":\"0\",\"trans.please-select-new-date\":\"Please select another day\",\"trans.date-time\":\"Date & time\",\"trans.price\":\"Price\",\"date_format\":\"MMMM D, YYYY\",\"default_datetime_format\":\"YYYY-MM-DD HH:mm\",\"trans.nonce-expired\":\"Form validation code expired. Please refresh page in order to continue.\",\"trans.internal-error\":\"Internal error. Please try again later.\",\"trans.ajax-call-not-available\":\"Unable to make ajax request. Please try again later.\",\"default.status\":\"pending\",\"default_status_message\":\"Your appointment has been submitted and is currently pending approval. You will be notified once it is confirmed.\",\"is_user_logged_in\":0,\"allow_customer_search\":0};<\/script><script>var ea_vacations = [];<\/script><script>var ea_service_start_data = [];<\/script><style><\/style><style> body .wp-block-post-content a:not(.wp-element-button) { color: #000000; text-decoration: none !important; } .ea-standard .selected-time { background-color: green !important; color: white !important; } <\/style> <script type=\"text\/template\" id=\"ea-appointments-overview\"> <small id=\"ea-overview-message\"><%- settings['trans.overview-message'] %><\/small> <table> <tbody> <% if(settings['rtl'] == '1') { %> <% if(data.location.indexOf('_') !== 0) { %> <tr class=\"row-location\"> <td class=\"ea-label\"><%- settings['trans.location'] %><\/td> <td class=\"value\"><%- data.location %><\/td> <\/tr> <% } %> <% if(data.service.indexOf('_') !== 0) { %> <tr class=\"row-service\"> <td class=\"ea-label\"><%- settings['trans.service'] %><\/td> <td class=\"value\"><%- data.service %><\/td> <\/tr> <% } %> <% if(data.worker.indexOf('_') !== 0) { %> <tr class=\"row-worker\"> <td class=\"ea-label\"><%- settings['trans.worker'] %><\/td> <td class=\"value\"><%- data.worker %><\/td> <\/tr> <% } %> <% if (settings['price.hide'] !== '1') { %> <tr class=\"row-price\"> <td class=\"ea-label\"><%- settings['trans.price'] %><\/td> <td class=\"value\"><%- settings['hide.decimal_in_price'] == '1' ? Math.round(parseFloat(data.price)) : 55 %> <%- settings['trans.currency'] %><\/td> <\/tr> <% } %> <tr class=\"row-datetime\"> <td class=\"ea-label\"><%- settings['trans.date-time'] %><\/td> <td class=\"value\"><%- data.date %> <%- data.time %><\/td> <\/tr> <% } else { %> <% if(data.location.indexOf('_') !== 0) { %> <tr class=\"row-location\"> <td class=\"ea-label\"><%- settings['trans.location'] %><\/td> <td class=\"value\"><%- data.location %><\/td> <\/tr> <% } %> <% if(data.service.indexOf('_') !== 0) { %> <tr class=\"row-service\"> <td class=\"ea-label\"><%- settings['trans.service'] %><\/td> <td class=\"value\"><%- data.service %><\/td> <\/tr> <% } %> <% if(data.worker.indexOf('_') !== 0) { %> <tr class=\"row-worker\"> <td class=\"ea-label\"><%- settings['trans.worker'] %><\/td> <td class=\"value\"><%- data.worker %><\/td> <\/tr> <% } %> <% if (settings['price.hide'] !== '1') { %> <tr class=\"row-price\"> <td class=\"ea-label\"><%- settings['trans.price'] %><\/td> <% if (settings['currency.before'] == '1') { %> <td class=\"value\"><%- settings['trans.currency'] %><%- settings['hide.decimal_in_price'] == '1' ? Math.round(parseFloat(data.price)) : data.price %><\/td> <% } else { %> <td class=\"value\"><%- settings['hide.decimal_in_price'] == '1' ? Math.round(parseFloat(data.price)) : data.price %><%- settings['trans.currency'] %><\/td> <% } %> <\/tr> <% } %> <tr class=\"row-datetime\"> <td class=\"ea-label\"><%- settings['trans.date-time'] %><\/td> <td class=\"value\"><%- data.date_time %><\/td> <\/tr> <% } %> <\/tbody> <\/table> <div id=\"ea-total-amount\" style=\"display: none;\" data-total=\"<%- data.price %>\"><\/div> <div id=\"ea-meta-data\" data-location=\"<%- data.location %>\" data-service=\"<%- data.service %>\" data-worker=\"<%- data.worker %>\" data-date-time=\"<%- data.date_time %>\" data-currency=\"<%- settings['trans.currency'] %>\"><\/div> <div id=\"ea-success-box\" style=\"display:none; min-width:400px; min-height:340px; margin: 20px auto; padding: 20px; border-radius: 10px; text-align: center; font-family: Arial, sans-serif; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);\" class=\"ea-confirmation-card\"> <h3 style=\"color: #2b6924; margin-top: 0;\" class=\"ea-confirmation-title\"> <%- settings['trans.confirmation-title'] || \"Thank You for Booking!\" %> <\/h3> <div style=\"margin: 10px 0 20px;\"> <p style=\"font-size: 14px; color: #555; margin-top: 8px; word-wrap: break-word; white-space: normal; max-width: 100%;\" class=\"ea-status-note\"> <\/p> <\/div> <div id=\"ea-overview-details\" style=\"width: 100%; font-size: 14px; color: #000; text-align: left; margin: 0 auto 20px;\"> <\/div> <div id=\"ea-overview-buttons\" style=\"justify-content: center; gap: 10px; margin-top: 15px; flex-wrap: wrap;\"> <a href=\"#\" onclick=\"window.location.reload();\" style=\"padding: 5px 10px; background-color: #333cb7; color: white; text-decoration: none; border-radius: 5px; margin-right: 5px;\" class=\"ea-button-book-again\"> <%- settings['trans.book-again'] || \"Book New Appointment\" %> <\/a> <a id=\"ea-add-to-calendar\" href=\"#\" target=\"_blank\" style=\"background-color: #34A853; color: #fff; padding: 5px 10px; border-radius: 6px; text-decoration: none;\"> Add to Google Calendar <\/a> <\/div> <\/div> <\/script> <script type=\"text\/javascript\"> var ea_ajaxurl = \"https:\/\/test.77t.co.uk\/wp-admin\/admin-ajax.php\"; <\/script> <div class=\"ea-standard\"> <form> <div class=\"step\"> <div class=\"block\"><\/div> <label class=\"ea-label\">Location<\/label><select name=\"location\" data-c=\"location\" class=\"filter\"><option value=\"\" selected=\"selected\">Select Location<\/option><option value=\"4\">Rugby Pitch<\/option><option value=\"3\">Football Pitch<\/option><option value=\"2\">Hall<\/option><option value=\"1\">Pitch 1<\/option><\/select> <\/div> <div class=\"step\"> <div class=\"block\"><\/div> <label class=\"ea-label\">Service<\/label><select name=\"service\" data-c=\"service\" class=\"filter\" data-currency=\"$\"><option value=\"\" selected=\"selected\">Select Service<\/option><option value=\"4\" data-duration=\"30\" data-slot_step=\"30\" data-price='6.50'>Pitch 6.50$<\/option><option value=\"3\" data-duration=\"60\" data-slot_step=\"6\" data-price='15.50'>Hall 15.50$<\/option><option value=\"2\" data-duration=\"30\" data-slot_step=\"30\" data-price='10.00'>Football 10.00$<\/option><option value=\"1\" data-duration=\"30\" data-slot_step=\"30\" data-price='5.00'>Rugby 5.00$<\/option><\/select> <\/div> <div class=\"step\"> <div class=\"block\"><\/div> <label class=\"ea-label\">Worker<\/label><select name=\"worker\" data-c=\"worker\" class=\"filter\"><option value=\"\" selected=\"selected\">Select Worker<\/option><option value=\"4\">Hall<\/option><option value=\"3\">Pitch<\/option><option value=\"2\">Football<\/option><option value=\"1\">Rubgy<\/option><\/select> <\/div> <div class=\"step calendar\" class=\"filter\"> <div class=\"block\"><\/div> <div class=\"date\"><\/div> <\/div> <div class=\"step\" class=\"filter\"> <div class=\"block\"><\/div> <div class=\"time\"><\/div> <\/div> <div class=\"step final\"> <div class=\"ea_hide_show\"> <div class=\"block\"><\/div> <p class=\"section\">Personal information<\/p> <small>Fields with * are required<\/small> <br> <p><label>EMail * : <\/label><input class=\"custom-field\" type=\"text\" name=\"email\" data-rule-required=\"true\" data-msg-required=\"This field is required.\" data-msg-email=\"Please enter a valid email address\" data-rule-email=\"true\" \/><\/p><p><label>Name * : <\/label><input class=\"custom-field\" type=\"text\" name=\"name\" data-rule-required=\"true\" data-msg-required=\"This field is required.\" \/><\/p><p><label>Phone * : <\/label><input class=\"custom-field\" type=\"text\" name=\"phone\" data-rule-required=\"true\" data-msg-required=\"This field is required.\" \/><\/p><p><label>Description : <\/label><textarea class=\"form-control custom-field\" rows=\"3\" style=\"height: auto;\" name=\"description\" ><\/textarea><\/p> <br> <p class=\"section\">Booking overview<\/p> <\/div> <div id=\"booking-overview\"><\/div> <div class=\"ea_hide_show\"> <p> <label style=\"font-size: 65%; width: 80%;\" class=\"i-agree\">I agree with terms and conditions * : <\/label><input style=\"width: 15%;\" type=\"checkbox\" name=\"iagree\" data-rule-required=\"true\" data-msg-required=\"You must agree with terms and conditions\"> <\/p> <br> <div style=\"display: inline-flex;\"> <button class=\"ea-btn ea-submit\" style=\" display:inline-flex; align-items:center; justify-content:center; \">Submit<\/button> <button class=\"ea-btn ea-cancel\">Cancel<\/button> <\/div> <\/div> <\/div> <\/form> <div id=\"ea-loader\"><\/div> <\/div> <\/pre>\n\n\n\n<p>This is an example page. It&#8217;s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Hi there! I&#8217;m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi\u00f1a coladas. (And gettin&#8217; caught in the rain.)<\/p>\n<\/blockquote>\n\n\n\n<p>&#8230;or something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.<\/p>\n<\/blockquote>\n\n\n\n<p>As a new WordPress user, you should go to <a href=\"https:\/\/test.77t.co.uk\/wp-admin\/\">your dashboard<\/a> to delete this page and create new pages for your content. Have fun!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is an example page. It&#8217;s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: Hi there! I&#8217;m a bike messenger [&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-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":1,"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/test.77t.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}