Getting Value from Checkbox or Alternative Solution

Hi everyone,

I tried looking for a solution and see if anyone else has asked this question before, but I haven’t any place where this has already been answered. My apologies if I’ve overlooked it somewhere.

Here is my situation:

  • I am creating a form where users select will need to select multiple locations.
  • These locations are being brought in via collection list, because the locations will be changing frequently.
  • I need the form to return the value of their selection instead of a boolean.
  • I am creating the list using the custom html Embed component so that it can dynamically populate the options with CMS items.

I first attempted to use checkboxes, but they are only showing up as “true” or “false” in the Webflow forms. I also attempted to use radio buttons, but they are only allowing me to select one instead of multiple. I was not able to create a work around using

5 Likes