Need help. Created a form with drop downs. Copied the drop downs as they selections repeat by line items. When I choose an option in the first drop down - it replicates in the copied ones and vice versa. How do I get each drop down to be unique after copied?
What James mentioned is the right way, when you copy the elements the Element Name is same, so you need to update the element name else the script will start working on all the copied elements.