Support

Account

Home Forums Front-end Issues State>county, parent & child taxonomy help Reply To: State>county, parent & child taxonomy help

  • hey @mische7 i’m sorry I missed your message yesterday – you may need to listen into the ACF JS hook found here: https://www.advancedcustomfields.com/resources/adding-custom-javascript-fields/

    `
    acf.add_action(‘ready’, function( $el ){
    // $el will be equivalent to $(‘body’)
    });
    `

    I would imagine that the ACF Form fires some JS to prep any special fields.

    Phil