Support

Account

Home Forums Backend Issues (wp-admin) Set novalidate on a acf form in admin Reply To: Set novalidate on a acf form in admin

  • Hi John,

    I can see that the acf_form is for a frontend form. What I need is to add novalidate to a form when editing a post in the admin.

    I register the field group for the post with acf_add_local_field_group and then ACF generates the form.

    Is there a way to add novalidate to this kind of form?