see http://drupal.org/node/273806#comment-1198011

Inputing a select list with conditional emails (structured key_name|text) such as:
regional_manager_1@abc.com|Country1
regional_manager_1@abc.com|Country2
regional_manager_2@abc.com|Country3
regional_manager_2@abc.com|Country4
regional_manager_2@abc.com|Country5

Results in the webform select list:
Country1
Country3

This indicates that where a duplicate email address (key_name) is found (even with a different associated text for display) the entry is not added to the webform select list.

Comments

guysaban’s picture

Results in the webform select list:
Country2
Country5

quicksketch’s picture

guysaban’s picture

Thanks for the Webform module - its helping me a lot.

Thanks the help with the conditional emails issue. I agree with #16 at #282436: Multiple Options, Same Value in 'Select' Form Element.

All the best.