cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear All,

how to display drop down list multiple times with same values as below

should i create a separate nodes for each drop down or any other alternative we can do and on submit how to read the data from node.

i have used supply function but its not working for this requirement.

eg: Dropdown list1 :

  • -Education
  • -Certified Programs
  • -Training Courses
  • : Dropdown list2 :
    • -Education
    • -Certified Programs
    • -Training Courses
0 Likes
View Entire Topic
pokrakam
Active Contributor
0 Likes

Separate nodes will create independent dropdown with separate values.

Using the same node means both dropdown will be based on the same data and should be in sync.

Former Member
0 Likes

Thanks Mike

if i use the same node how to differentiate while reading from first drop down value and second drop down value.

my requirement have 12 drop down with same values each selection might be different

pokrakam
Active Contributor
0 Likes

The same node means it's the same node, same value, same selection. As I said, they will be in sync.

If you need them to be individually selectable you need separate nodes.