Support

Account

Home Forums ACF PRO acf_reset_validation_errors() does not work on front end forms. Reply To: acf_reset_validation_errors() does not work on front end forms.

  • My apologies!

    So, although I have done those JS measures, what I can also should do is use the hook

    acf_reset_validation_errors();

    I can do this based on a query string which means if the form is save for later – it does not validate, but if I want to fully submit, we run validation.

    I get it now!

    acf_reset_validation_errors() is pretty powerful in this situation.

    NK