Support

Account

Home Forums Backend Issues (wp-admin) Dynamically disabling/enabling some select2 options Reply To: Dynamically disabling/enabling some select2 options

  • Hi @sil3ntone

    I’m afraid you can’t disable the options. But you can always modify the returned data by using the acf/load_field hook. That way you can remove the options you want. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/

    I hope this helps 🙂