Saturday March 9, 2024

3 Stages in the Bandshell and Bandshell Park (Schedule coming soon)
3.00 pm – 10.30 pm

RSVP HERE


var exampleCallback = function() {
console.log(‘Order complete!’);
};

window.EBWidgets.createWidget({
// Required
widgetType: ‘checkout’,
eventId: ‘778523533847’,
iframeContainerId: ‘eventbrite-widget-container-778523533847’,

// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});