Hi @tenaciousflea, thanks for clarifying. For this one, you’d need to do template customization. This would require a bit of knowledge with PHP and creating a Child Theme.
Override this template in your own theme:
event-tickets/src/views/v2/rsvp/form/fields/quantity.php
by creating a file at:
[your-child-theme]/tribe/tickets/v2/rsvp/form/fields/quantity.php
Copy and paste this to your child theme, where input is set to hidden and default as 1. This field is still needed for the form to work. Replace the existing div with this snippet here on your child theme:
https://gist.github.com/abzdmachinist/b00e843036d11b109f1a2b5157ccbb67.
Let me know how it goes. Have a great weekend.
Best,
Abz