conflict with name and value
-
Hi,
I have this dropdown
[select* restaurant first_as_label
“W?hle den Empf?nger aus:|—”
“Juergen|kling@kab***net.at”
“Pinky|pinky@kab***i.at”
“Ratte|pinky@kab***i.at” ]This works fine for the first two options
#1
[raw_restaurant] -> kling@kab***net.at
[restaurant] -> Juergen#2
[raw_restaurant] -> pinky@kab***i.at
[restaurant] -> PinkyBut if someone selects Ratte, I get back Pinky again instead of Ratte.
#3
[raw_restaurant] -> pinky@kab***i.at
[restaurant] -> PinkyI need two recipients with different names but the same adress.
Why does not the script handle each string separate?
Do you use the value of an option as unique id somehow?Mails are anonymized in this sample by ***
Best regards
Jürgen`
- The topic ‘conflict with name and value’ is closed to new replies.