Support

Home Forums Event Espresso Premium Suppress ATTENDEE #x messages

Suppress ATTENDEE #x messages

Posted: September 21, 2015 at 9:37 pm


denise

September 21, 2015 at 9:37 pm

Hi,

When I am checking out if I have multiple tickets, I see these messages on the screen:
Attendee 2
This ticket type does not require any information for additional attendees, so attendee #1’s information will be used for its registration purposes.

Is there a way to suppress these?

Thanks
Denise


Tony

  • Support Staff

September 22, 2015 at 3:03 am

Hi Denise,

Do you not require addition registrant info for ANY of your events?

If not you can use this snippet:

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

Which removes all but the first attendee info panel for all events.


denise

September 23, 2015 at 10:36 am

For now I just need the first attendee. I was trying to streamline the process. I’ll try this thanks!


Tony

  • Support Staff

September 23, 2015 at 10:59 am

No problem 🙂

Let me know if that works for you.


denise

October 6, 2015 at 8:21 pm

Thanks this works!


Lorenzo Orlando Caum

  • Support Staff

August 4, 2016 at 5:53 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

The support post ‘Suppress ATTENDEE #x messages’ 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