A quick one - I have 2 select_advanced fields and I want them to both feed the same meta data. I intend to selectively show only one version of the fields.
I have a pet_species field where I can select Dog or Cat.
For the 2 instances of the pet_breed field I will show one version with a list of dog breeds for when pet_species is Dog and the list of cat breeds for when the pet_species is Cat.
I fell at the first hurdle unfortunately as the Conditional Logic seems to be tied to the field ID rather than the field instance (ie when I set the pet_species = Cat it types the same thing into both field instances).
As this is an improvement on the free text version of an existing field I'd rather not have to create a second field id to cater for the two different lists.
Is there another way around this?