So this still hasn’t been fixed. Since “my fix” will get overridden with the next update can someone have a quick look and see if they can incorporate the fix below?
The issue is in file admin_pages/registrations/assets/spco_for_admin.js Line 228:
return $( ‘#ee-registration-‘ + primary_reg_qstn_grp ).children( ‘.ee-reg-form-qstn-grp-dv’ ).find(‘:input’);
Class “ee-reg-form-qstn-grp-dv” doesn’t exist. I replaced it with:
return $( ‘#ee-registration-’ + primary_reg_qstn_grp ).children( ‘.ee-admin-two-column-layout’ ).find(‘:input’);
The issue can be fixed by either changing the JS class or adding the missing class in the PHP file (not sure which file).
Yes, this issue has been submitted and was been fixed in our Dev. It should be added in the upcoming updates.
thanks.
Viewing 1 reply thread
The support post ‘Followup: "Use Attendee #1's information for ALL attendees" still not working’ 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.