
Invitation to attend the 2023 Volunteering Awards, Canberra region
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '664423908797',
iframeContainerId: 'eventbrite-widget-container-664423908797',
// 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
});
FAQ