Pass option value as parameter
-
Is it possible to pass the option value as parameter, not the value shown in the dropdown?
Context:
We have a list of 500 artists people can choose from but the backend system identifies them with a specific ID. So the dropdown menu is configured this way:[select* artist “Artist 1|11111”
“Artist 2|22222”
“Artist 3|33333”]However, in case of the first option it sends ‘Artist 1’ to the parameter and not 11111.
Is there a solution to pass the option value to the parameter?
I hope I explained myself clear, thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Pass option value as parameter’ is closed to new replies.