{"id":5,"date":"2014-07-10T14:37:22","date_gmt":"2014-07-10T14:37:22","guid":{"rendered":"http:\/\/www.simplytherapy.co.uk\/?page_id=5"},"modified":"2014-07-10T16:49:01","modified_gmt":"2014-07-10T16:49:01","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.simplytherapy.co.uk\/?page_id=5","title":{"rendered":"Contact Us"},"content":{"rendered":"<div class=\"half_page\">\n\r\n\t<script src=\"https:\/\/www.simplytherapy.co.uk\/wp-content\/themes\/parallelus-traject\/js\/jquery.validate.min.js\" type=\"text\/javascript\"><\/script>\r\n\t\t<script type=\"text\/javascript\">\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t$(\"#CommentForm\").validate({ submitHandler: function(form) {\r\n\t\t\t\t\t\tajaxContact(form);\t\/\/ form is valid, submit it\r\n\t\t\t\t\t\treturn false;\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t<\/script>\t\r\n\t\t<div id=\"FormResponse\"><\/div>\r\n\t\t<form class=\"cmxform\" id=\"CommentForm\" method=\"post\" action=\"\">\r\n\t\t\t<fieldset>\r\n\t\t\t\t<legend>Contact Form<\/legend>\r\n\t\t\t\t<div>\r\n\t\t\t\t\t<label for=\"ContactName\" class=\"overlabel\">Name<\/label>\r\n\t\t\t\t\t<input id=\"ContactName\" name=\"ContactName\" class=\"textInput required\" \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div>\r\n\t\t\t\t\t<label for=\"ContactEmail\" class=\"overlabel\">E-Mail<\/label>\r\n\t\t\t\t\t<input id=\"ContactEmail\" name=\"ContactEmail\" class=\"textInput required email\" \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div>\r\n\t\t\t\t\t<label for=\"ContactPhone\" class=\"overlabel\">Phone<\/label>\r\n\t\t\t\t\t<input id=\"ContactPhone\" name=\"ContactPhone\" class=\"textInput digits\" value=\"\" \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div>\r\n\t\t\t\t\t<label for=\"ContactComment\" class=\"overlabel\">Comments<\/label>\r\n\t\t\t\t\t<textarea id=\"ContactComment\" name=\"ContactComment\" class=\"textInput required\" rows=\"10\" cols=\"4\"><\/textarea>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div>\r\n\t\t\t\t\t<button type=\"submit\" class=\"btn\"><span>Send<\/span><\/button>\r\n\t\t\t\t\t<input class=\"\" type=\"hidden\" name=\"_R\" value=\"105.110.102.111.64.115.105.109.112.108.121.116.104.101.114.97.112.121.46.99.111.46.117.107\" \/>\r\n\t\t\t\t\t<input class=\"\" type=\"hidden\" name=\"_S\" value=\"83.105.109.112.108.121.32.84.104.101.114.97.112.121.32.87.101.98.115.105.116.101.32.67.111.110.116.97.99.116.32.70.111.114.109\" \/>\r\n\t\t\t\t\t<label id=\"loader\" style=\"display:none;\"><img decoding=\"async\" src=\"https:\/\/www.simplytherapy.co.uk\/wp-content\/themes\/parallelus-traject\/images\/ajax-loader.gif\" alt=\"Loading...\" id=\"LoadingGraphic\" \/><\/label>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/fieldset>\r\n\t\t<\/form>\r\n\t\t<script type='text\/javascript'>  \r\n\t\t\t\/\/ Contact form submit function        \r\n\t\t\tfunction ajaxContact(theForm) {\r\n\t\t\r\n\t\t\t\tjQuery('#loader').fadeIn();\r\n\r\n\t\t\t\tvar formData = jQuery(theForm).serialize(),\r\n\t\t\t\t\tmsg = jQuery('#FormResponse');\r\n\t\t\r\n\t\t\t\tjQuery.ajax({\r\n\t\t\t\t\ttype: 'POST',\r\n\t\t\t\t\turl: 'https:\/\/www.simplytherapy.co.uk\/wp-content\/themes\/parallelus-traject\/\/contact-send.php',\r\n\t\t\t\t\tdata: formData,\r\n\t\t\t\t\tsuccess: function(response) {\r\n\t\t\t\t\t\t( msg.height() ) ?\tmsg.fadeIn('fast', function() { jQuery(this).hide(); }) : msg.hide();\r\n\t\t\r\n\t\t\t\t\t\tjQuery('#LoadingGraphic').fadeOut('fast', function() {\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tif (response === 'success') { \r\n\t\t\t\t\t\t\t\tif (jQuery.browser.msie && parseInt(jQuery.browser.version, 10) < 9) { \r\n\t\t\t\t\t\t\t\t\t\/\/ IE won't do the '.animate {opacity: 0}\r\n\t\t\t\t\t\t\t\t\tjQuery(theForm).css('visibility','hidden');\r\n\t\t\t\t\t\t\t\t}else {\r\n\t\t\t\t\t\t\t\t\tjQuery(theForm).animate({opacity: 0},'fast');\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\r\n\t\t\t\t\t\t\t\/\/ Message Sent? Show the 'Thank You' message and hide the form\r\n\t\t\t\t\t\t\tvar result = response, c = 'error';\r\n\t\t\t\t\t\t\tif (response === 'success') { \r\n\t\t\t\t\t\t\t\tresult = \"Your message has been sent. Thank you!\";\r\n\t\t\t\t\t\t\t\tc = 'success';\r\n\t\t\t\t\t\t\t}\r\n\t\t\r\n\t\t\t\t\t\t\tmsg.removeClass('success').removeClass('error').text('');\r\n\t\t\t\t\t\t\tvar i = setInterval(function() {\r\n\t\t\t\t\t\t\t\tif ( !msg.is(':visible') ) {\r\n\t\t\t\t\t\t\t\t\tmsg.html(result).addClass(c).slideDown('fast');\r\n\t\t\t\t\t\t\t\t\tclearInterval(i);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}, 40);    \r\n\t\t\t\t\t\t}); \/\/ end loading fade\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\t\t<\/script><\/div>\n<div class=\"half_page last\">\nFind Us\n<\/div>\n<div class=\"clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5"}],"version-history":[{"count":4,"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/5\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/www.simplytherapy.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}