Support

Home Forums Event Espresso Premium CSV Not showing additional questions

CSV Not showing additional questions

Posted: July 27, 2018 at 3:41 pm


missourireschools

July 27, 2018 at 3:41 pm

I am trying to download a csv report to create a sign in sheet. I need to show the additional questions but it is not showing up on the csv report.Some registrations do but not all. I am using the additional questions and multi event registration extensions. I’m guessing because of the additional questions not being enabled for additional registrations and as well as it only showing the registration additional questions on the primary event registered. Is there any way to create a csv file that will grab the primary reigstration additional question?


Josh

  • Support Staff

July 27, 2018 at 6:29 pm

Hi,

If I understand what you’re asking, I think you would need to require the additional questions for additional registrations in order for there to be additional answers for additional registrations.

Short of doing that it would require some custom PHP programming in order to pull answers from the primary attendee and apply all of those answers to all of the related registrations in that transaction. That seems possible because there’s a filter hook that allows for filtering each row of the CSV:

FHEE__EE_Export__report_registrations__reg_csv_array (link to its source)

If you’re familiar with programming with PHP and using filter hooks via the WordPress plugin API, then you should be able to build a filter function that loops through each group of registrations and copy over Primary reg. answers over to the related additional registrations.

The support post ‘CSV Not showing additional questions’ 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.

Event Espresso