Support

Account

Home Forums ACF PRO Adding my custom fields to existing front-end post/update form Reply To: Adding my custom fields to existing front-end post/update form

  • I put my acf_form(‘form’ => false, etc.) into the existing form. When I submit this form with button submit, the ajax action: acf/validate_save_post fires, and nothing updates. When I remove my acf_form() from form element, ajax action doesn’t fire and all works correct. Why does it happen. Thank you.