Contact

Get in touch.

Whether you are interested in buying a home, a future development, or simply want to know more about what we do.

By submitting you consent to being contacted by St Christopher Homes Ltd.

How to reach us

"We build for families and the future. If you would like to be part of that, we would love to hear from you."

Investor Enquiries

For investment opportunities in our development programme, visit the Investors page.

Investors →
const burg=document.getElementById('burg');const mn=document.getElementById('mnav'); if(burg){burg.addEventListener('click',()=>{burg.classList.toggle('open');mn.classList.toggle('open');document.body.style.overflow=mn.classList.contains('open')?'hidden':'';});} function closeNav(){if(burg){burg.classList.remove('open');mn.classList.remove('open');document.body.style.overflow='';}} window.addEventListener('scroll',()=>{const n=document.getElementById('mainnav');if(n)n.style.boxShadow=window.scrollY>10?'0 2px 24px rgba(0,0,0,.12)':'0 1px 16px rgba(0,0,0,.06)';}); function openEQ(dev,type){document.getElementById('eq-modal').classList.add('open');document.getElementById('eq-dev').value=dev;document.getElementById('eq-type').value=type||'';document.getElementById('eq-tag').innerHTML=''+dev+''+(type?' · '+type:'');document.getElementById('eq-form').style.display='block';document.getElementById('eq-ok').style.display='none';document.body.style.overflow='hidden';} function closeEQ(){document.getElementById('eq-modal').classList.remove('open');document.body.style.overflow='';} document.addEventListener('click',e=>{if(e.target.id==='eq-modal')closeEQ();}); async function submitEQ(e){e.preventDefault();const btn=document.getElementById('eq-btn');btn.disabled=true;btn.textContent='Sending...';const dev=document.getElementById('eq-dev').value;const type=document.getElementById('eq-type').value;const first=document.getElementById('eq-first').value;const last=document.getElementById('eq-last').value;const email=document.getElementById('eq-email').value;const phone=document.getElementById('eq-phone').value;const msg=document.getElementById('eq-msg').value; try{await fetch('https://formspree.io/f/YOUR_FORM_ID',{method:'POST',headers:{'Content-Type':'application/json','Accept':'application/json'},body:JSON.stringify({_subject:'Enquiry: '+dev+(type?' — '+type:'')+' — '+first+' '+last,Development:dev,HouseType:type,FirstName:first,LastName:last,Email:email,Phone:phone,Message:msg})});}catch(err){console.warn(err);} document.getElementById('eq-form').style.display='none';document.getElementById('eq-ok').style.display='block';document.getElementById('eq-ok-name').textContent=first;document.getElementById('eq-ok-dev').textContent=dev;}