Support

Account

Home Forums General Issues Hide values that have been selected in other field Reply To: Hide values that have been selected in other field

  • 1st of all, sorry for the late reply.

    Yes sure I’ve done some code that allows to manage group of fields in order to add the possibility to make some value inclusion, exclusion.

    By adding a specific class to some fields, you can :
    – group fields
    – insert value from a group
    – exclude value from a group
    – Mix all this.

    It is a JS lib (but with some jQuery code, not 100% migrated to vanilla js ).

    It is running everyday without any problem (in my site context) without enhancements since more than one year.

    You can find it here : https://github.com/chdenat/acf-xtend

    Feel free to contact me for further explanation.