Our non-tech say event manager is struggling with the massive amount of information exported on the CSV attendee report. Is there anyway to have the option to only export certain columns at certain times? PHP is not my strong suite plus it seems I could permanently change the PHP but not make check boxes in the admin section.
What you can do is build a plugin starting from the example code, where you add an admin page of all the possible columns, with checkboxes next to each. The selected items could be stored in an array within a row of an option in the options table (see https://developer.wordpress.org/plugins/settings/option… for developer documentation).
Then, instead using of a hardcoded list of rows, the plugin will use the values stored in the option at that moment.
This way they’ll be able to go in and check/uncheck boxes, update the option, then go run the report.
Viewing 3 reply threads
The support post ‘EVENT REPORT’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.