Support

Home Forums Event Espresso Premium This ticket type does not require any information…

This ticket type does not require any information…

Posted: January 27, 2015 at 3:55 pm

Viewing 3 reply threads


Austin

January 27, 2015 at 3:55 pm

I know it’s been asked before.. I just can’t find the right solution to it.
I have 6 tickets – 5 say no additional information is needed. In the place of a registration form I get 5 tables that show: Attendee #7
This ticket type does not require any information for additional attendees, so attendee #1’s information will be used for it’s registration purposes.
spco-attendee-wrap-7-blahblah is the css id for it.

So, my question.. what do I do to hide all extraneous ticket information beyond the first ticket?


Tony

  • Support Staff

January 27, 2015 at 4:39 pm

Hi,

You can apply some custom CSS to do this, such as:

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

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

However this will hide those additional tables regardless of whether or not additional info is required.


Austin

January 27, 2015 at 7:41 pm

You are AWESOME! Thank you, That was the :not(:first-of-type) I was looking for!


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

Viewing 3 reply threads

The support post ‘This ticket type does not require any information…’ 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