• We sale the crouse that people who take the crouse mean they are going. So this field could confused the customer. Is there anyway to remove this and set it as Going by default?

    Please help.
    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there @emilybkk!

    Thanks for reaching out.

    The attendee count can be hidden, but disabling only not going would require some coding. Our Themer’s Guide can help get you started with changing the templates.

    Here’s some CSS in case you are interested in hiding the attendee counts altogether:

    .tribe-tickets-table .tribe-tickets-order_status-row {
    display: none;
    }
    tr.tribe-tickets-meta-row {
    display: table-row !important;
    }
    
    table.tribe-events-tickets-rsvp > tbody > tr:first-child {
    display: none;
    }

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove RSVP: Going/Not going’ is closed to new replies.