Option to select multiple choices on portal

VShine
Mega Guru

Hello Gurus,

I have requirement to have user ability to select multiple options on portal. I know I can use list collector, but client is incline towards using "Multiple choice" type because all options visible clearly.

This is how its appearing as List collector variable type.

find_real_file.png

Instead, want to have like this - with ability to select multiple options

find_real_file.png

Is it possible?

@Prasad Pagar @Ankur Bawiskar 

10 REPLIES 10

ccajohnson
Kilo Sage

If you want multiple checkboxes, then you need to create multiple checkboxes. These checkboxes get grouped based upon a common label. So if you have the label first, then the checkboxes that follow will be part of that common label.

@ccajohnson Thank you for response....How can I use the response in email notification if all are individual check box?

Where is the notification running from (The Request, the Requested Item, the Approval) If you look at the Out of Box Notification Email Script: requested_items_summary_with_options you will see that it goes through all of the variables from a requested item and lists them within the email message. You should be able to pull what you need from this (since it runs on the approval table) and build an Email Script you can use with your own notification.

Let me know if this is helpful and if you need further assistance, 

@ccajohnson ok thank you...let me try!