In the first step of the booking form, my client wants a select box that's only shown for a specific event. I guess the "Additional booking fields for this event" feature is the way to go, as I can't use the global booking fields for this case.
- This is how I've configured the event.
- This is how it shows up in the booking form.
- And this is the html that's being generated.
Instead of generating a select tag, a text input has been generated... Did I use an incorrect configuration of this booking field, or did something buggy happen?