Discover delicious dining on a budget with York Restaurant Week. Enjoy over 100 participating eateries and a huge variety of offers on food and drink, all temptingly priced between £5 and £30. That’s seven whole days to explore some of York’s best venues and indulge with friends and family.
Sign up to our mailing list for the latest news and updates below.
Whether you’re hungry for brunch, fine dining or just a snack, we’ve got you covered. It’s a great opportunity to try somewhere new and an affordable way for families and friends to dine out together.
York Restaurant Week takes place twice a year during March and October, so make sure to save the date in your calendar and sign-up to our newsletter for future updates.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/