I received a request to allow multiple time slots to be selected (and reflected in the confirmation email) of an even landing page. I've searched all over, but not sure how to do this. Right now, the form is only allowing one time slot to be selected. Any help is appreciated!
Radio buttons are a supported type of Marketo form widget.
Radios are, however, categorically the wrong UI element for this since they are mutually exclusive, allowing *one* choice from the set. There's no such thing as multi-select radios.
A checkbox set (Checkboxes widget type) is the common approach.