Can confirm seblacos’ isntructions.
Kudos for your zeal 🙂
Happy to see a new open source piece of code out there.
Cheers
Much appreciated the inspiration, but I modified the get_forms()
function, because it is too much bound to the produced HTML. I prefer to rely directly on the database. Have not modified other snippet, so I’m thankful to @nicmare 🙂
function get_forms(){
$results = array();
foreach (FrmForm::get_published_forms() as $published_form) {
$results[$published_form->id] = $published_form->name;
}
return $results;
}
Wordpress 4.5.2
ACF Fields 5.3.9
no VC
Experiencing the problem every other reload of a quite heavy backend page (a post type Page)
@acf-support thanks for the suggestion. I’m quite experienced, but first time I need to dig inside the acf css. The hook is freaking awesome and useful
Hey Elliot,
update arrived; sorry for being silly 😛
We are really appreciating your effort here at my work office.
Cheers
Hi Elliot,
glad to hear you fixed the bug; just: what do you mean by shortly? I’m on a project at the moment and I’m stuck on this bug, so I have to decide if rollback to 5.0.0 or wait for the update.
Thanks for your advice
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.