Support

Account

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” ….