Home › Forums › General Issues › Live Edit labels empty after creating a post using acf_form › Reply To: Live Edit labels empty after creating a post using acf_form
OK I have figured it out. In my create a post form I was bringing in a custom field set that only had one field but on the live edit page I had another set. By adding both sets to the form and creating the post, the live edit shows the acf’s correctly. Only bugger is I’d really like to hide the main set from the create a post form as the acf css buggers up the look so I was keen to roll with one act set.
The form outputs:
<div id=”acf_56″ class=”postbox acf_postbox no_box”>…</div>
<div id=”acf_127″ class=”postbox acf_postbox no_box”>…</div>
so I can hide #acf_56 with CSS, is this the best workaround?
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.