Hey everyone,
Can't seem to figure this out for the life of me. My form item looks like this:
[checkbox* user-request use_label_element "Option 1|email1@domain.org" "Option 2|email2@domain.org" "Option 3|email3@domain.org"]
Selecting one of those checkboxes and submitting results in the desired: an email gets sent to the respective email. My problem occurs when a user selects more than one checkbox. According to the docs, pipes work with checkboxes.
I've got [user-request] sitting in the TO: field. How can I get multiple recipients if more than one box is checked?