Please select your desired pass type below. If you have a code, enter it by clicking “Enter promo code” above the first pass option. If you have any questions or are in need of assistance, please contact office@concordia.net.
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '77185649355',
iframeContainerId: 'eventbrite-widget-container-77185649355',
// Optional
iframeContainerHeight: 1075, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});