Home › Forums › ACF PRO › Different values for same field groups on different options pages? › Reply To: Different values for same field groups on different options pages?
Actually, having different options pages that use the same field groups can be done. The key is using the “post_id” setting when adding the options page. This defaults to options and ACF constructs the option name "options_{$field_name}"
. If you use the post ID of “options2” for example then acf will use the option name of "options2_{$field_name}"
. I don’t think that this is documented or well known.
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.