Forums › Forums › Search & Filter Pro › Issue with ACF field when using dropdown logic & mutliple same name fields
Tagged: V3
- This topic has 12 replies, 3 voices, and was last updated 5 years, 4 months ago by
Ross.
-
Trevor(Private) February 20, 2020 at 10:04 am #234449
Hi
In the Field Group, you have defined the Provincia field many (20) times. I do not think you are supposed to do this, as they all have the same field slug/name, but they connect differently to the ACF definitions. If I change the field source to
_acf_leads_provincia
instead ofacf_leads_provincia
I can then see that each one has a different connecting meta key:https://www.screencast.com/t/c7pASXMNA
With ACF it makes 3 meta keys per field, like this (in this example for a field named ‘Land’):
#1
_land
#2field_52f0fc4334f52
#3land
In our Post Meta form object Meta Key selection list, you have correctly used key #3, without the underscore at the start of the key name. The problem is, our plugin expects just one field for #2 and one field for #1, but in fact there are more.
I need to refer this to our plugin author, Ross, for his input.
Anonymous(Private) February 21, 2020 at 1:59 pm #234590This ACF configuration works as expected with all other plugin we are using in this site, it has been used to get working the State -> City logic and assign the correct City values when choosing each State value. I presume you should consider our ACF setting as right and solve the mentioned issue.
-
AuthorPosts