Lead #3684

Company
Braintree Chiropractic & Back Pain Clinic
Website
https://greatback.co.uk
Best Contact
Mark Gurden — Director
Email
braintree@greatback.co.uk (person)

Override

Captured Pages

Emails: braintree@greatback.co.uk, lexden@greatback.co.uk, stansted@greatback.co.uk
View text
Skip to content Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Our ApproachOlder PatientsPregnancy & Paediatric CareConditionsBack PainNeck PainJoint & Muscle ProblemsMigraine & HeadacheMinor Sports InjuriesShoulder ComplaintsAnkle and Foot problemsHip and Knee ProblemsAboutThe TeamWhat is chiropractic?FeesLocationsColchester ChiropractorBraintree ChiropractorStansted ChiropractorNewsOur ApproachOlder PatientsPregnancy & Paediatric CareConditionsBack PainNeck PainJoint & Muscle ProblemsMigraine & HeadacheMinor Sports InjuriesShoulder ComplaintsAnkle and Foot problemsHip and Knee ProblemsAboutThe TeamWhat is chiropractic?FeesLocationsColchester ChiropractorBraintree ChiropractorStansted ChiropractorNews Request A Call Contact Home ContactSend Us A Message Name Phone Email Location Braintree Colchester Stansted Message REQUEST CALL LocationsBraintree braintree@greatback.co.uk 01376 349400 Colchester (Lexden) lexden@greatback.co.uk 01206 577000 Stansted stansted@greatback.co.uk 01279 815336 About Our chiropractors offer a friendly atmosphere with time and understanding for all our patients, as you are the most important part of our clinic.Contact Details Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Useful Links Our Approach Meet the team Request a call back Chiro Health – Website by PeteCopyright © 2025 All rights reserved.Manage your privacyTo provide the best experiences, we and our partners use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us and our partners to process personal data such as browsing behavior or unique IDs on this site and show (non-) personalized ads. Not consenting or withdrawing consent, may adversely affect certain features and functions.Click below to consent to the above or make granular choices. Your choices will be applied to this site only. You can change your settings at any time, including withdrawing your consent, by using the toggles on the Cookie Policy, or by clicking on the manage consent button at the bottom of the screen. Functional Functional Always active The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network. Preferences Preferences The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user. Statistics Statistics The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you. Marketing Marketing The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.StatisticsMarketingFeaturesAlways activeAlways activeManage options Manage services Manage {vendor_count} vendors Read more about these purposesAccept Deny Manage options Save preferences Manage options{title} {title} {title}Manage consent // Check if the plugin is loaded only once if (typeof window.maspikLoaded === "undefined") { window.maspikLoaded = true; // Function to check if form should be excluded function shouldExcludeForm(form) { // Check role/aria for search var role = (form.getAttribute('role') || '').toLowerCase(); if (role === 'search') { return true; } var aria = (form.getAttribute('aria-label') || '').toLowerCase(); if (aria.indexOf('search') !== -1) { return true; } // Check action URL for search patterns var action = (form.getAttribute('action') || '').toLowerCase(); if (action.indexOf('?s=') !== -1 || action.indexOf('search=') !== -1 || /\/search(\/?|\?|$)/.test(action)) { return true; } // Check form classes var classes = form.className.split(' '); if (classes.some(function(className) { return className.toLowerCase().includes('search'); })) { return true; } // Check for search inputs inside the form var searchInputs = form.querySelectorAll('input[type="search"], input.search, .search input, input[class*="search"], input[id*="search"], input[name="s"], input[name*="search"]'); if (searchInputs.length > 0) { return true; } // Check for search-related classes in child elements var searchElements = form.querySelectorAll('.search, [class*="search"], [id*="search"], [aria-label*="search" i]'); if (searchElements.length > 0) { return true; } return false; } // Function to add the hidden fields function addMaspikHiddenFields(form) { // Check if the fields already exist if (form.querySelector(".maspik-field")) return; // Check if the form is already submitted if (form.dataset.maspikProcessed) return; form.dataset.maspikProcessed = true; // Common attributes for the fields var commonAttributes = { "aria-hidden": "true", tabindex: "-1", autocomplete: "off", class: "maspik-field" }; var hiddenFieldStyles = { position: "absolute", left: "-99999px" }; // Function to create a hidden field function createHiddenField(attributes, styles) { var field = document.createElement("input"); for (var attr in attributes) { field.setAttribute(attr, attributes[attr]); } for (var style in styles) { field.style[style] = styles[style]; } return field; } // Add Honeypot field if enabled var honeypot = createHiddenField({ type: "text", name: "full-name-maspik-hp", class: form.className + " maspik-field", placeholder: "Leave this field empty" }, hiddenFieldStyles); form.appendChild(honeypot); } //on load document.addEventListener("DOMContentLoaded", function() { var forms = document.querySelectorAll("form"); forms.forEach(function(form) { // Only add fields if form is not excluded if (!shouldExcludeForm(form)) { addMaspikHiddenFields(form); } }); }); // Add the fields when the form is submitted document.addEventListener("submit", function(e) { if (e.target.tagName === "FORM") { // Only add fields if form is not excluded if (!shouldExcludeForm(e.target)) { addMaspikHiddenFields(e.target); } } }, true); } .maspik-field { display: none !important; pointer-events: none !important; opacity: 0 !important; position: absolute !important; left: -99999px !important; } const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var astra = {"break_point":"768","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout"}; var aepro = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","current_url":"https%3A%2F%2Fgreatback.co.uk%2Fcontact%2F","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"plugin_url":"https:\/\/greatback.co.uk\/wp-content\/plugins\/anywhere-elementor-pro","queried_page":{"ID":1610,"page_type":"single"},"access_level":"2","aep_nonce":"b151a19a92"}; var aepro = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","current_url":"https%3A%2F%2Fgreatback.co.uk%2Fcontact%2F","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"plugin_url":"https:\/\/greatback.co.uk\/wp-content\/plugins\/anywhere-elementor-pro","queried_page":{"ID":1610,"page_type":"single"},"access_level":"2","aep_nonce":"b151a19a92"}; var astraAddon = {"sticky_active":"","svgIconClose":"<span class=\"ast-icon icon-close\"><\/span>","hf_account_show_menu_on":"hover","hf_account_action_type":"link","is_header_builder_active":"1"}; var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.2","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/cfw51.rabbitloader.xyz\/eyJjIjpmYWxzZSwiaCI6ImdyZWF0YmFjay5jby51ayIsInYiOjMzNDIyNDc1MzQsInIiOjF9\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/greatback.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"ad3e82e499"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":1610,"title":"Contact%20-%20Great%20Back","excerpt":"","featuredImage":false}}; var elementskit = { resturl: 'https://greatback.co.uk/wp-json/elementskit/v1/', } var localize = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"373a2dba8f","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/greatback.co.uk\/contact\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"28","version":"7.0.8","store_consent":"1","do_not_track_enabled":"1","consenttype":"optin","region":"uk","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/greatback.co.uk\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_GB","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"35","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"1","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https:\/\/greatback.co.uk\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=28","page_links":{"uk":{"cookie-statement":{"title":"Cookie Policy ","url":"https:\/\/greatback.co.uk\/cookie-policy-uk\/"},"privacy-statement":{"title":"Privacy Notice","url":"https:\/\/greatback.co.uk\/privacy-notice\/"},"privacy-statement-children":{"title":"","url":"https:\/\/greatback.co.uk\/contact\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content","tcf_regions":["us","ca","eu","uk","au","za","br"]}; if ('undefined' != typeof window.jQuery) { jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', () => { let rev_cats = cmplz_categories.reverse(); for (let key in rev_cats) { if (rev_cats.hasOwnProperty(key)) { let category = cmplz_categories[key]; if (cmplz_has_consent(category)) { document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } let services = cmplz_get_services_on_page(); for (let key in services) { if (services.hasOwnProperty(key)) { let service = services[key].service; let category = services[key].category; if (cmplz_has_service_consent(service, category)) { document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } }); }); } document.addEventListener("cmplz_enable_category", function(consentData) { var category = consentData.detail.category; var services = consentData.detail.services; var blockedContentContainers = []; let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]'; let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]'; for (var skey in services) { if (services.hasOwnProperty(skey)) { let service = skey; selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]'; selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]'; } } document.querySelectorAll(selectorVideo).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; obj.classList.add('cmplz-elementor-activated'); if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){ let attr = obj.getAttribute('data-cmplz_elementor_widget_type'); obj.classList.removeAttribute('data-cmplz_elementor_widget_type'); obj.classList.setAttribute('data-widget_type', attr); } if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) { obj.classList.remove('cmplz-elementor-widget-video-playlist'); obj.classList.add('elementor-widget-video-playlist'); } obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings')); blockedContentContainers.push(obj); }); document.querySelectorAll(selectorGeneric).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; if (obj.classList.contains('cmplz-fb-video')) { obj.classList.remove('cmplz-fb-video'); obj.classList.add('fb-video'); } obj.classList.add('cmplz-elementor-activated'); obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href')); blockedContentContainers.push(obj.closest('.elementor-widget')); }); /** * Trigger the widgets in Elementor */ for (var key in blockedContentContainers) { if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) { let blockedContentContainer = blockedContentContainers[key]; if (elementorFrontend.elementsHandler) { elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer) } var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index'); blockedContentContainer.classList.remove('cmplz-blocked-content-container'); blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex); } } }); var element_pack_ajax_login_config = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","language":"en","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"}; var ElementPackConfig = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"b6392a7b57","data_table":{"language":{"lengthMenu":"Show _MENU_ Entries","info":"Showing _START_ to _END_ of _TOTAL_ entries","search":"Search :","paginate":{"previous":"Previous","next":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"elements_data":{"sections":[],"columns":[],"widgets":[]}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"93fda2ff93","urls":{"assets":"https:\/\/cfw51.rabbitloader.xyz\/eyJjIjpmYWxzZSwiaCI6ImdyZWF0YmFjay5jby51ayIsInYiOjMzNDIyNDc1MzQsInIiOjF9\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/greatback.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/greatback.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; var ekit_config = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"8b4cb31712"}; /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
View text
Skip to content Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Our ApproachOlder PatientsPregnancy & Paediatric CareConditionsBack PainNeck PainJoint & Muscle ProblemsMigraine & HeadacheMinor Sports InjuriesShoulder ComplaintsAnkle and Foot problemsHip and Knee ProblemsAboutThe TeamWhat is chiropractic?FeesLocationsColchester ChiropractorBraintree ChiropractorStansted ChiropractorNewsOur ApproachOlder PatientsPregnancy & Paediatric CareConditionsBack PainNeck PainJoint & Muscle ProblemsMigraine & HeadacheMinor Sports InjuriesShoulder ComplaintsAnkle and Foot problemsHip and Knee ProblemsAboutThe TeamWhat is chiropractic?FeesLocationsColchester ChiropractorBraintree ChiropractorStansted ChiropractorNews Request A Call The Chiro Health Team Home The Chiro Health TeamChiropractorsAll our Chiropractors study for a minimum of four years full time at an internationally accredited Chiropractic University and obtain Masters’ degrees in chiropractic.They are all registered with the General Chiropractic Council (GCC) and are members of the British Chiropractic Association (BCA). Our Chiropractors are highly qualified and experienced, following strict codes of conduct and ethics required by the GCC and BCA.Chiropractors listed below are Doctors of Chiropractic and not Medical Practitioners.RegisteredAll our staff are fully qualifiedSupportOur friendly team are happy to answer any of your questions. Mark GurdenMSc (Chiro), DC, PhD, FRCC Marcel MorelliMSc (Chiro), DC, FRCC (Sport) Sophie GurdenMChiro, DC, LRCC Rosie SmithMChiro Dan Sullivan MChiro, DC, LRCC Jamie EllisMChiro, DC, LRCC William KayMChiro, DC Kacper F. FranczakMChiro Sirje MartinMChiro Charlie EdhouseMChiroAbout Our chiropractors offer a friendly atmosphere with time and understanding for all our patients, as you are the most important part of our clinic.Contact Details Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Useful Links Our Approach Meet the team Request a call back Chiro Health – Website by PeteCopyright © 2025 All rights reserved.Manage your privacyTo provide the best experiences, we and our partners use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us and our partners to process personal data such as browsing behavior or unique IDs on this site and show (non-) personalized ads. Not consenting or withdrawing consent, may adversely affect certain features and functions.Click below to consent to the above or make granular choices. Your choices will be applied to this site only. You can change your settings at any time, including withdrawing your consent, by using the toggles on the Cookie Policy, or by clicking on the manage consent button at the bottom of the screen. Functional Functional Always active The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network. Preferences Preferences The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user. Statistics Statistics The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you. Marketing Marketing The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.StatisticsMarketingFeaturesAlways activeAlways activeManage options Manage services Manage {vendor_count} vendors Read more about these purposesAccept Deny Manage options Save preferences Manage options{title} {title} {title}Manage consent // Check if the plugin is loaded only once if (typeof window.maspikLoaded === "undefined") { window.maspikLoaded = true; // Function to check if form should be excluded function shouldExcludeForm(form) { // Check role/aria for search var role = (form.getAttribute('role') || '').toLowerCase(); if (role === 'search') { return true; } var aria = (form.getAttribute('aria-label') || '').toLowerCase(); if (aria.indexOf('search') !== -1) { return true; } // Check action URL for search patterns var action = (form.getAttribute('action') || '').toLowerCase(); if (action.indexOf('?s=') !== -1 || action.indexOf('search=') !== -1 || /\/search(\/?|\?|$)/.test(action)) { return true; } // Check form classes var classes = form.className.split(' '); if (classes.some(function(className) { return className.toLowerCase().includes('search'); })) { return true; } // Check for search inputs inside the form var searchInputs = form.querySelectorAll('input[type="search"], input.search, .search input, input[class*="search"], input[id*="search"], input[name="s"], input[name*="search"]'); if (searchInputs.length > 0) { return true; } // Check for search-related classes in child elements var searchElements = form.querySelectorAll('.search, [class*="search"], [id*="search"], [aria-label*="search" i]'); if (searchElements.length > 0) { return true; } return false; } // Function to add the hidden fields function addMaspikHiddenFields(form) { // Check if the fields already exist if (form.querySelector(".maspik-field")) return; // Check if the form is already submitted if (form.dataset.maspikProcessed) return; form.dataset.maspikProcessed = true; // Common attributes for the fields var commonAttributes = { "aria-hidden": "true", tabindex: "-1", autocomplete: "off", class: "maspik-field" }; var hiddenFieldStyles = { position: "absolute", left: "-99999px" }; // Function to create a hidden field function createHiddenField(attributes, styles) { var field = document.createElement("input"); for (var attr in attributes) { field.setAttribute(attr, attributes[attr]); } for (var style in styles) { field.style[style] = styles[style]; } return field; } // Add Honeypot field if enabled var honeypot = createHiddenField({ type: "text", name: "full-name-maspik-hp", class: form.className + " maspik-field", placeholder: "Leave this field empty" }, hiddenFieldStyles); form.appendChild(honeypot); } //on load document.addEventListener("DOMContentLoaded", function() { var forms = document.querySelectorAll("form"); forms.forEach(function(form) { // Only add fields if form is not excluded if (!shouldExcludeForm(form)) { addMaspikHiddenFields(form); } }); }); // Add the fields when the form is submitted document.addEventListener("submit", function(e) { if (e.target.tagName === "FORM") { // Only add fields if form is not excluded if (!shouldExcludeForm(e.target)) { addMaspikHiddenFields(e.target); } } }, true); } .maspik-field { display: none !important; pointer-events: none !important; opacity: 0 !important; position: absolute !important; left: -99999px !important; } const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var astra = {"break_point":"768","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout"}; var aepro = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","current_url":"https%3A%2F%2Fgreatback.co.uk%2Fthe-chiro-health-team%2F","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"plugin_url":"https:\/\/greatback.co.uk\/wp-content\/plugins\/anywhere-elementor-pro","queried_page":{"ID":1689,"page_type":"single"},"access_level":"2","aep_nonce":"b151a19a92"}; var aepro = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","current_url":"https%3A%2F%2Fgreatback.co.uk%2Fthe-chiro-health-team%2F","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"plugin_url":"https:\/\/greatback.co.uk\/wp-content\/plugins\/anywhere-elementor-pro","queried_page":{"ID":1689,"page_type":"single"},"access_level":"2","aep_nonce":"b151a19a92"}; var astraAddon = {"sticky_active":"","svgIconClose":"<span class=\"ast-icon icon-close\"><\/span>","hf_account_show_menu_on":"hover","hf_account_action_type":"link","is_header_builder_active":"1"}; var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.2","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/cfw51.rabbitloader.xyz\/eyJjIjpmYWxzZSwiaCI6ImdyZWF0YmFjay5jby51ayIsInYiOjMzNDIyNDc1MzQsInIiOjF9\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/greatback.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"ad3e82e499"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":1689,"title":"The%20Chiro%20Health%20Team%20-%20Great%20Back","excerpt":"","featuredImage":false}}; var elementskit = { resturl: 'https://greatback.co.uk/wp-json/elementskit/v1/', } var localize = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"373a2dba8f","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/greatback.co.uk\/the-chiro-health-team\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"28","version":"7.0.8","store_consent":"1","do_not_track_enabled":"1","consenttype":"optin","region":"uk","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/greatback.co.uk\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_GB","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"35","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"1","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https:\/\/greatback.co.uk\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=28","page_links":{"uk":{"cookie-statement":{"title":"Cookie Policy ","url":"https:\/\/greatback.co.uk\/cookie-policy-uk\/"},"privacy-statement":{"title":"Privacy Notice","url":"https:\/\/greatback.co.uk\/privacy-notice\/"},"privacy-statement-children":{"title":"","url":"https:\/\/greatback.co.uk\/the-chiro-health-team\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content","tcf_regions":["us","ca","eu","uk","au","za","br"]}; if ('undefined' != typeof window.jQuery) { jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', () => { let rev_cats = cmplz_categories.reverse(); for (let key in rev_cats) { if (rev_cats.hasOwnProperty(key)) { let category = cmplz_categories[key]; if (cmplz_has_consent(category)) { document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } let services = cmplz_get_services_on_page(); for (let key in services) { if (services.hasOwnProperty(key)) { let service = services[key].service; let category = services[key].category; if (cmplz_has_service_consent(service, category)) { document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } }); }); } document.addEventListener("cmplz_enable_category", function(consentData) { var category = consentData.detail.category; var services = consentData.detail.services; var blockedContentContainers = []; let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]'; let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]'; for (var skey in services) { if (services.hasOwnProperty(skey)) { let service = skey; selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]'; selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]'; } } document.querySelectorAll(selectorVideo).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; obj.classList.add('cmplz-elementor-activated'); if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){ let attr = obj.getAttribute('data-cmplz_elementor_widget_type'); obj.classList.removeAttribute('data-cmplz_elementor_widget_type'); obj.classList.setAttribute('data-widget_type', attr); } if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) { obj.classList.remove('cmplz-elementor-widget-video-playlist'); obj.classList.add('elementor-widget-video-playlist'); } obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings')); blockedContentContainers.push(obj); }); document.querySelectorAll(selectorGeneric).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; if (obj.classList.contains('cmplz-fb-video')) { obj.classList.remove('cmplz-fb-video'); obj.classList.add('fb-video'); } obj.classList.add('cmplz-elementor-activated'); obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href')); blockedContentContainers.push(obj.closest('.elementor-widget')); }); /** * Trigger the widgets in Elementor */ for (var key in blockedContentContainers) { if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) { let blockedContentContainer = blockedContentContainers[key]; if (elementorFrontend.elementsHandler) { elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer) } var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index'); blockedContentContainer.classList.remove('cmplz-blocked-content-container'); blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex); } } }); var element_pack_ajax_login_config = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","language":"en","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"}; var ElementPackConfig = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"b6392a7b57","data_table":{"language":{"lengthMenu":"Show _MENU_ Entries","info":"Showing _START_ to _END_ of _TOTAL_ entries","search":"Search :","paginate":{"previous":"Previous","next":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"elements_data":{"sections":[],"columns":[],"widgets":[]}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"93fda2ff93","urls":{"assets":"https:\/\/cfw51.rabbitloader.xyz\/eyJjIjpmYWxzZSwiaCI6ImdyZWF0YmFjay5jby51ayIsInYiOjMzNDIyNDc1MzQsInIiOjF9\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/greatback.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/greatback.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; var ekit_config = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"8b4cb31712"}; /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
Emails:
View text
Skip to content Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Our ApproachOlder PatientsPregnancy & Paediatric CareConditionsBack PainNeck PainJoint & Muscle ProblemsMigraine & HeadacheMinor Sports InjuriesShoulder ComplaintsAnkle and Foot problemsHip and Knee ProblemsAboutThe TeamWhat is chiropractic?FeesLocationsColchester ChiropractorBraintree ChiropractorStansted ChiropractorNewsOur ApproachOlder PatientsPregnancy & Paediatric CareConditionsBack PainNeck PainJoint & Muscle ProblemsMigraine & HeadacheMinor Sports InjuriesShoulder ComplaintsAnkle and Foot problemsHip and Knee ProblemsAboutThe TeamWhat is chiropractic?FeesLocationsColchester ChiropractorBraintree ChiropractorStansted ChiropractorNews Request A Call Stansted | Braintree | ColchesterEssex ChiropractorsYour health and well-being are of paramount importance to us. Our chiropractors offer a friendly atmosphere with time and understanding for all our patients, as you are the most important part of our clinic. Request a call back. Name Phone Email Location Braintree Colchester Stansted REQUEST CALL Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Our AimsOur aim is to make your experience of Chiropractic a positive and beneficial one. We want you to be confident and happy with your treatment so that you are able to recommend us to your friends and family too. DISCOVER MORE Conditions we treatOur chiropractors are able to provide care for patients of all ages and treat a range of muscle and joint problems including: Back pain and Sciatica Mechanical neck pain Headaches arising from neck problems Shoulder complaints including rotator cuff injuries Minor sports injuries Hip and Knee problems including osteoarthritis Ankle and foot problems including sprains and plantar fasciitis. Although we care for people with a broad range of problems, a large proportion of our patients present with back pain, neck pain or headaches. Visit Our Approach page for information. OUR APPROACH About UsSince 2002 we have been caring for the residents of Essex, Cambridgeshire, Hertfordshire and Suffolk. During this time we have expanded our reach and now offer convenient treatment locations including; Stansted, Braintree and Colchester. GET IN TOUCH TestimonialWhat They SayVery friendly staff and such a lovely atmosphere. Was made very comfortable and extremely pleased with the treatment from Mark.WendyBraintreeWorth every penny I'd Say. I'm back on the golf course after the treatment of my shoulder. Many thanks! Well recommended.JeffColchesterThe treatment and advice have been priceless. The team is very friendly and professional. Thank you for sorting my back. Highly recommended!!!PeteColchesterVery pleased with the results! I was a little apprehensive at first but truly grateful to the lovely people at the clinic for all their help.MaryStanstedLatest NewsSports Shockwave Therapy: The Game Changer for Pain and Injury Recovery Read More » 18/11/2025 No Comments News PPQM 2025-2027 Award Read More » 14/03/2025 No Comments Sports Chiropractic Care in Tennis Read More » 22/02/2024 No Comments News Adventures down under and the 17th World Federation of Chiropractic Congress Read More » 19/10/2023 No Comments Sports Netball Injuries and How Chiropractic Care Can Aid Recovery Read More » 28/07/2023 No Comments Awards and AccreditationsAbout Our chiropractors offer a friendly atmosphere with time and understanding for all our patients, as you are the most important part of our clinic.Contact Details Braintree: 01376 349400 Colchester: 01206 577000 Stansted: 01279 815336 Useful Links Our Approach Meet the team Request a call back Chiro Health – Website by PeteCopyright © 2025 All rights reserved.Manage your privacyTo provide the best experiences, we and our partners use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us and our partners to process personal data such as browsing behavior or unique IDs on this site and show (non-) personalized ads. Not consenting or withdrawing consent, may adversely affect certain features and functions.Click below to consent to the above or make granular choices. Your choices will be applied to this site only. You can change your settings at any time, including withdrawing your consent, by using the toggles on the Cookie Policy, or by clicking on the manage consent button at the bottom of the screen. Functional Functional Always active The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network. Preferences Preferences The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user. Statistics Statistics The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you. Marketing Marketing The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.StatisticsMarketingFeaturesAlways activeAlways activeManage options Manage services Manage {vendor_count} vendors Read more about these purposesAccept Deny Manage options Save preferences Manage options{title} {title} {title}Manage consent // Check if the plugin is loaded only once if (typeof window.maspikLoaded === "undefined") { window.maspikLoaded = true; // Function to check if form should be excluded function shouldExcludeForm(form) { // Check role/aria for search var role = (form.getAttribute('role') || '').toLowerCase(); if (role === 'search') { return true; } var aria = (form.getAttribute('aria-label') || '').toLowerCase(); if (aria.indexOf('search') !== -1) { return true; } // Check action URL for search patterns var action = (form.getAttribute('action') || '').toLowerCase(); if (action.indexOf('?s=') !== -1 || action.indexOf('search=') !== -1 || /\/search(\/?|\?|$)/.test(action)) { return true; } // Check form classes var classes = form.className.split(' '); if (classes.some(function(className) { return className.toLowerCase().includes('search'); })) { return true; } // Check for search inputs inside the form var searchInputs = form.querySelectorAll('input[type="search"], input.search, .search input, input[class*="search"], input[id*="search"], input[name="s"], input[name*="search"]'); if (searchInputs.length > 0) { return true; } // Check for search-related classes in child elements var searchElements = form.querySelectorAll('.search, [class*="search"], [id*="search"], [aria-label*="search" i]'); if (searchElements.length > 0) { return true; } return false; } // Function to add the hidden fields function addMaspikHiddenFields(form) { // Check if the fields already exist if (form.querySelector(".maspik-field")) return; // Check if the form is already submitted if (form.dataset.maspikProcessed) return; form.dataset.maspikProcessed = true; // Common attributes for the fields var commonAttributes = { "aria-hidden": "true", tabindex: "-1", autocomplete: "off", class: "maspik-field" }; var hiddenFieldStyles = { position: "absolute", left: "-99999px" }; // Function to create a hidden field function createHiddenField(attributes, styles) { var field = document.createElement("input"); for (var attr in attributes) { field.setAttribute(attr, attributes[attr]); } for (var style in styles) { field.style[style] = styles[style]; } return field; } // Add Honeypot field if enabled var honeypot = createHiddenField({ type: "text", name: "full-name-maspik-hp", class: form.className + " maspik-field", placeholder: "Leave this field empty" }, hiddenFieldStyles); form.appendChild(honeypot); } //on load document.addEventListener("DOMContentLoaded", function() { var forms = document.querySelectorAll("form"); forms.forEach(function(form) { // Only add fields if form is not excluded if (!shouldExcludeForm(form)) { addMaspikHiddenFields(form); } }); }); // Add the fields when the form is submitted document.addEventListener("submit", function(e) { if (e.target.tagName === "FORM") { // Only add fields if form is not excluded if (!shouldExcludeForm(e.target)) { addMaspikHiddenFields(e.target); } } }, true); } .maspik-field { display: none !important; pointer-events: none !important; opacity: 0 !important; position: absolute !important; left: -99999px !important; } const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var astra = {"break_point":"768","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout"}; var PremiumSettings = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"74c80c7df8"}; var aepro = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","current_url":"https%3A%2F%2Fgreatback.co.uk%2F","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"plugin_url":"https:\/\/greatback.co.uk\/wp-content\/plugins\/anywhere-elementor-pro","queried_page":{"ID":1396,"page_type":"single"},"access_level":"2","aep_nonce":"b151a19a92"}; var aepro = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","current_url":"https%3A%2F%2Fgreatback.co.uk%2F","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"plugin_url":"https:\/\/greatback.co.uk\/wp-content\/plugins\/anywhere-elementor-pro","queried_page":{"ID":1396,"page_type":"single"},"access_level":"2","aep_nonce":"b151a19a92"}; var astraAddon = {"sticky_active":"","svgIconClose":"<span class=\"ast-icon icon-close\"><\/span>","hf_account_show_menu_on":"hover","hf_account_action_type":"link","is_header_builder_active":"1"}; var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.2","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/cfw51.rabbitloader.xyz\/eyJjIjpmYWxzZSwiaCI6ImdyZWF0YmFjay5jby51ayIsInYiOjMzNDIyNDc1MzQsInIiOjF9\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/greatback.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"ad3e82e499"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":1396,"title":"Essex%20Chiropractors%20%7C%20Stansted%20%7C%20Braintree%20%7C%20Colchester%20-%20Chiro%20Health","excerpt":"","featuredImage":false}}; var elementskit = { resturl: 'https://greatback.co.uk/wp-json/elementskit/v1/', } var localize = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"373a2dba8f","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/greatback.co.uk\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"28","version":"7.0.8","store_consent":"1","do_not_track_enabled":"1","consenttype":"optin","region":"","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/greatback.co.uk\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_GB","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"35","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"1","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https:\/\/greatback.co.uk\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=28","page_links":{"uk":{"cookie-statement":{"title":"Cookie Policy ","url":"https:\/\/greatback.co.uk\/cookie-policy-uk\/"},"privacy-statement":{"title":"Privacy Notice","url":"https:\/\/greatback.co.uk\/privacy-notice\/"},"privacy-statement-children":{"title":"","url":"https:\/\/greatback.co.uk\/conditions\/back-pain\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content","tcf_regions":["us","ca","eu","uk","au","za","br"]}; if ('undefined' != typeof window.jQuery) { jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', () => { let rev_cats = cmplz_categories.reverse(); for (let key in rev_cats) { if (rev_cats.hasOwnProperty(key)) { let category = cmplz_categories[key]; if (cmplz_has_consent(category)) { document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } let services = cmplz_get_services_on_page(); for (let key in services) { if (services.hasOwnProperty(key)) { let service = services[key].service; let category = services[key].category; if (cmplz_has_service_consent(service, category)) { document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } }); }); } document.addEventListener("cmplz_enable_category", function(consentData) { var category = consentData.detail.category; var services = consentData.detail.services; var blockedContentContainers = []; let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]'; let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]'; for (var skey in services) { if (services.hasOwnProperty(skey)) { let service = skey; selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]'; selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]'; } } document.querySelectorAll(selectorVideo).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; obj.classList.add('cmplz-elementor-activated'); if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){ let attr = obj.getAttribute('data-cmplz_elementor_widget_type'); obj.classList.removeAttribute('data-cmplz_elementor_widget_type'); obj.classList.setAttribute('data-widget_type', attr); } if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) { obj.classList.remove('cmplz-elementor-widget-video-playlist'); obj.classList.add('elementor-widget-video-playlist'); } obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings')); blockedContentContainers.push(obj); }); document.querySelectorAll(selectorGeneric).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; if (obj.classList.contains('cmplz-fb-video')) { obj.classList.remove('cmplz-fb-video'); obj.classList.add('fb-video'); } obj.classList.add('cmplz-elementor-activated'); obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href')); blockedContentContainers.push(obj.closest('.elementor-widget')); }); /** * Trigger the widgets in Elementor */ for (var key in blockedContentContainers) { if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) { let blockedContentContainer = blockedContentContainers[key]; if (elementorFrontend.elementsHandler) { elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer) } var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index'); blockedContentContainer.classList.remove('cmplz-blocked-content-container'); blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex); } } }); var element_pack_ajax_login_config = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","language":"en","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"}; var ElementPackConfig = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"b6392a7b57","data_table":{"language":{"lengthMenu":"Show _MENU_ Entries","info":"Showing _START_ to _END_ of _TOTAL_ entries","search":"Search :","paginate":{"previous":"Previous","next":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"elements_data":{"sections":[],"columns":[],"widgets":[]}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"93fda2ff93","urls":{"assets":"https:\/\/cfw51.rabbitloader.xyz\/eyJjIjpmYWxzZSwiaCI6ImdyZWF0YmFjay5jby51ayIsInYiOjMzNDIyNDc1MzQsInIiOjF9\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/greatback.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/greatback.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; var ekit_config = {"ajaxurl":"https:\/\/greatback.co.uk\/wp-admin\/admin-ajax.php","nonce":"8b4cb31712"}; /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);