The famous Moonlight walk is back again! Saturday 14th September from 7pm
Paint the town neon, and show your support with a glow-themed, 7 mile circular route with the beautiful sights of York - including our historic Goodramgate.
Every year, the walkers enthusiasm and energy shines across the streets of York and this year we’re expecting the same. Feel free to come in anything neon and glowing – there may be some prizes for the best dressed!
As usual there will be some great entertainment before the walk sets off, with live music from Tri-Starrs and hosting from YO1 Radio.
/**
* 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
*/