Dropdown option problems

jo joshk 03 Jan, 2012
Hi,

I'm having some problems with a dropdown in my form. I'm using the dropdown to select the email recipient that the form is sent to.

The problem is that I want to have multiple options that go to the same email. However when i save the form it only saves one of each option. It seems that the "in value" is unique but I need it to not be unique.

IE When i save
1=A
2=B
1=C
1=D

it becomes

2=B
1=D

removing all the duplicate options.

Is there any way around this?

Thanks
Josh
Gr GreyHead 03 Jan, 2012
Hi Joshk,

The answer is to keep the option values unique and to merge them in a Custom Code action in the On Submit event.

Bob
This topic is locked and no more replies can be posted.