Home › Forums › Front-end Issues › Can not create form using multiple acf_form › Reply To: Can not create form using multiple acf_form
I found the problem. But don’t know how to fix it.
After looking in the view-source of the page I found that there is a “form-data div” created for every calling of the acf_form function.
<div id="acf-form-data" class="acf-hidden">
.
Once removing all these divs except the first one using the inspection tool in the browser, everything worked perfectly.
The problem is that I don’t know how to define to the acf_form() how NOT to create unwanted extra data-form divs.
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.