Support

Home Forums Event Espresso Premium Registration checkout additional attendee's info

Registration checkout additional attendee's info

Posted: June 4, 2015 at 11:44 am

Viewing 8 reply threads


Joren

June 4, 2015 at 11:44 am

For our purposes, we have people that will be registering / buying tickets in bulk quantities to events. Is there any way for us to hide these messages http://i.imgur.com/t99QyKi.jpg when there is no info required of the additional attendees? Or to just show it once instead of for every attendee? Seems a little silly.


Lorenzo Orlando Caum

  • Support Staff

June 4, 2015 at 12:10 pm

Hi Joren, it currently works that way to allow flexibility between the following scenarios:

1) a single registrant buying a batch of tickets (pricing options)

2) a registrant registering themselves along with information for additional attendees

You can hide that but it will be hidden for all registrations. Try this CSS:

#spco-attendee_information-dv [id^="spco-attendee-panel-dv-2"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-3"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-4"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-5"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-6"] ,#spco-attendee_information-dv [id^="spco-attendee-panel-dv-7"] ,#spco-attendee_information-dv [id^="spco-attendee-panel-dv-8"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-9"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-10"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-11"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-12"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-13"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-14"], #spco-attendee_information-dv [id^="spco-attendee-panel-dv-15"] {display: none;}


Lorenzo


Joren

June 4, 2015 at 1:04 pm

Would that hide only divs that are empty with that error message then, or would that also hide the normal questions for events that DO have additional registrant fields?


Lorenzo Orlando Caum

  • Support Staff

June 4, 2015 at 1:32 pm

Hi Joren,

You will no longer see any fields for additional attendees/registrants.

If there is a possibility of needing to collect unique information for additional attendees, then do not apply the sample CSS.


Lorenzo


Tony

  • Support Staff

June 4, 2015 at 1:42 pm

Just to note you can simply the above using:

.spco-attendee-panel-dv:not(:first-of-type) {
  display: none;
}

Which hides all but the very first registration info div.


Joren

June 4, 2015 at 1:45 pm

Maybe for future releases, add a specific CSS class in there just when no registration info is required? Then it would be extremely simple for us to only hide that message but still leave them up for when registration info is required


Dean

June 5, 2015 at 1:36 am

Hi,

I a single line of jQuery could do the job:

jQuery('.spco-attendee-info-not-required-pg').parent().parent().hide();

But I will certainly put forward your CSS class request, as that would be the easiest way forward.


Joren

June 5, 2015 at 10:09 am

Nice idea, thanks!


Lorenzo Orlando Caum

  • Support Staff

August 4, 2016 at 5:52 am

Hello,

A recent release (https://eventespresso.com/wiki/ee4-changelog/) of Event Espresso 4 introduces a CSS class that can be targeted to hide that information.

.ee-reg-form-no-info-required {
    display: none;
}

The CSS above can be added to your site through a custom CSS area. If your theme has an option then you can use that. Otherwise, you could use a free plugin like Simple Custom CSS or Reaktiv CSS Builder.

If you do need to collect information from additional attendees/registrants, then you will be able to do so as the CSS above does not affect they forms.


Lorenzo

Viewing 8 reply threads

The support post ‘Registration checkout additional attendee's info’ 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