Support

Account

Home Forums ACF PRO Fire Validation Manually Reply To: Fire Validation Manually

  • Hi @ekazda

    I’m sorry I thought you wanted to modify the errors.

    ACF 5 uses a different method that ACF 4. You can trigger the validation by using this code:

    acf.validation.fetch( $('form.acf-form') );

    But I’m not sure if it is what you want.

    I hope this helps.