Ecommerce add additional information per quantity

Hello! I’m building an ecommerce site to sell tickets and I need to display “additional informations” per quantity, for example if someone buy 4x tickets (Single product → quantity 4) I need the customer to be able to enter 3 names on the checkout page (customer name + 3 additional names). Is there a way to display additional form input based on the quantity? I’m confortable with custom code, i’m just not sure what to search for. Thanks! :slight_smile:

Well I found a solution: On “order confirmation” page, i added a form, with multiple wrapped input with conditional visibility (is greater than 2, is greater than 3, is greater than 4, etc…)

1 Like