Home › Forums › Backend Issues (wp-admin) › Order of forms not being kept › Reply To: Order of forms not being kept
Hide on screen values will only be effective for the first field group loaded. This load order is set by the “Order No.” value of the field group.
Description is only shown on the ACF admin.
How are your field groups added? Are they only in the admin or are they added using PHP?
WP remembers the order that the field groups were displayed and shows them in that order, even when you later change that order in the field group settings. These values are stored in the _usermeta table per user per screen, the order of meta boxes on the post screen for example are stored with the _usermata meta_key of “meta-box-order_post”. As far as I know, the only way to clear reset this is to go into the database and delete it. I did locate some code that might allow you to set the order here http://wordpress.stackexchange.com/questions/15376/how-to-set-default-screen-options
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.