Experience riverside dining at the Cambridge Mill. Situated in historic Downtown Galt alongside the Grand River, our restaurant and event venue offers exceptional views, a rustic farm-to-table menu, and an expansive cocktail & wine list.
Savour an all-you-can-enjoy experience featuring an array of both hot and cold culinary delights from our kitchen, including beloved Sunday brunch classics, a dynamic carving station and freshly shucked oysters. Elevate your experience with a diverse selection of both non-alcoholic and alcoholic beverages from our bar, all for one inclusive price.
jQuery(document).on('submit_success', function (event) {
let $form = jQuery(event.target);
// Only run for form with ID = event_form
if ($form.attr('id') !== 'event_form') return;
let email = $form.find('input[name="form_fields[email]"]').val();
if (!email) return;
email = email.trim().toLowerCase();
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
event: 'cm_event_form_submission',
form_id: 'event_form',
ec_email: email
});
});