Home › Forums › Front-end Issues › Select2 not pulling saved values on MultiSite › Reply To: Select2 not pulling saved values on MultiSite
Knowing what I know now, I would probably build something like this a different way, and I don’t know if you can make this change or not, but I thought I would suggest it. Dealing with using data from different sites in a multisite setup is always difficult.
Anyway, this is what I would do.
1) get rid of the taxonomy field
2) Use a basic select field (or checkbox, radio field)
3) Populate the choices of this field dynamically (term->term_id => term->term_name) https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/
This solution lets you avoid the problems you’re facing with the taxonomy field.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.