
Midwest Support Group
April 3, 2024 @ 12:00 pm - 1:00 pm CDT
An event every month that begins at 12:00 pm on day First of the month, repeating indefinitely
An event every month that begins at 6:00 pm on day Third of the month, repeating indefinitely

var exampleCallback = function() {
console.log(‘Order complete!’);
};
window.EBWidgets.createWidget({
// Required
widgetType: ‘checkout’,
eventId: ‘127718179513’,
iframeContainerId: ‘eventbrite-widget-container-127718179513’,
// 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
});