HomeServicesContact Us
Book Now

Menu

HomeServicesContact Us
Book Now
Inside the Podcast Studio Manchester recording space — roundtable setup with boom microphones

Contact

Say hello.

Questions about sessions, packages or the space itself — send a message and we'll come straight back. Usually within a few hours, always within one working day.

Email hello@podcaststudiomanchester.uk Best for detailed briefs Phone 0333 355 7380 Quick questions, 7 days WhatsApp Message us Fastest reply — tap to chat Instagram @podstudiomanchester DMs open — see the space TikTok @podstudiomanchester Clips from the studio YouTube @podcaststudiomanchester Full episodes & studio tours Facebook Follow the studio Updates & reviews Pinterest Our boards Set ideas & behind the scenes

Send a Message

Contact us.

We would love to speak with you. Fill in the form below and we will get back to you.

Find Us

First Floor, Unit 7
116-118 Bury New Road
Manchester M8 8EB

Get Directions

Opening Hours

  • Mon – Fri09:00 – 18:00
  • Saturday09:00 – 18:00
  • Sunday09:00 – 18:00

Open 7 days — weekends included

Now Booking

Already know what you need? Skip the inbox — book your set and pay online in minutes.

Book the Studio

Rather just talk?

Call or WhatsApp us seven days a week — we're happy to walk you through the studio, the gear and the packages.

0333 355 7380 WhatsApp Us
(function(){ // DO NOT add an early-return guard here. The live site is served by a hydrating // framework that REPLACES this widget's DOM after first paint — every listener // bound to the server-rendered nodes is discarded, including the form's submit // handler. The bootstrap img is re-created and fires again, so this code must be // safe to run repeatedly and must always rebind to whichever nodes exist then. // A global "already ran" flag makes the page skip the run that matters, which // leaves the form with no handler and no action — Send then does a native GET // and the enquiry is lost. Each init below is idempotent. function initLd(){ if(document.getElementById("psm-ld-contact")){return} // JSON-LD (injected — the CMS strips script tags, including ld+json) var ld={ "@context":"https://schema.org", "@type":"ContactPage", "name":"Contact Podcast Studio Manchester", "url":"https://podcaststudiomanchester.uk/contact-us/", "mainEntity":{ "@type":"LocalBusiness", "name":"Podcast Studio Manchester", "url":"https://podcaststudiomanchester.uk/", "email":"hello@podcaststudiomanchester.uk", "telephone":"+443333557380", "sameAs":["https://www.instagram.com/podstudiomanchester/","https://www.tiktok.com/@podstudiomanchester","https://www.youtube.com/@podcaststudiomanchester","https://www.facebook.com/share/18KoPg7MFn/","https://pin.it/2IPfC4B1y"], "address":{ "@type":"PostalAddress", "streetAddress":"First Floor, Unit 7, 116-118 Bury New Road", "addressLocality":"Manchester", "postalCode":"M8 8EB", "addressCountry":"GB" }, "openingHoursSpecification":[{ "@type":"OpeningHoursSpecification", "dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], "opens":"09:00", "closes":"18:00" }], "parentOrganization":{"@type":"Organization","name":"Two Mind Studios"} } }; var sj=document.createElement("script"); sj.id="psm-ld-contact"; sj.type="application/ld+json"; sj.textContent=JSON.stringify(ld); document.head.appendChild(sj); } // scroll reveal — progressive enhancement (content visible if JS fails). // Marks each element so re-runs never double-observe the same node. function initReveal(){ if(!("IntersectionObserver" in window)){return} var els=document.querySelectorAll(".psm-rv"); if(!els.length){return} var io=new IntersectionObserver(function(entries){entries.forEach(function(e){ if(e.isIntersecting){e.target.classList.add("in");io.unobserve(e.target)} })},{threshold:.12}); els.forEach(function(el){ if(el.getAttribute("data-psm-rv")){return} el.setAttribute("data-psm-rv","1"); el.classList.add("will-anim"); io.observe(el); }); } // contact form — same endpoint + payload as the built-in contactUs widget. // Binds once per form node; a node replaced by hydration is unmarked and rebinds. function initForm(){ var form=document.getElementById("psm-contact-form"); if(!form){return} if(form.getAttribute("data-psm-bound")){return} form.setAttribute("data-psm-bound","1"); var embeddedWidget={"isActive":true,"title":"Contact us","description":"We would love to speak with you. Fill in the form below and we will get back to you.","submitButtonLabel":"Send","successMessage":"Your message has been sent. We will get back to you soon.","fields":[{"name":"full_name","label":"Name","type":"text","placeholder":"Your name","required":true,"minLength":2,"maxLength":200,"pattern":"","helpText":"","options":[],"showWhenField":"","showWhenValue":"","sortOrder":0},{"name":"email","label":"Email","type":"email","placeholder":"you@example.com","required":true,"minLength":null,"maxLength":320,"pattern":"","helpText":"","options":[],"showWhenField":"","showWhenValue":"","sortOrder":1},{"name":"subject","label":"Subject","type":"text","placeholder":"How can we help?","required":true,"minLength":2,"maxLength":300,"pattern":"","helpText":"","options":[],"showWhenField":"","showWhenValue":"","sortOrder":2},{"name":"message","label":"Message","type":"textarea","placeholder":"Your message","required":true,"minLength":10,"maxLength":10000,"pattern":"","helpText":"","options":[],"showWhenField":"","showWhenValue":"","sortOrder":3}]}; form.addEventListener("submit",function(ev){ ev.preventDefault(); if(!form.reportValidity()){return} var status=document.getElementById("psm-form-status"); var btn=document.getElementById("psm-form-submit"); var answers={ full_name:form.full_name.value.trim(), email:form.email.value.trim(), subject:form.subject.value.trim(), message:form.message.value.trim() }; btn.disabled=true; status.classList.remove("psm-form-status--err"); status.textContent="Sending…"; fetch("https://api.podcaststudiomanchester.uk/contact-us-widget/submit",{ method:"POST", headers:{"Content-Type":"application/json"}, body:JSON.stringify({embeddedWidget:embeddedWidget,answers:answers}) }).then(function(res){ if(!res.ok){throw new Error("HTTP "+res.status)} status.textContent=embeddedWidget.successMessage; form.reset(); btn.disabled=false; }).catch(function(){ status.classList.add("psm-form-status--err"); status.textContent="Something went wrong — please try again, or email us directly."; btn.disabled=false; }); }); } function boot(){ initLd(); initReveal(); initForm(); } boot(); if(document.readyState!=="complete"){ window.addEventListener("load",boot) } // hydration can swap this widget in after we run — re-check for ~6s, then stop. var tries=0; var iv=setInterval(function(){ boot(); if(++tries>20){clearInterval(iv)} },300); })();