Support

Home Forums Translations Newly added questions not showing on old registrations

Newly added questions not showing on old registrations

Posted: July 25, 2013 at 9:42 am


bkazmierski

July 25, 2013 at 9:42 am

We added a few extra questions after we published our event to help us sort and classify the attendees. If someone registered before the new questions were added, they don’t have the new questions in their registration information page. Is there a way to add them? I’m on version 3.1.32.2.P


Sidney Harrell

July 25, 2013 at 6:42 pm

I’m not sure about 3.1.32.2.P, but on the current version, 3.1.33.3.P, I got this working after fixing a slight bug. Currently, only the first question that does not have an answer shows up. I changed line 601 of includes/admin-reports/edit_attendee_record.php to be:

$SQL = "SELECT at.*, q.*, qg.group_name, qg.show_group_description, qg.show_group_name ";

This fix will be added to future versions.


Sidney Harrell

July 25, 2013 at 7:08 pm

I took a look at version 3.1.32.2.P and it looks like that line is line 597 in that version. Same fix though. Switches the order of at.* and q.*


bkazmierski

July 26, 2013 at 8:38 am

Thanks for the quick reply. I found and replaced the line that you indicated, but the old registrations still don’t show the questions that were added after the attendee registered.

I’ll look at this later and my sql might be a little rusty, but could it stem from the join statements (and the fact that there are no answers)?


Josh

  • Support Staff

July 26, 2013 at 11:55 am

Hi there,

There was another fix added to the dev version of Event Espresso that Sidney may not have been aware of. You’re correct that they were related to the JOIN statements. Here’s a copy of the includes/admin-reports/edit_attendee_record.php that we’re testing in dev:

includes/admin-reports/edit_attendee_record.php

The support post ‘Newly added questions not showing on old registrations’ 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