Support

Account

Home Forums Front-end Issues Conditional logic not working with custom js Reply To: Conditional logic not working with custom js

  • Trigger a change on the field that you are changing so that ACF’s knows that you’ve changed it.

    
    $('selector').trigger('change');