Support

Account

Forum Replies Created

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

  • Re: form_attributes: It would also seem that this also breaks the form validation if you place a custom named ‘id’ in the form_attributes.

Viewing 2 posts - 1 through 2 (of 2 total)