Get in touch
We'd love to hear from you
Booking a table, asking about a private event, or just saying hello — drop us a line and we'll be in touch.
Find us
Visit, call, or write
Three ways to get in touch — pick the one that suits you.
Visit
Bore Street
Lichfield WS13 6LL
Call
01543 000 000
hello@thecopperfox.co.uk
Get in touch
Send a message
We'll get back to you within a day or two — usually sooner.
<button class="btn-primary" id="contact-submit" type="submit" data-track="cta">
Send message
</button>
A quick tour:
-
button— targets every button on the page -
.btn-primary— targets anything with that class -
#contact-submit— targets the one element with that id -
[type="submit"]— targets anything with that attribute value -
[data-track]— targets anything with that attribute, regardless of value