Home › Forums › ACF PRO › Cannot get ACF Form to save, using Genesis › Reply To: Cannot get ACF Form to save, using Genesis
And of course, soon after posting, I find the answer.
For those interested, it was the genesis_meta hook that I needed:
add_action( ‘genesis_meta’, ‘shs_add_acf_head_functions’ );
function shs_add_acf_head_functions() {
acf_form_head();
}
Now the form is working properly and generating the Custom Post.
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.