The function used to output that dropdown is pluggable which means you can override the function and output the values however you prefer, however…
What I would do here is used from jQuery to add an additional set of checkboxes that when selected set the dropdown value to match. That means you can just hide the dropdown using CSS, the user sees the checkboxes and EE continues to use whatever value is set in the dropdown (so no modifications needed).
Here is the jQuery you can use to create the checkboxes:
Note those changes will apply to all of your events so you may need more specific CSS if you only want this for specific events and you’ll likely need some additional styles to make the checkbox look how you prefer, but the above should get you most of the way.
Viewing 1 reply thread
The support post ‘Changing Multiple registration dropdown into radio button options’ 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.