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

Email

hello@thecopperfox.co.uk

Get in touch

Send a message

We'll get back to you within a day or two — usually sooner.

Use the name we should ask for at the door or on the phone.

We'll reply here. No newsletters, no marketing.

A short tag so we can route your message — e.g. 'Birthday booking', 'Private hire', 'Job enquiry'.

Optional. Add this if you'd prefer a call back instead of email.

Group size, preferred dates, dietary needs, accessibility — anything that helps us help you.

<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