• Hello everybody,

    I’ve been using CF7 for years, but this is the first time I use the multiple selection dropdown feature. So I came across with this problem:
    I genereted the following shortcode: [select* numr multiple “One” “Two” “Three” “Four”]
    When I test the form, I select multiples (e.g. Two, Three) but only the first instance(“Two”) comes to my email. Did anybody had the same problem? How can I deal with that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try using checkbox instead of select
    that might look like:
    [checkbox numr use_label_element "One" "Two" "Three" "Four"]

    Thread Starter immko

    (@immko)

    Hello @mirceatm,

    Thanks but I’ve been meaning to use this feature (multiple selection),
    wasn’t it supposed to be working?
    Hasn’t anybody managed to make it work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Selection Dropdown sends the first selection to the email only’ is closed to new replies.