Skip to main content
Alliosaaa
Inspiring
September 8, 2017
Question

Dropdown with duplicate values (different export values)

  • September 8, 2017
  • 2 replies
  • 528 views

Hello!

I am wondering if there is any way to create a dropdown list with duplicate values in it. I have a list of numbers which when selected populate a description in a separate field. I have one number that needs to appear twice in the list, and populate one of two descriptions based on the export value.

Any ideas?

Thank you!

This topic has been closed for replies.

2 replies

Inspiring
September 9, 2017

It is possible, but you have to set the item values and export values via JavaScript.

Inspiring
September 8, 2017

Not possible, The value determines which option is selected. If there are t items with the same value, the first occurrence of the value is assumed. You can use the "if ... then .. else: statement or the "switch... case" statement. to determine the desired value.