when exporting the attendees of an event to a CSV file, unfortunately the custom fields we added to the RSVP form in functions.php are not taken over. Is there any way to modify the code so that when exporting the attendees to a CSV file, the custom fields are also exported?
I'm sorry that I have to open this ticket again. This code has the problem, that after exporting as csv the name ("Vor -und Nachname") is overwritten with the beginning of the mail-address. Which part of code is wrong? Thanks for your help!
Hello,
when exporting the attendees of an event to a CSV file, unfortunately the custom fields we added to the RSVP form in functions.php are not taken over. Is there any way to modify the code so that when exporting the attendees to a CSV file, the custom fields are also exported?
Hi,
still got this problem. Looking forward to an answer. Thank you!
Is it possible to send me your custom code to check the fields?
Stachethemes Developer
See my function.php in the attached file.
Add these two filters to your code:
Stachethemes Developer
Wow, thank you for this code! It works great! The custom fields are in the CSV file.
But unfortunately the name of the attendees (default field "name") are not in the list. How can I add this?
In addition, as written here, it would be nice if the name of the Event and not just the Event-IDs were displayed in the csv file.
Hi,
still got these two problems. Would be great to get an answer on this :)
1. Unfortunately the name of the attendees (default field "name") are not in the list. How can I add this?
2. In addition, as written here, it would be nice if the name of the Event and not just the Event-IDs were displayed in the csv file.
Resolved in ticket #2842496
Stachethemes Developer
I'm sorry that I have to open this ticket again. This code has the problem, that after exporting as csv the name ("Vor -und Nachname") is overwritten with the beginning of the mail-address. Which part of code is wrong? Thanks for your help!
What version is your calendar?
Stachethemes Developer
I believe this was a bug in version 3.2.4.
I'll fix this problem but I'll need to know your current version.
Stachethemes Developer
3.2.4
I'm attaching updated functions file.
Could you let me know if the problem is resolved when you submit new rsvp form?
Stachethemes Developer
That works! Best thanks for your quick and good help!