Webflow Forms with Checkboxes -- Output Other Than True/False?

We’ve connected a Webflow form to Make(.com), which helps us ultimately send form data directly to Hubspot.

We want to classify the form submission with a multi-select option field in Hubspot (e.g., what type of contact/lead are you? “Individual”, “Business”, “Press”, etc.)

The problem is, the Webflow form just creates checkboxes with true/false results, but Hubspot has a single field where multiple items can be checked in one field (all that apply).

If anyone has any ideas on how to solve this, I and the community would love to hear. One idea I had was to use a custom attribute to change the text = “true”, such as in this example:

But no luck yet there.

It sounds like you are looking for a select element rather than a checkbox

image