I created a dropdown menu with 11 options that needs to repeat to select the same or different option later in the snippet. Since they are the same options in both locations, to save time, I copied the dropdown menu. However, when I run the snippet, the selection duplicates in the other location rather than allowing a different choice. How do I unlink these or is there a better way than creating a separate duplicate list?
Hi @Fred_Wilcox - they take the same value because they have the same name. To separate them, name one of them differently.