Home › Forums › ACF PRO › post_attributes breaking acf_form › Reply To: post_attributes breaking acf_form
Re form_attributes: When adding a custom class through this array, the acf code adds it’s own class of “acf-form” to the form class attribute. This causes an output issue within the class attribute as it doesn’t check for the added custom class.
Expected: <form class=”some_class acf-form” ….
Actual: <form class=”some_classacf-form” ….
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.