Mail multiple values of dropdown

Send all selected values from a multi-select dropdown in a CF email.

Overview

The email only shows the highest value because the dropdown's name attribute is missing array syntax.
Ensure the multi-select dropdown and checkbox group elements have names ending with [] to properly handle multiple selections.

Answered
Ma MarkV 29 May, 2015
Hi,

I made a form with a dropdown list you can select multiple options and 2 sets of checkboxes. I have a autogenerated mail template and the 'Handle Arrays' is in my setup.

When i fill in the form i receive a mail with all the selected checkboxes but only the highest value from the dropdown list.

How can i get all the selected values from the dropdown list in my mail?

Tx in advance!
Mark
Gr GreyHead 29 May, 2015
Answer
Hi Mark,

Please check that your multi-select and checkbox group elements have array names ending in []

Bob
Ma MarkV 29 May, 2015
Hi Bob,

Thanks for your response. The [] where missing...spend ours looking for this🙂

Thanks for this brilliant component!

Greetings,
Mark
This topic is locked and no more replies can be posted.