Closed (duplicate)
Project:
Webform
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 21:34 UTC
Updated:
19 Jan 2009 at 22:50 UTC
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
Comment #1
guysaban commentedResults in the webform select list:
Country2
Country5
Comment #2
quicksketch#282436: Multiple Options, Same Value in 'Select' Form Element (+ Protect from Spam Harvesters)
Comment #3
guysaban commentedThanks 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.