Is it possible to prefill a checkboxes field based on an appended string field? For example:
items:
✓ item1
✓ item2
✓ item3
x item4
Right now we're using a solution where we use a separate boolean field for each item, but this clutters our database. We would like to keep the amount of custom fields to a minimum.
Hope someone can help.
Yes, that's exactly how multivalued fields are stored in Marketo: semicolon-delimited strings.