Hope you are doing fine on this rainy (at least here) Sunday.
My question is about conditional tickets. I did search previous posts for answers, but still…
Anyway, the situation is simple. I have one event with 6 different ticket types. Let’s call them {A, B, C, D, E, F}. I want {E,F} to only be selectable and buyable if a registrant is also buying a ticket from the {A, B, C, D} group. In other words, selection of at least one of {A, B, C, D} types is required in order to enable selection of {E,F} types.
Is this possible?
Forgot to say: I do know that one can define a particular ticket as being required. Bu I don’t want to define all of {A, B, C, D} as required. I just want {E,F} to require one (any) ticket from the {A, B, C, D} group.
Event Espresso doesn’t actually have a conditional logic ticket feature. What you’re looking to do is possible with a bit of JavaScript programming where each ticket row has its own unique CSS class. So you can use the jQuery library to toggle a hide/show or disable/enable a specific ticket row’s input when one of the required tickets are selected.
The support post ‘Conditional Tickets’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.