I’m going to be working on building a registration form where users will be able to purchase a ticket to an event, and also purchase several items associated with that event.
Let’s say someone buys an event ticket and wants a t-shirt and a hat from the event. They should be able to enter the quantity of shirts to purchase, as well as select the shirt size (S, M, L, XL, etc.). They also should be able to enter the quantity of hats and select a color (black, red, blue).
I know when creating an event, I could set up “T-Shirt” and “Hat” as an additional ticket option, but it doesn’t look like I can give them any specific options like size or color. Is there a way to add this option?
Also, if there isn’t a way to add this directly, my thought was to ask a question in the attendee information section (i.e. select a shirt size, or hat color). However, I would like to hide those fields if the customer has not added a “ticket” for a shirt or a hat. Additionally, if they added several shirts or hats, the field should show up for each.
Is any of this possible?