Support

Account

Home Forums Add-ons Flexible Content Field Feature Request – Rename each field instance Reply To: Feature Request – Rename each field instance

  • Hi @zander ,

    I have made a JS-workaround for exactly this. You can find the code for it starting at line 22 in this file:

    https://github.com/fewagency/fewture/blob/master/backend/assets/js/acf.js

    The file also holds some other ACF-functionality that may be of help. Do note that if you have a lot of fields, it may add some extra loading time since the JS have to loop over all the fields.