Holy Trinity, Goodramgate welcomes you to our Easter events. Come and visit 11am to 4pm, Wednesday to Saturday (inc) between 5 April and 10 May to complete our Mouse Trail (for a chocolate treat), make beautiful paper flowers at our drop in workshops on 6 April (2pm to 3pm) and 13 April (11am to 12noon) and enjoy our Family Day, 11 April (all day, 11am to 3pm).
/**
* 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
*/