How to choose more than one option in Camunda form?

Hi
I have an enum form in my userTask which has two options.
I want to be able to choose both. (some thing like radio group forms)

Do I add a third option that holds two other options?
Is there no better way?

Any suggestion?

I really need to know how can I solve this?
I’ll be grateful if you guide me.

Drop down is kinda designed for a single result - so there’s no way for more selections.
Your options are to use a custom html/javascript front end or you can use a series of tick boxes.

1 Like