{"id":112,"date":"2025-05-26T12:29:24","date_gmt":"2025-05-26T12:29:24","guid":{"rendered":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112"},"modified":"2025-05-31T09:42:58","modified_gmt":"2025-05-31T09:42:58","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-text-align-center has-light-green-cyan-color has-text-color has-link-color has-x-large-font-size wp-elements-020132b6055773d8cb714a84646bc348\">GET IN TOUCH<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"681\" src=\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-1024x681.jpg\" alt=\"\" class=\"wp-image-150\" srcset=\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-1024x681.jpg 1024w, https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-300x200.jpg 300w, https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-768x511.jpg 768w, https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-1536x1022.jpg 1536w, https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-2048x1363.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-light-green-cyan-color has-text-color has-link-color has-large-font-size wp-elements-b2e9dffe3d4ea93b3b487e494cedcccf\">HOW CAN WE HELP<\/p>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-0b75c0f6a0fdedeaa7d125049a9b0f73\">Reaching out is the first step towards finding the support you need for activities of daily living. Our friendly team is ready to listen, answer your questions, and explore how our services can make a positive difference. Please use the form below, or our contact details, to start the conversation.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">    <div id=\"custom-contact-form-container\" class=\"custom-contact-form-container\">\n        <form id=\"customContactForm\" method=\"POST\">\n            <div class=\"form-group\">\n                <label for=\"contact_name\">Name <span class=\"required\">*<\/span><\/label>\n                <input type=\"text\" id=\"contact_name\" name=\"contact_name\" required>\n            <\/div>\n            <div class=\"form-group\">\n                <label for=\"contact_email\">Email <span class=\"required\">*<\/span><\/label>\n                <input type=\"email\" id=\"contact_email\" name=\"contact_email\" required>\n            <\/div>\n            <div class=\"form-group contact-website-field\" style=\"display:none;\">\n                <label for=\"contact_website\">Website<\/label>\n                <input type=\"text\" id=\"contact_website\" name=\"contact_website\" autocomplete=\"off\" tabindex=\"-1\">\n            <\/div>\n            <div class=\"form-group\">\n                <label for=\"contact_message\">Message <span class=\"required\">*<\/span><\/label>\n                <textarea id=\"contact_message\" name=\"contact_message\" rows=\"5\" required><\/textarea>\n            <\/div>\n            <div class=\"form-group\">\n                <button type=\"submit\" id=\"customContactSubmitBtn\">Send Message<\/button>\n            <\/div>\n        <\/form>\n        <div id=\"formResponseMessage\" class=\"form-response-message\" style=\"display:none;\"><\/div>\n    <\/div>\n\n    <style>\n        .custom-contact-form-container {\n            max-width: 600px;\n            margin: 20px auto;\n            padding: 20px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            font-family: Arial, sans-serif;\n            background-color: #F0FFF0; \/* Ensuring background is white *\/\n        }\n        .custom-contact-form-container .form-group {\n            margin-bottom: 15px;\n        }\n        .custom-contact-form-container label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: bold;\n            color: #333; \/* Ensuring label text is dark *\/\n        }\n        .custom-contact-form-container input[type=\"text\"],\n        .custom-contact-form-container input[type=\"email\"],\n        .custom-contact-form-container textarea {\n            width: 100%;\n            padding: 10px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; \/* Important for width calculation *\/\n            color: #333; \/* Ensuring input and textarea text is dark *\/\n            background-color: #fff; \/* Ensuring input background is white *\/\n        }\n        .custom-contact-form-container textarea {\n            resize: vertical;\n        }\n        .custom-contact-form-container button[type=\"submit\"] {\n            background-color: #0073aa; \/* WordPress blue *\/\n            color: white;\n            padding: 10px 20px;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 16px;\n        }\n        .custom-contact-form-container button[type=\"submit\"]:hover {\n            background-color: #005a87;\n        }\n        .custom-contact-form-container .required {\n            color: red;\n        }\n        \/* Styles for the response message (pop-up like) *\/\n        .form-response-message {\n            position: fixed; \/* Or 'absolute' if you want it relative to a specific container *\/\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            background-color: #fff;\n            padding: 30px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n            z-index: 1000;\n            text-align: center;\n            min-width: 300px; \/* Ensure it's not too small *\/\n            color: #333; \/* Ensuring pop-up text is dark *\/\n        }\n        .form-response-message.success {\n            border-left: 5px solid green;\n        }\n        .form-response-message.error {\n            border-left: 5px solid red;\n        }\n        .form-response-message p {\n            margin: 0 0 15px 0;\n            font-size: 1.1em;\n        }\n        .form-response-message button.close-popup {\n            background-color: #0073aa;\n            color: white;\n            padding: 8px 15px;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n        }\n        \/* Overlay for the pop-up *\/\n        #formResponseOverlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0,0,0,0.5);\n            z-index: 999; \/* Below the message box, above other content *\/\n            display: none; \/* Hidden by default *\/\n        }\n    <\/style>\n    \n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>GET IN TOUCH HOW CAN WE HELP Reaching out is the first step towards finding the support you need for activities of daily living. Our friendly team is ready to listen, answer your questions, and explore how our services can make a positive difference. Please use the form below, or our contact details, to start [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"wp-custom-template-post-no-sidebar","meta":{"footnotes":""},"class_list":["post-112","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Us - Welcome<\/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:\/\/neighbourhoodfriends.co.uk\/?page_id=112\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us - Welcome\" \/>\n<meta property=\"og:description\" content=\"GET IN TOUCH HOW CAN WE HELP Reaching out is the first step towards finding the support you need for activities of daily living. Our friendly team is ready to listen, answer your questions, and explore how our services can make a positive difference. Please use the form below, or our contact details, to start [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112\" \/>\n<meta property=\"og:site_name\" content=\"Welcome\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-31T09:42:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1703\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112\",\"url\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112\",\"name\":\"Contact Us - Welcome\",\"isPartOf\":{\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#primaryimage\"},\"image\":{\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#primaryimage\"},\"thumbnailUrl\":\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-1024x681.jpg\",\"datePublished\":\"2025-05-26T12:29:24+00:00\",\"dateModified\":\"2025-05-31T09:42:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#primaryimage\",\"url\":\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-scaled.jpg\",\"contentUrl\":\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-scaled.jpg\",\"width\":2560,\"height\":1703},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/neighbourhoodfriends.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/#website\",\"url\":\"https:\/\/neighbourhoodfriends.co.uk\/\",\"name\":\"Welcome\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/neighbourhoodfriends.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/#organization\",\"name\":\"Welcome\",\"url\":\"https:\/\/neighbourhoodfriends.co.uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/02\/Studio-Project.png\",\"contentUrl\":\"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/02\/Studio-Project.png\",\"width\":2560,\"height\":2447,\"caption\":\"Welcome\"},\"image\":{\"@id\":\"https:\/\/neighbourhoodfriends.co.uk\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us - Welcome","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:\/\/neighbourhoodfriends.co.uk\/?page_id=112","og_locale":"en_GB","og_type":"article","og_title":"Contact Us - Welcome","og_description":"GET IN TOUCH HOW CAN WE HELP Reaching out is the first step towards finding the support you need for activities of daily living. Our friendly team is ready to listen, answer your questions, and explore how our services can make a positive difference. Please use the form below, or our contact details, to start [&hellip;]","og_url":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112","og_site_name":"Welcome","article_modified_time":"2025-05-31T09:42:58+00:00","og_image":[{"width":2560,"height":1703,"url":"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112","url":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112","name":"Contact Us - Welcome","isPartOf":{"@id":"https:\/\/neighbourhoodfriends.co.uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#primaryimage"},"image":{"@id":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#primaryimage"},"thumbnailUrl":"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-1024x681.jpg","datePublished":"2025-05-26T12:29:24+00:00","dateModified":"2025-05-31T09:42:58+00:00","breadcrumb":{"@id":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/neighbourhoodfriends.co.uk\/?page_id=112"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#primaryimage","url":"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-scaled.jpg","contentUrl":"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/05\/getintouch-scaled.jpg","width":2560,"height":1703},{"@type":"BreadcrumbList","@id":"https:\/\/neighbourhoodfriends.co.uk\/?page_id=112#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/neighbourhoodfriends.co.uk\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/neighbourhoodfriends.co.uk\/#website","url":"https:\/\/neighbourhoodfriends.co.uk\/","name":"Welcome","description":"","publisher":{"@id":"https:\/\/neighbourhoodfriends.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/neighbourhoodfriends.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/neighbourhoodfriends.co.uk\/#organization","name":"Welcome","url":"https:\/\/neighbourhoodfriends.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/neighbourhoodfriends.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/02\/Studio-Project.png","contentUrl":"https:\/\/neighbourhoodfriends.co.uk\/wp-content\/uploads\/2025\/02\/Studio-Project.png","width":2560,"height":2447,"caption":"Welcome"},"image":{"@id":"https:\/\/neighbourhoodfriends.co.uk\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=112"}],"version-history":[{"count":21,"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":171,"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/112\/revisions\/171"}],"wp:attachment":[{"href":"https:\/\/neighbourhoodfriends.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}