Support

Account

Home Forums General Issues ACF form not updating form fields Reply To: ACF form not updating form fields

  • Remove the acf_form_head() from your function and add this to your functions.php

    add_action( 'init', function() {
    acf_form_head();
    });