How come there’s no Multiple choice checkbox element, like the radio button element but with “multiple select”. with dynamic choices?
(The Multi-Dropdown element is good for its own cases).
How come there’s no Multiple choice checkbox element, like the radio button element but with “multiple select”. with dynamic choices?
(The Multi-Dropdown element is good for its own cases).
You can make your own with a repeating group and a checkbox element.
but with this method i cant save the value only of the once that are checked.
I’m trying to save a new user with the User Type based on the once that are checked in the form, with a radio button you can save the value that is selected, but with the method you described, i cant tell bubble to save the user as this and that based of what was selected.
Yes you can, you just need to create a custom state that stores the users you are selecting. Then create a trigger botton that processes the custom state list into either a workflow or API workflow (for bulk).