Home › Forums › ACF PRO › Integrate an acf_form into an existing form › Reply To: Integrate an acf_form into an existing form
Hi Fireleaf,
You can add your ACF fields to an existing form by setting the “form” parameter to false.
https://www.advancedcustomfields.com/resources/acf_form/
<?php acf_form( array(
'form' => false
) ); ?>
You would still need to add the <?php acf_form_head(); ?>
to the top of your template tho (before get_header()
).
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.