I am creating a form with questions where the user might have to check off several answers to one question, the check boxes element does not seem to work. Help, please? @yisrael-wix ? The sample below does not work. At first, I cannot connect the checkbox to the database but when I changed the checkbox to Boolean, the result is the second screenshot below. How do I treat this kind of data gathering/questioning? I need the choices to go to the same database entry (i.e. If I check off ‘business planning’, ‘management’ and ‘marketing’, all of these answers should go to “What are your current business challenges?”). YIA
Hey, in this case you can use tags in the database field. Then you can arrange the options from the settings of the checkBoxGroup or using code like here https://www.wix.com/corvid/reference/$w.CheckboxGroup.html#options .
Multiple Filter Options
Filter results based on multiple selections in multiple filter groups.