is it possible to have some listing in backend or other place, where i could see all people that attend to all events? Something list list of "reservation". Or is only way how can i found out who attend event from event detail?
Hello i tried this export and get Attendance.csv but there is visible only event ID, email and other information are not readable. I need to get list of all attendance where will be visible event name, their name and e-mail adress.
Hello
is it possible to have some listing in backend or other place, where i could see all people that attend to all events? Something list list of "reservation". Or is only way how can i found out who attend event from event detail?
Hi,
You could export the attendance list to CSV file.
Dashboard -> STEC -> Export Events.
Stachethemes Developer
Hello i tried this export and get Attendance.csv but there is visible only event ID, email and other information are not readable. I need to get list of all attendance where will be visible event name, their name and e-mail adress.
Hi,
Sorry for the late reply.
Place the code from the file I've attached in your theme or child-theme functions.php file.
It will add the event's name and the attendee name to the Attendee CSV file.
Stachethemes Developer
Thank you, now its OK. You can close ticket.