Support

Account

Home Forums ACF PRO acf.validation.toggle(); function removed in 5.7 Reply To: acf.validation.toggle(); function removed in 5.7

  • I’m trying to use

    acf.validation.disableSubmit($submit);
    acf.validation.showSpinner($spinner);

    And

    acf.validation.enableSubmit($submit);
    acf.validation.hideSpinner($spinner);

    And nothing doing. I can disable the submit and show the spinner but I cannot enable submit and hide the spinner. Where is the documentation on these functions?