Hi there,
When I try to save ACF field using Dropdown (select) field it always saves the first choice
same goes for loading. I manually saved different choice from backend and when I load it selected first choice from dropdown.
I tried to use Conditionally Selected but it didn’t work. This is my setup.
Am I missing anything?
If your ACF value is “New”, your Select Option value also should be “New”. Currently, it is “new”.
This solved 1 part of the issue… Thanks!
I see on the backend that it is being saved properly.
On my editing page it is selected the first… When I do this with conditionally selected option it always selects the last option…
I think I wrote the comment too early… I think I managed to make it work…
this was needed on both of my option on conditionally selected - {brf_acf_field:condition:{url_parameter:id}}
It retrieves the correct value on dropdown…
Thanks