New to Bubble so probably simple question but I can’t find a clear process on how to use the Checkbox Input form option when it comes to multiple entries under one item.
For instance, in a form, I want the user logged in to be able to select multiple checkboxes, save the selected corresponding answers in the database and do a search to show who among all the users have chosen the selected options. So:
Question 1) Choose your preferred colors below:
(unchecked box) White
(unchecked box) Black
(unchecked box) Yellow
(unchecked box) Red
(unchecked box) Blue
(unchecked box) Purple
Question2) choose your preferred cities from below:…
Really appreciate your input. I am checking how you did that.
If I create another list of options with checkbox let’s say list of options2 (rectangle,square,triangle) would I need to create a second data type (in Data Type) called list of options 2 with the new names (so to create the 3 checkbox entries in design) ? what is the information “obtained” Yes/No used for in Data?