Discover delicious dining experiences with York Restaurant Week14th – 20th October 2024.
There’s a huge variety of food and drink offers to choose from, all temptingly priced between £5 and £30. That’s seven whole days to explore some of York’s best venues, including some of Goodramgates unique, independent restaurants.
Whether you’re hungry for brunch, fine dining or just a snack, it’s a great opportunity to try somewhere new with family and friends.
The campaign launches during September; this is when you can browse available food and drink deals and download vouchers on our dedicated York Restaurant Week website.
/**
* 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
*/