Currently when I have multiple dependent dropdowns on the same page
when I change the first dropdown all the dependent dropdowns in the
following set change.
What I wish to achieve is being able to add multiple different
addresses on the same page.
I would also like to factor this code into a reusable function that
I can use anywhere on my site.
I would appreciate any help I can get in relation to this.
I am trying to make the dropdowns into an array in HTML and not
sure how I can determine the id in the array of the dropdown that I
make a change to so that the 2nd dropdown relating to this id will
only be changed.