Support

Home Forums Event Espresso Premium hide ticket info on registration form

hide ticket info on registration form

Posted: October 5, 2017 at 6:18 am


maartenhorstink

October 5, 2017 at 6:18 am

Could you explain to me how to hide the ticket info on the registration forms? This would be a solution to a (previously solved @another user, see link below) problem, but how to do this was not explained. Thanks!

>>
We have events set up that have multiple tickets.

If a single user comes to the single event page, selects multiple ticket options (i.e., from Week A – Week J they select Weeks A, B, and C), then goes to the registration form: Week A shows in details at the top, and the registration fields come after that, and then Weeks B and C are reviewed in detail at the bottom of the registration form fields.

It is very confusing to users to have 1 ticket at the top, even though it’s not a required ticket, and have the remaining tickets displayed at the bottom of the page.

Is there a way to get all of these ticket details, on the registration form, to display in the same space/table area?
>>

https://eventespresso.com/topic/ee4-multiple-tickets-disjointed-at-registration/


Tony

  • Support Staff

October 5, 2017 at 9:44 am

Hi there,

You can use a little CSS to hide the ticket info:

#spco-attendee_information-dv .spco-ticket-info-dv {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Note that this only works if you don’t require questions for additional registrants as otherwise they won’t know which ticket they are adding the additional info for.


maartenhorstink

October 6, 2017 at 10:56 am

Yes thank you, that works for me!


maartenhorstink

October 6, 2017 at 10:57 am

Would it also work if I add it to the child theme?


Josh

  • Support Staff

October 6, 2017 at 2:32 pm

Yes, specifically the child theme’s style.css file.

The support post ‘hide ticket info on registration form’ 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