How to duplicate fields without the fields being the same
I have a document with a javascript to populate fields. You select an option from the dropdown. The script then populates multiple text boxes with text.
I want to duplicate the drop downs many times. However when i select make multiple copies it duplicates the field. But the drop down populates the same boxes not the field below.

this is what happens when you select from the drop down it populates the qty. descriptin, as well as the weight
when i create multiple copies of the drop down this is what happens:

it only changes the top row of qty, description,and weight.
now if i create a new drop down instead of creating multiple copies it populates the second qty description and weight.

basically the only way i know of to fix this issue is to add a new drop down manually then input all of the drop down fields. The issue with this is i have many pages of drop downs. So this will be like 100 times i have to do this or more. Plus there is around 100 entries on each drop down to select from. this will take me alot of time to do. so i am trying to create multiple copies without them being linked. Also creating multiple copies and then changing the name does not work for me.

i hope this makes sense... its abit confusing. So if you have any questions feel free to let me know!
