Support

Account

Home Forums ACF PRO How to fire validation manually in ACF5?

Unread

How to fire validation manually in ACF5?

  • I have an old ACF function that I used with ACF4, but now when I use it I get an error. The function is:

    acf.validation.run();
    if( acf.validation.status ){
    //run custom code
    }

    I am now using ACF5 and was wondering if there was something similar to this, but valid with ACF5?

Viewing 1 post (of 1 total)

The topic ‘How to fire validation manually in ACF5?’ is closed to new replies.