• I’m creating a form that has several checkboxes. The ultimate goal is to have users select multiple check boxes and send an email to the individual(s) based on which option they select. I was able to do this with a dropdown; however, it appears that I am running into some issues with this (example below):

    [checkbox* committee-selection use_label_element “Option I|[email protected]” “Option II|[email protected]” “Option III|[email protected]” “Option IV|[email protected]” “Option V|[email protected]” “Option VI|[email protected]”]

    The error received when selecting multiple options: We’re sorry, there was an error trying to send your message. Please try again later.

    In addition, when I do select only one option, it sends as expected, but in the message body, the option below does not return any of the options selected (instead I get a blank line with no text):

    Interested Committee(s): [committee-selection]

    I’m trying to understand exactly what it is that I am doing wrong here. Any assistance on this would be greatly appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Checkbox Selection & Email Issues’ is closed to new replies.